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
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
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
3 matches
Mail list logo