odoo/openerp/service
Xavier ALT 44d536d40d [FIX] win32: use 'net' command for service start/stop operation
* We have to wait for complete service stop before trying to re-start
    OpenERP service, otherwise service manager will complain that the
    service is already running - and thus preventing to it start.
      'sc' command only send a query to service manager without waiting
    for completion - instead we use 'net' command which wait for complete
    start/stop operation.

bzr revid: xal@openerp.com-20130107162302-xtf44nm10859203w
2013-01-07 17:23:02 +01:00
..
__init__.py [FIX] win32: use 'net' command for service start/stop operation 2013-01-07 17:23:02 +01:00
cron.py [IMP] cron: remove useless pooljobs and schedule_cron_jobs methods 2012-12-21 14:37:51 +01:00
http_server.py [REM] unnecessary parens 2012-12-14 13:38:03 +01:00
netrpc_server.py [REV] close_socket is back in netsvc.py 2012-12-10 14:21:33 +01:00
netrpc_socket.py manual merge of multicorn 2012-09-22 12:51:07 +02:00
security.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
web_services.py [FIX]Try to create already existing database throws warning instead of traceback. 2012-12-21 10:09:25 +01:00
websrv_lib.py [FIX] incorrect docstrings or docstring param names not matching actual param names 2012-12-14 14:07:58 +01:00
workers.py [FIX] memory logging for cron workers 2012-12-29 14:36:16 +01:00
wsgi_server.py merge upstream 2012-12-10 14:24:06 +01:00