This error drove my nuts.
I was using Informix.

Finally we used a connection pool called DbBroker from www.javaexchange.com.

This pool constantly runs a thread that checks connection status and
resets or recreates them if the connection is bad.

After using this pool, all of our broken pipe erros are gone.
And since there is a repair thread running, we never get a bad connection in
our jsp pages
unless the db server is stopped.

The pool checks connection status before dispensing them.

Regards
Shahed.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to