Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

performance issue with keep alive

843790Nov 27 2007 — edited Nov 29 2007
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2007
Added on Nov 27 2007
11 comments
510 views