On 5/9/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
I agree, from my experience IE times out when the connection is taking
too long to send a response back, I haven't experienced a timeout with
FF.

You may want to consider a paging algorithm, if your data set is too
large, it is not good practice to return all the data in one shot.

Sorry, in my previous post I meant *store* all the data in one shot,
but in any case, paging is a good practice whether you're storing or
returning.

Also consider a batch update instead of sequential update along with
prepared statements instead of statements, and other
optimization/memory management techniques.


-Regards
Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to