Re: [Zend Engine 2] FYI: PHP/threads
[email protected] (George Schlossnagle)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
> Both of these examples could be realized using fork() or > socket_select(), though the first is not portable and the latter > produces unnecessary overhead. Just to nit-pick: non-blocking io is much more efficient than threads,