select_read and select_write tell POE::Kernel to watch a filehandle for those states
$poe_kernel->yield() its NOT like Thread's yield(). NOT AT ALL. read the perldoc on POE::Kernel to see what yield() does (ditto on the other two) POE is quite well documented On 2/22/07, Fei Liu <[EMAIL PROTECTED]> wrote:
Hi group, just wondering what's the difference between POE::Kernel::select_read/write method and POE::Kernel::yield method? How should I use select_read/select_write? Do they do anything special about the events that they select? Thanks, Fei