Hi,
Running OpenERP on my 4 core server but can't use more than 25% of CPU load (that is I use only one CPU)!. Multicore supports is available with help of wsgi from version 6.1 and latter. Is it possible to use wsgi in version 6.0?
Using only 25% of CPU makes sense (but is not good enough right now) as postgres page says "POSTGRESQL uses a multi-process model, meaning each database connection has its own Unix process. Because of this, all multi-cpu operating systems can spread multiple database connections among the available CPUs. However, if only a single database connection is active, it can only use one CPU. POSTGRESQL does not use multi-threading to allow a single process to use multiple CPUs."
So it looks like wsgi is the only way. So my question to anybody, Is OpenERP 6.0 wsgi complaint?
Best Regards, Andres Calle TRESCLOUD