in reply to Re: non-blocking TCP/IP client object using callbacks
in thread non-blocking TCP/IP client object using callbacks
See, this is why I shoulda studied more in english. I fail to make myself clear every time...
I wish to use Net::Telnet or IO::Sockets actually. And I'm connecting to a remote server, so inetd doesn't really apply. But I don't wish for control to remain stuck in the module...
When my module receives messages, it should pass them to the actual application via callbacks.
POE is really neat looking! I hadn't seen that before, but it's probably a bad fit for a telnet client object.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: non-blocking TCP/IP client object using callbacks
by Mr_Person (Hermit) on Jul 22, 2003 at 14:57 UTC | |