[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua pattern similar to Python multiprocessing?
- From: phlnc8 <phlnc8@...>
- Date: Mon, 20 Aug 2012 17:03:05 -0400
> You could take a look at the luaproc library. It uses pthreads to implement
> workers which can concurrently execute "Lua processes" -- independent states
> running Lua code which can communicate by means of message passing.
>
> The source code is at available at: https://github.com/askyrme/luaproc and you
> can read more about it at http://www.inf.puc-rio.br/~roberto/docs/ry08-05.pdf.
Hi Alexandre and list,
What is the status of the very nice luaproc library? Was it "one
shot" code for the JUCS paper? has it been used in actual
projects/systems?
Looking at the git repository, there is no activity. Is the library
developed or integrated elsewhere?
TIA,
Phil