You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Donald Ball <ba...@webslingerZ.com> on 2001/04/20 02:32:39 UTC

[c2] datasource bugs

hey guys, i found some bugs in the avalon datasource stuff. if the server
is idle for a long while and the connections time out, my queries silently
fail until the connection pool has iterated over each of the connections,
determined that they've timed out, and opened new ones. i would think that
the proper behavior upon finding a timed out connection would be to open a
new connection and give it to the requesting thread. make sense? did i
explain the problem clearly?

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [c2] datasource bugs

Posted by Berin Loritsch <bl...@apache.org>.
Donald Ball wrote:
> 
> hey guys, i found some bugs in the avalon datasource stuff. if the server
> is idle for a long while and the connections time out, my queries silently
> fail until the connection pool has iterated over each of the connections,
> determined that they've timed out, and opened new ones. i would think that
> the proper behavior upon finding a timed out connection would be to open a
> new connection and give it to the requesting thread. make sense? did i
> explain the problem clearly?

Yes you did, I will look into it.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org