Re: [spr28646] Resetting an Allegroserve worker process
John Foderaro <[email protected]> Mon, 1 Mar 2004 13:19:02 -0800
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <[email protected]> |
It's been my experience that browsers are very persistent and if their request isn't met with a valid response (e.g. the tcp connection just shuts down) then the browser will retry the request. Try your experiment again and this time kill off the browser or send the browser to another page so it's not going to keep retrying the request. Then see if the lisp process mysteriously restarts the computation. Also, I'd suggest that you process-reset and never process-kill a worker thread.