0

Note:

  • This is not in regards to PHP; Language is C++
  • I will be using spawn-fcgi to launch the FastCGI application.

I've already found the supervise tool (http://manpages.ubuntu.com/manpages/precise/man8/supervise.8.html) provided by the daemontools package. However, I'm interested in other and/or better options.

Coder
  • 101
  • 1

1 Answers1

1

You may possibly want to look not using Monit.

There seem to be several approaches to doing this, depending on implementation, but check around for something that suits your application.

ewwhite
  • 197,159
  • 92
  • 443
  • 809