Hi To avoid the traffic through the Applet v/s servlet communication you should use proper data structure. I think u have used an array and storing it. Try to use Vector and Hashtable of java.util package. regards paresh -----Original Message----- From: mr. 7up <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, December 20, 1999 12:19 PM Subject: Is there any limitation of size in DataInputStream ??? >hi all, >I have a servlet that process a query from my database. >Usually, the result of the process consists of hundred rows. >If the result more than a hundred rows, my applet always get IOException. >When i tried to see the sending process in my servlet, actually >the servlet has already send the result, but why my applet can't receive the >stream >from the servlet ??? > >Thanks > >Regards, >Yulyanto > >___________________________________________________________________________ >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 ___________________________________________________________________________ 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
