Skip to content

Is in-memory mode suitable for production? #279

Answered by phax
jerve asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jerve, basically it depends on the use case your are planning to use it in.
If you are thinking about using phase4 in the context of Peppol, than here are my thoughts:

  • PMode manager: not needed, because everything is dynamic via the SMP lookup anyway - so in-memory is production fine
  • Profile manager: the profile is only registered on a code level via SPI callbacks - so in-memory is production fine
  • MPC manager: not needed because, MPC are primarily needed for Pull Requests which are not used in Peppol - so in-memory is production fine
  • Duplicate manager: this handles retries on the AS4 level. The current implementation checks for duplicates in the last 10 minutes (customizable). I have…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jerve
Comment options

Answer selected by phax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants