D H wrote:
>> This code does not call post.releaseConnection() at all! It will leak
>> connections. It could be that you are running out of file descriptors. The
>> call
>> should be put into a finally block. See the example code on the website.
>>
> That was one of my recommendations the first day I looked at the code but
> they want me to be able to duplicate the problem with my sample code first.
> Hopefully your reply will help bolster the case for correcting that
> oversight in their code.
>
OMG. Failure to call releaseConnection() is a gross mistake and should be fixed
in any case. Obviously the original author of this code has never looked at the
provided examples, or read the API Doc.
Anyway if this is so hard to reproduce and profiling didn't give you any idea
what's broken, why do you suspect something in this particular piece of code is
the cause of your problem?
Ortwin
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...