Re: request thread hanging

2009-07-13 Thread Rainer Jung
On 13.07.2009 02:28, Will Glass-Husain wrote: > Thanks Christopher, > > I'll upgrade to the latest mod_jk and look at the timeout params. > We'll see if that helps. Since you can easily reproduce, it would be a interesting and easy test, to deactivate the tcnative/APR connector and recheck, wheth

Re: request thread hanging

2009-07-12 Thread Will Glass-Husain
Thanks Christopher, I'll upgrade to the latest mod_jk and look at the timeout params. We'll see if that helps. WILL On Fri, Jul 10, 2009 at 6:05 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Will, > > On 7/6/2009 4:15 PM, Will Glass-Husain wrote: >> Interes

Re: request thread hanging

2009-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will, On 7/6/2009 4:15 PM, Will Glass-Husain wrote: > Interestingly - I can easily reproduce this by repeatedly refreshing > the page when going through httpd > > When I go direct to Tomcat via http, it works fine. > > Maybe it's something about htt

RE: request thread hanging

2009-07-06 Thread Martin Gainty
size of the image you are copying? if is over 2gb you might want to implment copyLarge method http://commons.apache.org/io/api-release/org/apache/commons/io/IOUtils.html#copyLarge(java.io.InputStream,%20java.io.OutputStream) also would be a good idea to trap IOException and NullPointerException

Re: request thread hanging

2009-07-06 Thread Will Glass-Husain
Interestingly - I can easily reproduce this by repeatedly refreshing the page when going through httpd When I go direct to Tomcat via http, it works fine. Maybe it's something about httpd or mod_jk then? WILL On Mon, Jul 6, 2009 at 12:10 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED M

Re: request thread hanging

2009-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will, On 7/6/2009 2:23 PM, Will Glass-Husain wrote: > I've got request threads hanging [snip] > My configuration is httpd 2.0.52 -> mod_jk 1.2.26 -> Tomcat 6.0.18 > (Windows) with tcnative 1.1.14. When performing benchmarking of all Tomcat's connec