Comment 0 for bug 247808

Revision history for this message
Kasper Peeters (kasper-peeters) wrote :

Modglue is a C++ library with classes for forking external processes
and asynchronous reading from streams. It takes away the burden of all
subtleties involving the Unix fork call. The asynchronous read
facility enables one to read on multiple input streams at the same
time, without losing any of the standard C++ stream facilities.

URL: http://www.aei.mpg.de/~peekas/cadabra
License: GPL
Notes: This library and the associated tools are generically useful, but
right now the intent to package is mainly to because it is required
for the cadabra program.