On Tue, Jul 17, 2001 at 11:35:52AM -0700, Todd Caine wrote:
> Hello,
> 
> I'm writing a distributed application using POE.  The
> program uses POE::Wheel::SocketFactory and then on success
> it uses POE::Wheel::ReadWrite to handle the socket.  After a
> successful connection occurs the SuccessState is called and
> is passed my socket and wheel_id that created the socket.
> Normally I just need to send a message and then disconnect
> the socket.  I've been creating a ReadWrite wheel with the
> new socket and then stuffing the readwrite wheel_id in the
> heap along with the host and port, like:

[...]

My first guess is an errant copy of $wheel is being kept somewhere.
I'd like to see more of the program before pinning blame anywhere.  If
you could mail a more complete listing off the mailing list, I'll try
to spot the problem.

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net

Reply via email to