> > One more update, just to take threading out of the picture. Even
> > with one request at a time, servlet performance was atrocious
> >
> > Cgi
> > Time per request:       7.25 [ms] (mean)
> > Servlet
> > Time per request:       44.22 [ms] (mean)
> 
> 
> That's only 22 req/s. Either your servlet is really resource intensive
> (although you think it's not), or either there's a problem somewhere.
> 
You forget one thing. I do have my own apache module in the middle, which 
is going to degrade performance (and yes, the cgi benchmarking was with 
my module in place).

> Did you try getting the max throughtput using another servlet ? If
> there's a performance problem with your servlet, you could use
> something like OptimizeIt to figure it improve it.
> 
Thanks, I'll try it out.
Aryeh

---
Aryeh Katz
VASCO                   
www.vasco.com           


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to