9ee92c3a27
Many users don't start odoo-bin in --workers (multi-processing) mode but instead leave the default configuration which use the development/demo multi-threaded server, even in production. This commit rewords the section about the difference between the built-in servers and highlight the many advantages of the multi-processing on. It repeats that information when it comes to running a dedicated cron server, that it should use the multi-processing server instead of the default multi-threading one. closes odoo/documentation#5176 Fixes: odoo/odoo#88984 Closes: odoo/odoo#128571 Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>