From: James Edward Gray II <[EMAIL PROTECTED]>

> I decided to add logging services (output to a text file) to the
> server.  That seemed like a no-brainer, open a filehandle when the
> server launches and select() over it with all the sockets.  Halfway
> through doing this, I noticed this gem in Network Programming with
> Perl, "...the Win32 port of Perl does not support select() on
> non-socket filehandles..."  Lovely.  Technically, I'm not on Windows
> but I have been trying to keep the code portable, so my questions are:
> 
> 1.  Is this still a true statement about ActivePerl in current 
> versions?  I'm targeting versions 5.6.0 and up.

AFAIK yes.
 
Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to