The thing that kills me is App2 never has this issue. Some application notes:
Incremental Updates - Both Apps run for a couple minutes and then sleep for 10. While sleeping no connections are kept open.
App1 reads zip files on a FTP server, App2 reads input streams from the response body
App1 performs signifigantly less POST/GET calls than App2. App1 requests information to be created and then put on the FTP server, Files are read from there and not downloaded(Most, not all hangs happen here), App2 requests information and it's sent via the response body.
I know this is vague, I'm just wondering if anyone knows of problems running multiple HttpClient Apps. I'm going to run with the log on from now on, but it can take so long for the problem to occur it fills up disk space pretty rapidly.
Any ideas would be greatly appreciated.
Jan Gonsalves
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]