Downloadliste

Projektbeschreibung

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.

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.

2002-10-11 14:35
0.4.0

In dieser Version sind die stdio-Dateien auf dem Server nun von den Griffen in der readyexec-Client, der bedeutet, dass Python-Code übergeben können nun exec und die ausgeführten Programm kann "kommunizieren" über die stdio-Datei dup2'd verarbeitet, wie es sollte.
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

Code, der auf dem Server hat nun Zugriff auf Umfeld des Kunden Variablen. Ein Bug, bei dem das Senden - stop verursachte einen Traceback festgesetzt worden war und nicht mehr readyexecd.py daemonizes sich.
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

Fixes wurden für einen großen Fehler mit der Ausführung ordnungsgemäß auf Linux gemacht, und einige Fragen Zusammenstellung.
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

Die Python-Client und-Server wurden readyexec und readyexecd.py bzw. umbenannt. Ein Bug in dem der Server gestorben, wenn ein Kind Prozess der er ein Signal gesendet wurde festgesetzt worden war, und die Installation wurde vereinfacht.
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