Re: very slow upload over SSL

2007-08-24 Thread Filip Hanik - Dev Lists
try adding a larger read buffer socket.appReadBufSize="34000" or even larger than that. or apply this patch http://svn.apache.org/viewvc?view=rev&revision=569489, that makes adjustments for the buffer sizes automatically Filip Hoa Doan wrote: Hi, I am trying to upload a file size of 2MB to

Re: very slow upload over SSL

2007-08-08 Thread Filip Hanik - Dev Lists
feel free to open a bugzilla item, and attach a test case, and I will look at it http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206 Filip Hoa Doan wrote: Hi, I am trying to upload a file size of 2MB to my server. Doing it without SSL takes only 1 sec but doing it over SSL t

very slow upload over SSL

2007-08-08 Thread Hoa Doan
Hi, I am trying to upload a file size of 2MB to my server. Doing it without SSL takes only 1 sec but doing it over SSL takes so long that the server time out. Longer than 10 min! I have searched everywhere but I can't find any solution. Please help. Server Specs: Window XP Tomcat 6 Connec