Suresh Addagalla wrote: > > Hi, > > I posted a similar mail earlier; unfortunately I didn't get any responses. > > I am getting java.net.SocketException: Connection reset by peer when the > load on my web app is high. One solution suggested by someone on web is to > use keep alive sockets. I am using iPlanet 4.1 as an external web server to > JRun 3.0 on HP-UX. Can someone explain how I can use keep alive sockets?
You may not be able to. We found a situation (corrected on the latest JRun?) where iPlanet and JRun both were sending the same headers. This happened with keep-alive and also with caching directives. So my advice would be: if you try this, check the headers on the client end to make sure you are getting what you think you are getting. Regards, ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
