Hi, This question is related to mod_jserv. I use apache as a web server that load-balance the query on 2 jserv. When one of my jserv crash when processing a query, mod_jserv detect the broken socket and resend the query to the other jserv, good, but since the size of the content of the request have +- no limits (2 gig) i suppose that mod_jserv only keep the http request header and not the content. So if my first jserv had stream all the content, my second jserv cant stream it... And the header content-length is still at the initial size, so when jserv try to read the content it goes into a Socket timeout Exception... is this right? Because this is only a supposition since i dont read the mod_jserv code for now... thanks Richard Bedard Everybody be cool this is a robbery!
