Download List

Projeto Descrição

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

Nesta versão, os arquivos no servidor stdio são dup2'd das alças passadas do cliente readyexec, o que significa que o código Python pode exec e agora o programa executado pode "comunicar" por meio do arquivo stdio trata como deveria.
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

O código executado no servidor agora tem acesso a variáveis de ambiente do cliente. Um bug onde o envio - stop causou um traceback era fixo, e não mais readyexecd.py daemonizes si.
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

Correções foram feitas para um erro grave, a execução corretamente no Linux, e alguns problemas de compilação.
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

O cliente e servidor Python foram renomeados para readyexec e readyexecd.py, respectivamente. Um bug em que o servidor falecido se um processo filho que foi enviado um sinal era fixa, eo processo de instalação foi simplificado.
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