Chris Backas wrote:
> Hello all,
> This might very well not be a problem with WebWare per se, but I thought 
> I'd see if anyone knows teh answer offhand.  I'm using DCOracle 2 from 
> the ZOPE people to connect to an Oracle database in my servlet.  This is 
> working fine for the most part, however, when I shut down the AppServer, 
> the process gets 'stuck'.  IE: When I press Control-C (I keep it running 
> in an ssh session while debugging), the AppServer stops responding, but 
> it doesn't exit either.  I have to kill the Python process with a kill 
> -9 to get rid of it.  This only occurs if I've established a database 
> connection during the time that the AppServer was running.  I suspect 
> it's a DCO2 problem, but if anyone has any ideas I'd be glad to hear 
> them.  Thanks!
> Chris Backas

I see this behavior when my app spawns a new thread.  The app will not 
close until my thread finishes, and my thread is waiting on a SQL query, 
so it will not return until the SQL query closes.  Check the number of 
python thread right when you start up and after you pull a few pages.

-Aaron



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to