Uri Guttman <[EMAIL PROTECTED]> wrote:

> i even sent leo (though i am not sure of ownership since that company
> went under) a generic event loop in c that i wrote.

Thanks again, its really helpful, albeit running event handlers in PASM
is a bit different :)

> ... dan's
> plan is to put the single event loop into a single kernel thread and
> have a event and trigger queues shared by all threads (parrot or
> kernel).

Actually the event loop thread is already running. It can dispatch
events to all interpreters. It needs for sure refactoring, when IO is
added, but for now its enough to have a look at issues that could arise
from it.

> uri

leo

Reply via email to