Download List

프로젝트 설명

ped is a process execution daemon, comparable to cron in its basic
functionality. It monitors a given directory. If a user or an
application drops a file into this directory, ped parses the content
and executes a given command. The syntax of these files describes the
functionality: "[from (unixtimestamp)] [until (unixtimestamp)] [asuser
(username)] start|restart|loop (command) [(parameter)]". ped was primary
written to schedule time-consuming tasks initiated by a Web application.

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.

2006-11-08 13:40
0.1.6

malloc () 함수를 올바르게 전혀 사용되지 않은가 해결되었습니다. 메모리 할당 문제는 이제 드디어 해결되어야합니다.
Tags: Major bugfixes
The malloc() functions were not used correctly at
all, and have been fixed. Memory allocation
problems should now be solved finally.

2006-07-04 02:27
0.1.5

이 릴리스는 GNU autotools에 대한 더 나은 지원을 제공합니다. 정적 정의 구성 옵션으로 이동되었습니다. 맨 페이지를 초기화 스크립트 예제가 추가되었습니다. 메모리 할당 버그가 수정되었습니다.
Tags: Code cleanup
This release features better support for GNU autotools. Static definitions have been moved to configurable options. Man pages and an init script example have been added. A memory allocation bug was fixed.

2006-06-03 02:11
0.1.3

Tags: Initial freshmeat announcement

Project Resources