Saturday, May 09, 2009

Apache Daemon




Apache Daemon

Lately worked on Apache Daemon, its a wonderful life cycle management library for Standalone Java applications. Schedules your standalone application as OS daemon using a set of 'C' library called JSVC. Guarantees a graceful bring down of your standalone application, which very difficult achieve otherwise.

You code will start with a class that implement org.apache.commons.daemon.Daemon interface and methods init(), start(), stop() & destroy().

Reference:
http://commons.apache.org/daemon/

No comments: