php-long-polling icon indicating copy to clipboard operation
php-long-polling copied to clipboard

overloading apache2

Open silverbux opened this issue 7 years ago • 1 comments

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

silverbux avatar Sep 06 '17 09:09 silverbux

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.

theraw avatar Jan 04 '18 14:01 theraw