No this is the only request to this servlet, I observed from the monitor
window of the webserver prblem is not getting the data from the database
generated html is no consistent as per the tags(HTML)


>From: Nic Ferrier <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>        Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Handling Large data output
>Date: Thu, 23 Sep 1999 15:40:44 +0100
>
> >>> kondam sampath <[EMAIL PROTECTED]> 9/23/99 3:12:57 PM >>>
>
> >I have a servlet which has to generate HTML tables from the data
>retrieved
> >from the data base. I supposed to generate reports for multiple days
>and the
> >report for each date may have 40 t0 48 rows in table.
>
>Are you testing with more than one request at a time... it sounds to
>me like you're getting threads interfeering with each other database
>connections.
>
> >Im using PrintWriter Stream, writing in to the stream with
>println()
> >method,. Is there any limit on output size, do I have to use any
>other
> >stream.
>
>No, it should be fine. Check that you're synchronizing access to the
>database properly.
>
>
>
>Nic
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to