Download List

專案描述

Appctl is a framework for virtually any server
software. It provides a central script called
"ctl" which allows you to start, stop, restart,
maintain, or query the current status of an
application. It is meant as a completely generic
replacement for application-specific startup/stop
scripts. The project also supplies generic
monitoring scripts for clusters, which can
dramatically decrease clustering costs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-06-27 02:37
1.15

This release fixes a problem on Linux where multiple processes are running for a single handler.

2009-06-27 02:37
1.14

This release mainly brings new features. It adds extension points to hook your own extensions into the process of ctl in order to perform custom actions.
The documentation has been updated accordingly.

2007-04-29 16:57
1.13

This release fixes the Linux status message printout where the PID was omitted from the printout. This does not affect the functionality at all; only the output text has been fixed.
標籤: Minor bugfixes

2007-02-09 01:28
1.12

A PRIORITY variable has been added that allows definition of process priority. This parameter can be set in ctlenv (globally for all handlers), as well as handler-env files for a specific handler only.

2006-12-20 22:15
1.11

The recently introduced feature to allow custom PIDFILE location specification was not working properly when multiple handlers were specified in ctlenv. All PIDs were redirected to the PID file of the first handler, which caused messages about invalid PIDs for this handler. Since no PID files were written for other handlers, they were treated as handlers without PID files (PIDLESS_MODE). In most cases this was not creating any problems except for the ugly warnings about wrong PIDs.
標籤: Minor bugfixes

Project Resources