[ANN] ForkAndReturn 0.1.1

E

Erik Veenstra

ForkAndReturn 0.1.1 is released.

ForkAndReturn implements a couple of methods that simplify
running a block of code in a subprocess. The result (Ruby
object or exception) of the block will be available in the
parent process.

ForkAndReturn also enriches Enumerable with a couple of methods
(e.g. Enumerable#concurrent_collect()), in order to simplify
the concurrent execution of a block for a collection of objects.

RDoc: http://www.erikveen.dds.nl/forkandreturn/doc/index.html
Download: http://rubyforge.org/projects/forkandreturn/index.html

gegroet,
Erik V. - http://www.erikveen.dds.nl/

----------------------------------------------------------------

0.1.1 (19-07-2008)

* Added example.txt.

* at_exit blocks defined in the child itself will be executed
in the child, whereas at_exit blocks defined in the parent
won=91t be executed in the child. (In the previous version,
the at_exit blocks defined in the child weren=91t be executed
at all.)

* Added File#chmod(0600), so the temporary file with the
intermediate results can=91t be read by other people.

----------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,281
Latest member
Pedroaciny

Latest Threads

Top