Erk. Previous poste was sent before it was ready :(
On 22-Mar-2001 Rob Bloodgood wrote:
> I'm curious,
> should I be using C<Event> in my program(s)?
>
> I can't find any specifics on yes or no, only that POE supports it.
> From what I've gleaned about POE's operation, the most complex part of
> it is state management/context switching. Since Event (task switching,
> async looping) is written in C, does that imply that my program will run
> faster simply by using Event?
POE uses Event's safe and stable signal handling. If you have Event
installed, yes you should be using it.
-Philip