On 27-Aug-2001 Dan McCormick wrote:
> Hi,
> 
> I have a few IKC questions...
> 
> I'm monitoring client connections using 
> 
> IKC => 'monitor', 
>       '*' => { 
>               register => 'client_connect'
>       }
> 
> When a client connects, the 'client_connect' state gets called *three*
> times, each time with a different kernel alias, which will be one of
> something like
> 
> hostname-3b8a4c2f00005717
> 127.0.0.1:1234
> client_kernel_name (as set by the 'name' parameter of create_ikc_client)
> 
> Is this correct behavior?
Yes.  This is documented in POE::Component::IKC::Responder under the
section "Short note about monitoring all kernels with *".

HTH,

-Philip

Reply via email to