On 1/30/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > On 1/30/06, George Sexton <[EMAIL PROTECTED]> wrote: > > Database interaction is by far the major issue. In my application, a page > > with no db interaction runs in something like 80ms, while a page with DB > > interaction takes something like 350-400ms. There's no silver bullet to > > tuning tomcat applications, and most of the advice you'll get here won't > > make any difference (use this connector, instead of that). So, my advice is: > > Hmm, 80 ms per page is extremely slow. We have a high traffic > application here with approx. 100 request / per second / per > webserver. Our middle execution time is by 10 ms (both db and not db). > Requests without calls to backend are served in below 1 millisecond > (mostly ajax).
Of course it also depends where you measure the data. My measures are always in the servlet code, so as soon as the response is wrote to the buffer I consider the request finished. regards Leon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]