Re: CLEANUP subroutine delaying response

2004-07-09 Thread Ed Grimm
My suspicion is that the CLEANUP routine is called after the response to the client is put into the output buffer, but before the output buffer is flushed. As redirects are always fairly short, the redirect fits entirely within one buffer in this case, and so nothing has been sent to the client ye

Re[2]: Trouble with catching output of prcodures

2004-07-09 Thread Filin
Gerald Richter wrote: > In 1.3.6 "die" only ends the current block, not the file. If you want to end > processing of the file, you have to use exit, but exit only ends the > proessing of the current file, the caller will still continue. You have to > catch it somehow there. Mm... No, I do not unde