the module is killing the server after a short amount of time......
this is just a dev server, but it has a gig of ram and plenty of CPU yet dies after about 5 minutes of working fine. the scripts have been ruled out as the problem.
i was using the cgi module, but it had a bug in maintaining cookies after header(Location) was called right after setting the cookie.
after reporting these bugs to php.net (and showing code to repeat the cookie error) i was told to ask support questions elsewhere... even though this is probably a memory leak for the the module and memory management for CGI.
does anyone know why i would see this behavior??