New question if I may ask the group...

I have built a servlet that returns n rows from a query that is hitting a 
rather large table on my Oracle server.  I'm running out of memory in the 
routine that pumps that data into a <table> to display in the browser using 
ECS.  I can get about 1500 rows out to the browser in one shot but anything 
over that dumps with a OutOfMemory exception from the JVM on my Apache 
server.  The question is: Is there a way using ECS to "stream" out a table 
object rather than build the entire page in memory and then send it to the 
browser.  I know the problem with this doesn't really lay with ECS but I 
was curious if there was a way to send the page to the browser and then 
complete the table, body, and html tags after the data had be flushed to 
the browser.  Has anyone done this?  Does anyone know if it's possible? 
 Thanks in advance for any assistance.

Michael Wilson
Software Engineer
SONY PICTURES IMAGEWORKS
9050 W. Washington Blvd. Culver City, CA  90232
phone:  (310) 840-8469
cell: (310) 463-1514
pager:  (310) 298-6316
email:  [EMAIL PROTECTED]



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to