Does anybody know the differences between the built-in multiprocessor-mode (started with "openerp-server.py --workers X") and gunicorn?
Relevant properties would be:
- memory limits
- CPU time limits
- dynamic control of the number of worker processes
- ...
The following topic uses gunicorn for a high availability deployment: Link
Which one is recommended ?