My favorites | Sign in
Project Home Issues Source
Project Information
Members

Our tests show that fork() calls on 2.6.x Linux get slower as the parent process uses more memory. So do popen() and system().

This project is a much faster and more secure re-implementation of the Libc popen() and system() calls for Linux. The functions of this library can be used in currently existing source code which uses the standard popen() and system() functions. Small code modifications are required.

For more detailed information and benchmarks, please review the following blog pages:

Documentation, examples, unit tests and a performance benchmark tool are included in the source code.

Any comments, positive or negative, are welcome. Send them directly to my Gmail address, or use the "Issues" tracker here.

Powered by Google Project Hosting