![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: proc_open hang (data > 64k)
From: ZeldorBlat <zeldorblat@gmail.com>
Date: Wed Oct 26 2005 - 07:40:23 CEST
>(2) Use non-blocking reads/writes and poll or select.
You can set the blocking mode of streams (including pipes) using
<http://www.php.net/manual/en/function.stream-set-blocking.php>
|