in reply to Re^3: sending data over TCP channel using POE::Component::Server::TCP
in thread sending data over TCP channel using POE::Component::Server::TCP
There's eval 'F_GETFL' come up. This certainly means something but I don't know what it is.../POE/kernel.pm ... { no strict 'refs'; if ($^O eq 'MSWin32') { *{ __PACKAGE__ . '::RUNNING_IN_HELL' } = sub { 1 }; } else { *{ __PACKAGE__ . '::RUNNING_IN_HELL' } = sub { 0 }; } ... .../POE/Resource/FileHandles.pm BEGIN { eval 'F_GETFL'; if ($@) { *F_GETFL = sub () { 0 }; *F_SETFL = sub () { 0 }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: sending data over TCP channel using POE::Component::Server::TCP
by rcaputo (Chaplain) on Aug 08, 2008 at 20:05 UTC |