php-long-polling
php-long-polling copied to clipboard
overloading apache2
have you ever experienced apache overloading or being non responsive? it feels like apache or php just continue to run even if the client already closed the browser.
thanks in advance
this is about apache more than php. because apache doesn't close connection right after you close your browser. You can test apache and nginx with ab tool about how much they can handle.
My suggestion just use Nginx.