Hi. Thanks for your reply. The project's link: https://github.com/matyhtf/swoole
It is used in some web page games. Phper can use it to write tcp and udp server-side program. Swoole network IO partly based epoll / kqueue event loop is asynchronous & non-blocking. Business logic using multi-process synchronization blocking mode to run. This will ensure the Server is able to cope with high concurrency and a lot of TCP connections. But also to ensure the business can still be easy to write code. Can you add it to the pecl.php.net <http://pecl.net/>? 2013/9/15 Hannes Magnusson <[email protected]> > On Thu, Aug 22, 2013 at 1:05 AM, Antony Dovgal <[email protected]> > wrote: > > On 2013-08-21 05:58, Han Rango wrote: > >> > >> Publish a TCP/UDP Server extension. > > > > > > Would be nice if you make the code available before adding it to PECL. > > And telling us some more about it would not hurt, too. > > > > Poke? > > -Hannes >
