hi!

        I'm trying to reduce the memory footprint that embperl pages leave
behind after displaying a large table taken from a large db. somehow I
find embperl's scalability here a problem, because it seems to process
the file in-memory until completion. 

        Of course it's not smart at all to be outputting 300kb of data in one
single page/table. But that's another issue, as I sometimes need to do
it. My backend/configuration pages *must* allow my client to peek into
huge datasets.

        What's the equivalent of setting $| = 1 under plain CGI ? Will that
save memory somehow?


martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to