From: Tom Henrik Aadland <[EMAIL PROTECTED]>
> I have a server which I'm suppose to port from unix to win32, the
> problem
>  seems to be with 4 arg select which according to different documents
> should work on win32 with sockets. The purpose is to block until a
> client tries to connect and send something. $nfound =
> select($rout=$rin, undef, undef, undef); $rin and $rout are
> constructed using vec and fileno. If this is suppose to work on win32,
> can someone please point me to an example? Or maybe a possible
> workaround. 

It should work just like under Unix assuming all the handles are 
sockets. What did you try and what happened?

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to