I made a quick perl script to CGI-ize a fractal image
generator. It works great for small images, but when
the pictures take more than about 4 minutes, it appears
that the command times out (the image generator is still
running, although the perl script has quit). Since this
only happens with long wait times, I was wondering if there
was someway to tweak the timeout value on shell commands.
You can see the full code for the image generator and the perl
script