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

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -