[Bug-openmcl] more bugs in openmcl
Faré
fahree at gmail.com
Tue Oct 9 20:52:42 MDT 2007
Note that beyond "mere" performance implications and the portability
of this particular application, fork() allows process insulation in a
way that makes the erlang model of robust massive concurrency possible
(although admittedly with a coarser grain -- we ain't gonna get 10000
threads with fork -- but we could conceivably combine fork and
threads, because we don't need insulation for every thread, only for
sensible groups of threads).
[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
If you don't like yourself, you *can't* like other people.
-- Robert Heinlein, "Time Enough For Love"
On 08/10/2007, Faré <fahree at gmail.com> wrote:
> Oh, additionally, in SBCL, even in the single-threaded case, some
> "magic cleanup" is done in the child after a fork. Could such cleanup
> be conceivably done in the case of OpenMCL, that would make forking
> safe?
>
> [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
> Hi! I'm a signature virus. Copy me into your sig file and help me spread!
More information about the Bug-openmcl
mailing list