On Feb 21, 2006, at 21:00, lanas wrote:

On Tue, 21 Feb 2006 17:34:16 -0800
"David Davis" <[EMAIL PROTECTED]> wrote:

The alias bambi is on the server component NOT the sessions it spawns
for each connection.  InlineStates don't apply to the main server
session but the child sessions that are created.

But I don't want to send a POE message to a connected client.  I want
to send, from any other POE Component/Session, a POE message to a
Component::Server::TCP whether it has conenctions or not and certainly
not as a client to this server.

{Inline,Object,Package}States apply to each connection session, not the main server session for the component. You can certainly send arbitrary messages to the server session, but it will not handle them.

--
Rocco Caputo - [EMAIL PROTECTED]


Reply via email to