RE: [Webware-devel] Blocking threads

2003-03-20 Thread Ben Parker
d affect any Python Oracle API... - Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcos Sánchez Provencio Sent: Wednesday, March 19, 2003 1:55 PM To: Geoffrey Talvola Cc: [EMAIL PROTECTED] Subject: RE: [Webware-devel] Blocking threads Unfortunately, I

RE: [Webware-devel] Blocking threads

2003-03-19 Thread Marcos Sánchez Provencio
Unfortunately, I do not have the time or skill to do it... Since it was a very simple app, I have switched to Skunkweb (yes, the competition :-), that preforks. That works fine on this project. Thank you for all your time. El mar, 18 de 03 de 2003 a las 16:15, Geoffrey Talvola escribió: > I know

RE: [Webware-devel] Blocking threads

2003-03-18 Thread Geoffrey Talvola
I know this isn't much help, but it seems to me that the problem has to be in the Oracle adapters. Some blocking API call must not be releasing the global interpreter lock. Is there any way you can attach to the process with the debugger and figure out where it's wedged? - Geoff > -Original