in reply to Re^2: sending data over TCP channel using POE::Component::Server::TCP
in thread sending data over TCP channel using POE::Component::Server::TCP

As a developer of POE, I use whatever's currently in the repository. "Eating my own dog food" is one of the easier methods of quality assurance. The latest CPAN version should be pretty close: I'm releasing earlier and more often than I have been.

I wasn't able to reproduce the problem on Mac OSX. There may be Windows issues at work. There are very good reasons why it's called "running in hell".

  • Comment on Re^3: sending data over TCP channel using POE::Component::Server::TCP

Replies are listed 'Best First'.
Re^4: sending data over TCP channel using POE::Component::Server::TCP
by Anonymous Monk on Oct 09, 2008 at 08:37 UTC
    Hi, I've just installed the latest version OF POE on ActivePerl 5.8.8 and I've got the same errors: Prototype mismatch: sub POE::Kernel::F_GETFL: none vs () at C:/Perl/site/lib/POE/Resource/FileHandles.pm line 24. Prototype mismatch: sub POE::Kernel::F_SETFL: none vs () at C:/Perl/site/lib/POE/Resource/FileHandles.pm line 25. I tested it with the sample given in the POE perldoc. I don't have this with a previous version. May you help? Cheers, Sebastien