DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35144>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35144


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




------- Additional Comments From [EMAIL PROTECTED]  2005-06-01 10:46 -------
Check your connection pool configuration.  It propabably contains a parameter 
which says that if the maximum number of connections is already in use, it 
waits for one to be freed rather than opening a new one.

If it blocks in the 3rd reqeust, it could mean that you have a hard pool limit 
of 2 and a connection leak.  Check that you are properly closing all 
connections to return them to the pool.

NB this sort of problem should be sent first to the cocoon user mailing list to 
confirm if is a bug and not just a configuration problem.

HTH, Alfred.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to