Hi Leith,

> Ive seen this kind of thing before when the application server relies
> on database connections. Some firewalls/databases drop connections
> after a period of inactivity. When webware attempts to use the
> connection again the thread hangs trying to read from the socket.

My system is a kind of blog specific to rock bands, it generates a
site dinamically searching data on the database using a key (the
virtual host). I use sqlobject to access the database and I'm almost
sure sqlobject closes all connections after a query.

Do you have any suggestion over it? Maybe I need more threads, I have
MaxServerThreads set to 20, and MinServerThreads set to 5... Could
this be related to a program running on the server (guarddog - it
kills any process with more then 80MB of memory spending).

Thanks in advance, regards.

-- 
Michel Thadeu Sabchuk
Curitiba - Brasil


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to