Commit Graph

18 Commits

Author SHA1 Message Date
Olivier Dony 68d0f64128 [IMP] netrpc/http servers: consistently name server threads
bzr revid: odo@openerp.com-20100922114631-umxz97owiuvlcf0r
2010-09-22 13:46:31 +02:00
P. Christeas 4c6baedf13 netrpc: names at client threads
Have a name for client threads, too.

bzr revid: p_christ@hol.gr-20100726093336-8me0gn4gvexuzk5r
2010-07-26 12:33:36 +03:00
P. Christeas 40758b5222 httpd, netrpcd: do not catch any exceptions
always only catch Exception.

Conflicts:

	bin/service/netrpc_server.py
	bin/service/web_services.py
	bin/service/websrv_lib.py

bzr revid: p_christ@hol.gr-20100726093335-08uzfv3cr9ffx1ue
2010-07-26 12:33:35 +03:00
Olivier Dony 5d16cc715b [IMP] netsvc/netrpc/http_server: introduce timeout for blocking server calls, sort of a busy wait
bzr revid: odo@openerp.com-20100713152244-9jdrem6b2xn50ltt
2010-07-13 17:22:44 +02:00
Olivier Dony ef40f49056 [FIX] service: correct exception handlers not to catch BaseException
bzr revid: odo@openerp.com-20100624134332-t0n902c7l2qnpcxn
2010-06-24 15:43:32 +02:00
Olivier Dony 983ace0a07 [FIX] netrpc: corrected exception handling + cleanup of main receive loop
bzr revid: odo@openerp.com-20100616101557-ecaw1j1f5lvncecl
2010-06-16 12:15:57 +02:00
Stephane Wirtel ac1cc7ebf5 [IMP] Add the xmlrpcs option group for the xmlrpc secure mode
[FIX] Availability to disable the Http, Https and NetRPC server via the command line

bzr revid: stephane@openerp.com-20100531141739-5z419xwhmaqikdba
2010-05-31 16:17:39 +02:00
Christophe Simonis 63355adfc3 [FIX] correct socket closing
lp bug: https://launchpad.net/bugs/574874 fixed

bzr revid: chs@openerp.com-20100518154123-omus9gdr04zts4j0
2010-05-18 17:41:23 +02:00
Stephane Wirtel d4d1302fae [FIX] netrpc_server: Use the logging module
bzr revid: stephane@openerp.com-20100318175506-i10u5oaj02i4hbz9
2010-03-18 18:55:06 +01:00
Xavier Morel eca47ce8b6 [imp] replace hasattr usages with getattr in socket shutdowns
bzr revid: xmo@tinyerp.com-20100103141457-uff2ss505npnkoti
2010-01-03 15:14:57 +01:00
Stephane Wirtel 27a28fdfcc [FIX] Fix broken format string
bzr revid: stephane@openerp.com-20091215114014-5pc57vgaqmzksuor
2009-12-15 12:40:14 +01:00
Harry (Open ERP) fda2b950eb [IMP] change copyright with AGPL
bzr revid: hmo@tinyerp.com-20091127072348-5ktqotiyxhh99wh7
2009-11-27 12:53:48 +05:30
Harry (Open ERP) 68120f6438 [FIX] service : convert port into integer
bzr revid: hmo@tinyerp.com-20091126093812-okdbgtuy7y6qwhwb
2009-11-26 15:08:12 +05:30
Harry (Open ERP) 32c1411ebd [FIX] service: used default http port and net rpc port from config
bzr revid: hmo@tinyerp.com-20091126093155-k8wdgq4elnlk1aag
2009-11-26 15:01:55 +05:30
Harry (Open ERP) d8ce3f1e2a [FIX] replaced <TAB> with four white space.
bzr revid: hmo@tinyerp.com-20091124144405-9mzd91chohvf0uu7
2009-11-24 20:14:05 +05:30
P. Christeas 1956e79494 Net-RPC: armor the thread, provide stats and inf. timeout.
This fixes near-persistent connections where the client will take
long to respond. It is better to keep the connection open, than to launch
more threads and use ports.

bzr revid: p_christ@hol.gr-20091028004002-8y5iprfizzsktlkv
2009-10-28 02:40:02 +02:00
P. Christeas 6affaee1ab [IMP] Convert: two minor typos and tab expansion.
bzr revid: p_christ@hol.gr-20091027201244-1qiwghq61o3a6cq8
2009-10-27 22:12:44 +02:00
P. Christeas 69b1313fbb Bring back net-rpc service.
This commit re-enables net-rpc, using a port of the old code.

bzr revid: p_christ@hol.gr-20090903130038-4a0jq10x6dhb9qxx
2009-09-03 16:00:38 +03:00