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


in reply to timeout on a valid long process

Who's timing it out? A webserver? If so, just read up on auto flushing ($|) and print some null bytes (\0) to the browser every now and then, to keep the connection alive.

Update: ... and you can read a column by merlyn on watching long processes through CGI.

--
b10m

All code is usually tested, but rarely trusted.

Replies are listed 'Best First'.
Re^2: timeout on a valid long process
by schulerlab (Initiate) on Sep 08, 2006 at 01:54 UTC
    Thanks. I will check into this.