01-07-09 23.18, skrev [EMAIL PROTECTED] p� [EMAIL PROTECTED] f�ljande:

> 
> On 08-Jul-2001 Artur Bergman wrote:
>> +Kernel hooks:
>> +
>> +  # Kernel hooks lets you set hooks at varius points in the kernel
>> +  $hookid = $kernel->hook_set($when, $session, $hook, $callback,
>> $event);
>> +  $kernel->hook_remeve($hookid);
> ^^^^^^ remove
> 
> 
>> +dispatch_state exposes quite a lot of variables, they are not exported
>> and should be referenced as $POE::Kernel::variable
> Why is all this in global params?  Couldn't they but in ARG0 or something?
> Speed seems less of an issue if you've decided to allow hooks already.
> 
> -Philip
> 

You have to realize that a hook is not called as an event, I think speed is
a major issue in the case of hooks. I hope to have the speed hit of having
hooks enabled down to 2-3%

Artur

Reply via email to