http://qs321.pair.com?node_id=181495


in reply to Unexpected Output

So, it's probably a stupid question... but,

browser -> script1.cgi -> progress.cgi and back right? Or did I read that wrong?

script1 will wait for progress.cgi to complete before responding back to the browser? Is script1 set to $|=1 so it passes each response to the browser unbuffered also? And is it looping and printing rec'd progress.cgi output each time it receives it? Might be easiest to redesign to do it directly from the script called by the browser (modularize it?).

0.02