> What about $|=1?

I tried that once (wanted to write a progress-bar for HTTP
uploads). But this will never work with mod_perl.

Ever had a look into Apache::UploadMeter? Oh my. Getting
just-in-time output in mod_perl is a whole lot of pain ;-)

If you just want to do some post-processing then the fork()
that Steve suggested seems to be most promissing.

By the way. The "mod_perl Programming" book says something like:
"... if you want to do time consuming operations which do not
result in HTML code sent to the browser you might want
to do this in a second Apache instance (without mod_perl) -- so
as not to waste mod_perl's precious resources ;-)
..."

Regards,
Sebastian



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to