Click to See Complete Forum and Search --> : unix question


brutfood
03-16-2003, 03:51 AM
I've written a socket server, and I want to run it for my web site in such a way that it always runs, even if something crashes (which it shouldn't). So I need some sort of deamon to restart it. I have secure unix terminal access to my web host, and thought this might be something to do with the cron command (which I haven't used). If not, how do I do it?