
islamabadi
New User
Dec 6, 2004, 10:04 PM
Post #1 of 1
(1029 views)
|
|
Cannot write large data to the web server
|
Can't Post
|
|
I am using Perl to generate a web page from database. I am returning a large data set. I haev tried to write the page with the same data retrieved in Perl and ASP. ASP returns data all fine but with Perl, half the data makes it to the web page and then web server just sits. I have tried forcing the flush of buffering using $| = true etc. but nothing seems to help. Can someone help me with this. It is a simple data dump using fetchrow_array() function in a while loop. The query itself is very quick to retrieve data from the database. Thanks,
|