./wip/modglue, C++ library for handling co-processes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.19, Package name: modglue-1.19, Maintainer: jihbed.research

The libModglue library 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.
There are also several small additional programs bundled with modglue,
such as a program to add readline capability to any command line program.
Moreover, the modglue library extends the idea of standard Unix pipes by
providing a general framework for the creation of new processes with more
than just the standard stdin/stdout/stderr pipes.


Required to run:
[devel/libsigc++]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 6d97669e9c5741d00b56bdbf692993c638b4a405
Filesize: 92.222 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-28 20:43:34 by Kamel Derouiche | Files touched by this commit (5)
Log message:
Import modglue-1.19 as wip/modglue.

The libModglue library 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.
There are also several small additional programs bundled with modglue,
such as a program to add readline capability to any command line program.
Moreover, the modglue library extends the idea of standard Unix pipes by
providing a general framework for the creation of new processes with more
than just the standard stdin/stdout/stderr pipes.