-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

M. Waseem Sindhu wrote:
> Hello,
> 
> We're using ASSP (1.2.6) on our Windows hosting servers without any issues.
> We tried it on UNIX servers and noted that it crashes once or twice in 24
> hours, without logging any reason.
> 
> Our UNIX administrator also tried creating a cron job to restart ASSP
> service, but it did not work.
> 
> Are you running ASSP on a UNIX server and have you developed a monitoring
> script to make ASSP alive 24/7 or are there any tweaks to apply to make ASSP
> running all the time?
> 
> Thank you.
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Assp-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/assp-user
> 
> 
> 


Tell your unix administrator about a program called daemontools.

its part of any qmail install so he may already have it.

The url is http://cr.yp.to/daemontools.html

daemontools is a server process monitor

basically it works by triggering a sh script that launches a server
daemon (think basic init scripts, but different)

The trick is that the script doesn't ever exit unless the server daemon
stalls for some reason.

IF the server daemon ever does stall out, the run script is
automatically run again.

I use daemontools for TONS of stuff, and its great.

It works just like init scripts, but restarts the service if it should
crash.  something init based scripts were never intended to do

Yes you still have process control like service start, and service stop,
and service restart, so you lose nothing, and gain a whole bunch.

- --
Rance Hall
System Administrator
Nebraska Turkey Growers
1-308-468-5711, ext. 106
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFwJlj0tI7mAGO6FwRApbMAJ95jQ7hPzz/Y/fN5yvjbgneNppURQCgiemz
BoiZ3zzmVnOIlZPK8EHGi28=
=2FIO
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to