Workerman is made with pure PHP on top of the libevent, without using a web server. It's like nodejs but in PHP.
PHP is fast. But the stack isn't: fast-cgi, no db pool connection, ... It's really good for a shared virtual hosting. If you change the stack with event driven, a pool and persistent application, you get that fast…
Workerman is made with pure PHP on top of the libevent, without using a web server. It's like nodejs but in PHP.
PHP is fast. But the stack isn't: fast-cgi, no db pool connection, ... It's really good for a shared virtual hosting. If you change the stack with event driven, a pool and persistent application, you get that fast…