Download List

Descripción del Proyecto

The STX ExecPipe library provides a convenient C++ interface to execute child programs connected via pipes. It is a front-end to the system calls fork(), pipe(), select(), and execv() and hides all the complexity of these low-level functions. It allows a program to build a sequence of connected children programs with the input and output of the pipe sequence redirected to a file, string, or file descriptor. The library also allows custom asynchronous data processing classes to be inserted into the pipe or placed at the source or sink of the sequence.

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.

2010-07-31 14:02
0.7.1

Esta versión corrige el soporte de archivos grandes en la biblioteca. Ahora> 2 GB se puede utilizar como fuente o sumidero de la línea de tubería de ejecución.
Tags: Stable
This release fixes large file support in the library. Now >2GB can be used as a source or sink of the execution pipe line.

2010-07-19 10:55
0.7.0

Versión inicial.
Tags: Initial
Initial release.

Project Resources