performance issue with keep alive
843790Nov 27 2007 — edited Nov 29 2007Hi,
We have an applet which uploads documents to our server. The performance seems to be very slow, if we have keep-alive: timeout=100 as compared to keep-alive timeout =0 on apache. As per my understanding, this timeout is The number of seconds Apache will wait for a subsequent request before closing the connection. This should mean that , if the number of users are less, performance should be better if this value is higher. Our application is browser based, where in we use this applet. The normal application behaves fine, but the applet seems to be having issues with this setting. Would the jre be having issues in understanding this header?
Thanks in Advance,
Dev