Keglius,
Assuming you are using a web browser to display your data, consider
the HTML used to construct the page. Regardless of how fast your
database is, using TABLEs will always be slower than just using PRE
or BR tags. While this may not be very pretty, it does result in
much faster screen draws. In some browsers, the table does not start
drawing until the last record is transferred; while on others rows
begin to appear as soon as the first record is transferred.
The other suggestions, such as using indexes, will certainly help.
From our experience, with sufficient memory and CPU processing
speed, Tomcat is very fast.
Stephen Caine
Soft Breeze Systems, LLC
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]