[PHP] socket_select()

2004-05-20 Thread René Fournier
All the examples I see of socket_select() are on socket servers. But is it reasonable/feasible to use socket_select() on a socket client, that is receiving data periodically from a server (and when not receiving, doing something else)? ...Rene -- PHP General Mailing List (http://www.php.net/) T

[PHP] socket_select() hangs sometimes; Bug?

2003-11-24 Thread Thomas Weber
Hi folks, I am battling around with socket_select() for some months now and still have an unsolved problem with random hanging. PHP: 4.3.4 with -sockets, -sigchild, -pcntl and some other things OS: FreeBSD 5.0 (same problem with 4.8 and 5.1) In simple words, I have a server-daemon (runs with PHP

[PHP] socket_select() on STDIN

2002-12-23 Thread Geir Torstein Kristiansen
Is it possible to use socket_select() on STDIN with the socket extension? If not, consider this a feature request. I know about fopen('php://stdin', 'r') and this is not what I want unless I can socket_select() on that socket (which I cant). Please cc as I am not subscribed to this list. -- G