On Fri, Oct 05, 2001 at 12:39:02PM -0400, Greg Ward wrote: > On 05 October 2001, Mikhail Sobolev said: > > As for the script you sent me, it does not seem to work. :)) I hangs > > and I failed to get it finished. It does create (after a small tweak) a > > file in my temp directory, and it seems to create one every time it > > starts. Oh, it finally finished: > > > > CGI Timeout > > The specified CGI application exceeded the allowed time for processing. > > The server has deleted the process. > > Fooey. Must be some subtle Unix-ism in the code. If you're interested > in helping me make this little script more portable, can you try > commenting the chunk of code dealing with stdin (lines 10 - 18), and > seeing if it works any better after that? Yes, it does. After I commented out copying the stdin into a temporary file, it worked just fine. -- Misha