Download List

프로젝트 설명

ReadyExec is a client-server system designed to alleviate the problem of high-startup-costing applications, such as those written in Python, which are run repeatedly (e.g., in procmail) and use stdio files, argv, environment variables, and exit codes to interact with their environment. A small 'conduit' program is used to send such process-specific information to the server, and acts as an intermediary while the 'heavy' application code runs in the server, only needing to be loaded once. A server for Python code is available.

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.

2002-10-11 14:35
0.4.0

이 버전에서는 서버에서 해당 파일을 지금 stdio에서 이는 파이썬 코드를 의미합니다 readyexec 클라이언트에서 전달된 핸들 지금 'stdio 파일을 통해 통신할 수있는'실행 프로그램에서 간부 수있습니다 dup2'd처럼 취급해야합니다.
Tags: Major feature enhancements
In this version, the stdio files in the server are now dup2'd from the handles passed in from the readyexec client, which means that Python code can now exec and the executed program can 'communicate' via the stdio file handles like it should.

2002-10-08 12:36
0.3.0

이 코드는 서버에서 실행중인 지금은 고객의 환경 변수에 접근할 수있다. 버그는 어디로 보내 - 역추적, 고정했다 readyexecd.py 더이상 daemonizes 발생 자체를 중지합니다.
Tags: Minor bugfixes
Code running in the server now has access to the client's environment variables. A bug where sending --stop caused a traceback was fixed, and readyexecd.py no longer daemonizes itself.

2002-08-14 08:52
0.2.1

수정 리눅스에서 제대로 실행과 주요 버그 및 몇 가지 컴파일 문제가되었다.
Tags: Major bugfixes
Fixes were made for a major bug with executing properly on Linux, and some compilation issues.

2002-04-21 11:10
0.2.0

파이썬 클라이언트 및 서버 readyexec 및 readyexecd.py, 각각 변경됐다. 만약, 그것의 자식 프로세스가 신호를 보냈습니다 버그는 어디에 서버가 고정했고, 설치 과정에서 사망 단순했다.
Tags: Major feature enhancements
The client and Python server were renamed to readyexec and readyexecd.py, respectively. A bug where the server died if a child process of it was sent a signal was fixed, and the installation process was simplified.

2002-04-07 12:37
0.1.0

Tags: Initial freshmeat announcement

Project Resources