My AOLServer process dies about once a week. It's not a big deal,
since I can use inittab to respawn the process. However, the
respawning doesn't always work correctly.
<br><br>
Sometimes the new nsd process is spawned before the old one releases
the port, causing a "port already in use" error. Since nsd doesn't
exit after reporting this error, inittab doesn't try to respawn, and
the site stops responding until I restart nsd manually.
<br><br>
If it helps, the line in my inittab is
<br>
<pre>
nss:2345:respawn:~nsadmin/bin/nsd-postgres -i -t ~nsadmin/rym.tcl -u
nsadmin</pre>
And the thread that's hanging on to the port isn't defunct; I'm
assuming that it's just trying to finish serving a page before
exiting.
<br><br>
Has anyone else had this problem with AOLServer? Any recommendations?
<br><br>Thanks,
<br><br>
Hossein
<br><br><br>
By the way, I apologize if this has been answered before; I searched
the archives with no success.