Re: Having an daemon release

2007-05-08 Thread Filip Hanik - Dev Lists
can the daemon support thread dumps? If not it is still crippling for many operations teams that wish to use it for production For those interested, I would like to add it to the enhancement list Filip Mladen Turk wrote: Hi, I spoke with couple of Jakarta PMC members at the ApacheCon EU,

Re: Having an daemon release

2007-05-08 Thread Filip Hanik - Dev Lists
Mladen Turk wrote: Filip Hanik - Dev Lists wrote: can the daemon support thread dumps? If not it is still crippling for many operations teams that wish to use it for production For those interested, I would like to add it to the enhancement list Impossible without a native part inside JVM

Re: [DBCP] Periodic clean up of abandoned connections

2007-04-04 Thread Filip Hanik - Dev Lists
Phil Steitz wrote: On 4/3/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Would you guys be open to a patch to implement a periodic cleanup of abandoned connections the following logic can cause abandoned connections to sit around forever, just because you are not hitting the max

Re: [DBCP] Periodic clean up of abandoned connections

2007-04-04 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Phil Steitz wrote: On 4/3/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Would you guys be open to a patch to implement a periodic cleanup of abandoned connections the following logic can cause abandoned connections to sit around forever, just because you

[DBCP] Periodic clean up of abandoned connections

2007-04-03 Thread Filip Hanik - Dev Lists
Would you guys be open to a patch to implement a periodic cleanup of abandoned connections the following logic can cause abandoned connections to sit around forever, just because you are not hitting the max in the pool. Using a DB like postgres that creates a process for each connection, this