asynchronous - Does php-fpm use event loop (queue, select etc) -


a friend of mine trying create backend system lots of http comet connections. in fact server needs send event notifications many concurrent clients (at least 200). know opening thread concurrently not feasible , maybe possible. solution async programming, can implicit (uwsgi in python...) or explicit (asyncio, tornado...) guess face problems using php since uses thread each connection default. think right?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -