ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Process API #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Request: A more robust process api that would enable a script to
call an external system process and get the returned values from the process.

This would be similar to system.system(), but would return actual return
values from the process rather than exit codes.

Original issue reported on code.google.com by markobc...@gmail.com on 29 Jun 2009 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 29 Jun 2009 at 8:16

GoogleCodeExporter commented 9 years ago
Please consider [ZeroMQ http://www.zeromq.org/]. It allows you to communicate 
with processes, threads and external systems using a single API. It's a very 
powerful yet easy to use library, see for yourself at 
http://www.zeromq.org/intro:read-the-manual and be sure to check out the 
video's.

Original comment by mpcref on 12 Jun 2011 at 3:08

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/teajs/issues/detail?id=1

Original comment by ondrej.zara on 20 Jul 2012 at 7:46