Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt ein Problem unter Linux, wo mehrere Prozesse laufen für eine einzige Prozedur.
This release fixes a problem on Linux where multiple processes are running for a single handler.

2009-06-27 02:37
1.14

Diese Version bringt vor allem neue Funktionen. Sie fügt hinzu, Extension-Points auf eigene Erweiterungen in den Prozess der ctl Haken, um benutzerdefinierte Aktionen auszuführen. Die Dokumentation wurde entsprechend aktualisiert wurde.
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

Diese Version behebt die Linux-Statusmeldung Ausdruck, wo die PID aus dem Ausdruck weggelassen. Dies berührt nicht die Funktionalität überhaupt, nur im Ausgabe-Text wurde behoben.
Tags: Minor bugfixes
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.

2007-02-09 01:28
1.12

EINE PRIORITÄT Variable wurde hinzugefügt, dass ermöglicht die Definition von Prozess-Priorität. Dieser Parameter kann in ctlenv eingestellt werden (global für alle Handler) sowie Handler-env-Dateien für einen bestimmten Handler nur.
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

Das vor kurzem eingeführte Funktion, mit der benutzerdefinierten PIDFILE Lage Spezifikation wurde nicht richtig funktioniert, wenn mehrere Handler in ctlenv angegeben. Alle PIDs wurden die PID-Datei der ersten Prozedur, die Meldungen über ungültige PIDs für diesen Handler verursacht umgeleitet. Da keine PID-Dateien für andere Handler geschrieben wurden, wurden sie als Handler ohne PID-Dateien (PIDLESS_MODE) behandelt. In den meisten Fällen war dies nicht schaffen keine Probleme mit Ausnahme der hässlichen Warnungen vor falschen PIDs.
Tags: Minor bugfixes
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.

Project Resources