Hi all,

I need to start process, which would get big amount of data from another
server into my DataBase,
and while it will do it, my browser should show me progress-bar on this data
extraction.

I have mod_perl based web-server, so, i should not use fork(), as explained
in Mod_perl docs. But also i cannot invoke system(), as this proccess could
take very long time.
What i have to do?

May be best solution is using CGI-script, which allows forking without all
Apache process forking?

Thank you,

Best wishes!
----------------------------------------------------------------------------
Anton Permyakov           Web-Developer
[EMAIL PROTECTED]   WWW.SOLUDIUM.COM

Reply via email to