[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-ev vs. fork
- From: Alexander Gladysh <agladysh@...>
- Date: Fri, 23 Apr 2010 14:42:11 +0400
On Fri, Apr 23, 2010 at 07:28, Brian Maher <brian@brimworks.com> wrote:
> I suspect this is because luaopen_ev() has this line of code:
> pthread_atfork(0, 0, ev_default_fork);
> Perhaps ev_default_fork isn't working right?
Perhaps. I also note that you do not call ev_loop_fork() for
non-default loops. You probably should.
> I'll investigate this more when I have time.
Thanks. That is a show-stopper to me. :-(
Alexander.