From:
<car...@te...> - 2003-12-19 11:22:00
|
Hello: > I usually use pooled connections in my web applications, but I don't > understand how and when they are released (looking at my Linux server > processes, seems never). > I think the Connection Lifetime parameter can help me in this, but how? In > the help file is reported to be working when a connection is returned to the > pool, but is it also working when web applications aren't in use (like a > separate thread doing the job)? Connection Lifetime is specified in seconds, there are a cleanup thread that is running at every 10 seconds. I'm thinking on rework the connection pool in 1.6 for allow max and min pool sizes, ... Can you retry with latest CVS sources i think it will work correctly now :) if not let me know, please. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |