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

이 릴리스의 새로운 기능을 중심으로 가져온다. 그것의 순서를 사용자 지정 작업을 수행하는 ctl의 과정에 자신의 확장 기능을 연결하는 확장 점을 추가합니다. 설명서를 따라 업데이 트되었습니다.
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

이 릴리스에는 수정 리눅스 상태 메시지를 출력 여기서 PID를 출력에서 생략했다. 이 모든 기능에 영향을주지 않습니다;에만 출력을 텍스트가 수정되었습니다.
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

우선 변수를 허용하는 추가되었습니다 프로세스 우선 순위 정의. 이 매개 변수는 ctlenv 모든 처리기 (전세계)에 대한뿐만 아니라, 핸들러를 설정할 수있는 환경을 파일을 특정 처리기에 대해서만.
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

최근에 도입된 기능을 사용자 지정 위치를 지정 PIDFILE 올바르게 여러 개의 핸들러 ctlenv에서 지정한 아니었 수 있도록 노력하고있습니다. 전체 PIDS은이 처리기에 대한 잘못된 PIDS에 대한 메시지가 발생한 첫 번째 처리기의 PID를 파일에 리디렉션했다. PID를 파일에 없으므로 다른 처리기를 위해 작성되었고, 그들은 핸들러로 PID를 파일 (PIDLESS_MODE)없이 치료를 받았다. 대부분의 경우에이 문제에 대해 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