In tomcat 5.0.28 I do following:

 

HttpServletRequest request;

 

InputStream in = request.getInputStream();

 

in.read();

 

first call to read always takes aprox. 90 ms. I have discovered that
first call to in.read() calls public int realReadBytes(byte cbuf[], int
off, int len) method in InputBuffer. But why 90 ms. It seems too long.

 

С уважением,

Александр Зюбенко

 

Reply via email to