Hi,
I have a CA app which works in all aspects
except in one run mode, I would like to directly
show the output of a relatively slow running process.
The problem is that CA requires that runmode return
the final output as a single string. This means the
client will not be able to see anything until the
whole process is finished. This may take 1 to 3 minutes.
When this was done using plain old CGI, it was not
a problem because once $| is set to 1, the client browser
immediately starts to see the output from the server
once the process starts.
I could not find documention in CA man page about
how to deal with this situation. The CGI::Application::Plugin::Stream
does not work either because it tries to set attachment
and content-length headers, so the client will try to save the
output into a file instead of showing them in browser.
Is there a way to do this in CA? If not, is there
a plan for adding such a feature?
Thanks for any info
Richard
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]