caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Procord 0.1.0: Delegate tasks to other processes
@ 2013-10-09  9:09 Romain Bardou
  2013-10-10 12:06 ` Arnaud Spiwack
  0 siblings, 1 reply; 5+ messages in thread
From: Romain Bardou @ 2013-10-09  9:09 UTC (permalink / raw)
  To: caml-list

I am happy to announce the first release of Procord, a portable library
to delegate tasks to other processes.

Obtain it with opam:

  opam install procord

Or, download the tarball:

  https://github.com/cryptosense/procord/archive/v0.1.0.tar.gz

View a minimal, commented example:

  https://github.com/cryptosense/procord/blob/master/examples/minimal.ml

You can browse the API at:

  http://cryptosense.github.io/procord/api/index.html

Procord can spawn local worker processes or communicate using sockets to
a remote worker server. Workers will receive an input, execute a
function on this input, and send back the result. Meanwhile, the main
program can continue to run while waiting for the results.

Not relying on threads, Procord is robust - a segmentation fault in the
worker will not kill the main program. Not relying on fork, Procord is
portable - it has been tested on Linux and Windows.

Procord provides an easy way to have the same executable act as a worker
- local or remote - or as the main program. The actual behavior can be
specified on the command-line. The default is to run as the main
program, which delegates tasks by running itself.

I will present Procord at the OUPS meeting of this evening.

-- 
Romain Bardou

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-10 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-09  9:09 [Caml-list] [ANN] Procord 0.1.0: Delegate tasks to other processes Romain Bardou
2013-10-10 12:06 ` Arnaud Spiwack
2013-10-10 12:24   ` Romain Bardou
2013-10-10 14:59     ` Louis Gesbert
2013-10-10 15:59       ` Jacques Garrigue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).