Re: tomcat6, bottleneck, concurrent requests, windows xp

2008-12-15 Thread Michael Ludwig
kazukin6 schrieb am 14.12.2008 um 19:50:52 (-0800): > > Hi, Michael ! > I suppose "Connection Times (ms)" table section actually describes > individual requests? And "Percentage of the requests served within a > certain time (ms)" as well? > > For me it seems that concurrency is hardly working at

Re: tomcat6, bottleneck, concurrent requests, windows xp

2008-12-14 Thread kazukin6
Hi, Michael ! I suppose "Connection Times (ms)" table section actually describes individual requests? And "Percentage of the requests served within a certain time (ms)" as well? For me it seems that concurrency is hardly working at all, but threads are blocked (or waiting) somewhere outside of d

Re: tomcat6, bottleneck, concurrent requests, windows xp

2008-12-14 Thread Michael Ludwig
kazukin6 schrieb am 13.12.2008 um 18:15:33 (-0800): > 1) there is maxThreads=100 in context.xml > 2) sending 100 simultaneous requests to one servlet, for example ab.exe -n > 100 -c 100 {address} > 3) in the servlet's own log for performance it shows around only 200-500 ms > per request > 4) in th

tomcat6, bottleneck, concurrent requests, windows xp

2008-12-13 Thread kazukin6
- 1) there is maxThreads=100 in context.xml 2) sending 100 simultaneous requests to one servlet, for example ab.exe -n 100 -c 100 {address} 3) in the servlet's own log for performance it shows around only 200-500 ms per request 4) in the ab.exe log it shows around 7 seconds(