in reply to Re: Missing event from InlineStates in POE::Component::Server::TCP
in thread Missing event from InlineStates in POE::Component::Server::TCP
I did not understand that POE::Component::Server::TCP->create( Alias => ... ) refers to to the listening server session and that InlineStates is declaring events for its children. I get it now. So instead of one TCPServer session I really have one parent TCPServer session and lots of children.
How then do I register events for the hub server? I thought I should store stuff for it in its heap instead of just some global.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Missing event from InlineStates in POE::Component::Server::TCP
by rcaputo (Chaplain) on Jul 06, 2004 at 17:17 UTC |