This question has been flagged
1 Reply
3676 Views

Hi to all,

i have a simple question: has somebody know if is posible to start openerp-server / odoo.py on multiprocess without openerp-gevent started at same time?

I've tried to comment lines on __init__.py:

if sys.modules.get("gevent") is not None:        
    evented = True

but python process of openerp-gevent is started.

Any help or idea will be appreciated. Thanks.

Avatar
Discard
Author Best Answer

Solve. Solution is very simple: uninstall psycogreen and gevent python modules

Avatar
Discard