Re: Timeout waiting to read data from client

2020-11-12 Thread Mark Thomas
d failing miserably. >>>>>> I am sending around 130 ajax calls in rapid succession using HTTP/2. >>>>>> These are all very simple small page (JSP) requests.  Not a lot of >>>>>> processing required. The first ~75 requests process normally.  Then &g

Re: Timeout waiting to read data from client

2020-11-11 Thread Martin Grigorov
ing some stress testing on the server and failing miserably. > >>>>> I am sending around 130 ajax calls in rapid succession using HTTP/2. > >>>>> These are all very simple small page (JSP) requests. Not a lot of > >>>>> processing required. The first ~75 req

Re: Timeout waiting to read data from client

2020-11-11 Thread Jerry Malcolm
nding around 130 ajax calls in rapid succession using HTTP/2. These are all very simple small page (JSP) requests.  Not a lot of processing required. The first ~75 requests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read d

Re: Timeout waiting to read data from client

2020-11-09 Thread Jerry Malcolm
ssion using HTTP/2. These are all very simple small page (JSP) requests.  Not a lot of processing required. The first ~75 requests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the

Re: Timeout waiting to read data from client

2020-11-09 Thread Mark Thomas
he server and failing miserably.  >>> I am sending around 130 ajax calls in rapid succession using HTTP/2. >>> These are all very simple small page (JSP) requests.  Not a lot of >>> processing required. The first ~75 requests process normally.  Then >>> everyt

Re: Timeout waiting to read data from client

2020-11-07 Thread Jerry Malcolm
a lot of processing required. The first ~75 requests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the stacktrace for these exceptions, they are all occurring when I'm try

Re: Timeout waiting to read data from client

2020-11-07 Thread Christopher Schultz
uests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the stacktrace for these exceptions, they are all occurring when I'm trying to access a parameter from the request.  Looki

Timeout waiting to read data from client

2020-11-06 Thread Jerry Malcolm
.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the stacktrace for these exceptions, they are all occurring when I'm trying to access a parameter from the request.  Looking at the request network timing in the browser