Commit Graph

16 Commits

Author SHA1 Message Date
Vo Minh Thu b76a80944f [FIX] wsgi: better instruction to use the proxied.application.
bzr revid: vmt@openerp.com-20120210152521-638x9bzrvz0enq9k
2012-02-10 16:25:21 +01:00
Vo Minh Thu 4f64a7b09d [IMP] wsgi: expose both a normal application() and a proxied application() entry points.
bzr revid: vmt@openerp.com-20120210143609-auackb5ip7dqvlk2
2012-02-10 15:36:09 +01:00
Vo Minh Thu 5e293f04ae [MERGE] added resources (virt. memory and CPU time) limits when using gunicorn.
bzr revid: vmt@openerp.com-20120120172018-dlde0c1qn6oh9922
2012-01-20 18:20:18 +01:00
Vo Minh Thu 30d7253fef [IMP] gunicorn: changed `print` with `logging.info`.
bzr revid: vmt@openerp.com-20120120160409-cu1vcw7cfa3z0zgy
2012-01-20 17:04:09 +01:00
Vo Minh Thu 5e2721aaf2 [IMP] gunicorn: commit suicide in the post_request hook instead of the pre_request hook.
bzr revid: vmt@openerp.com-20120120154322-f23rxofv0169tbsm
2012-01-20 16:43:22 +01:00
Vo Minh Thu 09347af434 [IMP] gunicorn: moved gunicorn hook to openerp.wsgi (just like previous hooks), added new command-line options.
bzr revid: vmt@openerp.com-20120120150050-3o3hg6k1n17alup0
2012-01-20 16:00:50 +01:00
Vo Minh Thu ba178be7c0 [IMP] gunicorn: add CPU and memory limits.
bzr revid: vmt@openerp.com-20120120114612-xowu57yy3f5uxi0j
2012-01-20 12:46:12 +01:00
Vo Minh Thu c92b29e3f9 [FIX] gunicorn.conf.py: undo the previous change (commited by mistake with another, intended, change).
bzr revid: vmt@openerp.com-20120112084842-1xqal5okrmuhyxsu
2012-01-12 09:48:42 +01:00
Vo Minh Thu 5089a678cb [IMP] res_users.login(): eliminate a possibility to get a transaction rollbacked
because of concurrent access. This can happen when the same user is trying to log in
from many clients concurrently.

bzr revid: vmt@openerp.com-20120112084030-kkz1aztp5t6vkbh9
2012-01-12 09:40:30 +01:00
Olivier Dony f98d11b61d [FIX] wsgi: improved sample gunicorn.conf.py
bzr revid: odo@openerp.com-20120106133647-7zawkdwr21enf425
2012-01-06 14:36:47 +01:00
Numerigraphe - Lionel Sausin a2f4f2669b [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085848-1atcrcw8e64altcp
2011-11-22 09:58:48 +01:00
Vo Minh Thu 995a037f2d [IMP] wsgi: set the config via gunicorn config file.
bzr revid: vmt@openerp.com-20110912102147-yxgv9hpm4fvoxqn6
2011-09-12 12:21:47 +02:00
Vo Minh Thu 14a82cdf9f [IMP] wsgi: WSGI-to-BaseHTTPRequestHandler, there are
probably some shortcomings but the document_webdav/test/webdav_test1.yml
tests pass.

bzr revid: vmt@openerp.com-20110907141318-4gxmyztv1zp6sk7q
2011-09-07 16:13:18 +02:00
Vo Minh Thu 3c8571ead0 [IMP] wsgi: added new (still to be refined) routes for XMLRPC dispatching.
bzr revid: vmt@openerp.com-20110901130450-ub41ey4s0060vucg
2011-09-01 15:04:50 +02:00
Vo Minh Thu a1b433fac8 [IMP] wsgi: make it possible to kill siblings.
bzr revid: vmt@openerp.com-20110824132220-htd1c4ssewwozl35
2011-08-24 15:22:20 +02:00
Vo Minh Thu 94b86a7bf6 [IMP] wsgi: (proof of concept) serving xml-rpc requests behind gunicorn:
> gunicorn openerp:wsgi.application -c gunicorn.conf.py
If you want to try, you should know an addons_path is
hard coded in openerp.wsgi.on_starting().

bzr revid: vmt@openerp.com-20110819130248-tf81ttu42t2uhkuo
2011-08-19 15:02:48 +02:00