[issue15021] xmlrpc server hangs

2012-06-12 Thread Abhishek Singh
Abhishek Singh added the comment: I found my problem. I was also using pipes to implement my show output (between python and C). The pipe was getting full, and xmlrpc server was locking up because of that. The gdb traceback was confusing though (will re-open if I see this again, and if it is

[issue15021] xmlrpc server hangs

2012-06-09 Thread Abhishek Singh
Abhishek Singh added the comment: I have a pretty complicated setup. 100's of threads, xmlrpc being in the main thread and providing show routines for my program. I have 10's of such processes doing some heavy duty simulation/crunching. The threads and program is in C. I use swig routines to

[issue15021] xmlrpc server hangs

2012-06-07 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: What kind of xmlrpc server do you run? And how exactly? Try to set a timeout to all sockets: socket.setdefaulttimeout(10) Does this change something? Which exception (and traceback) do you get? -- nosy: +amaury.forgeotdarc ___

[issue15021] xmlrpc server hangs

2012-06-06 Thread Abhishek Singh
New submission from Abhishek Singh : Hi Terry, I am running into a xmlrpc server issue where it just hangs. 9.914048127.0.0.1 -> 127.0.0.1TCP 52327 > 8012 [SYN] Seq=0 Win=32792 Len=0 MSS=16396 TSV=3131436173 TSER=0 WS=6 00 00 00 00 00 00 00 00 00 00 00 00 08 00 45 00 ...