Pretty considerable bug one of my users discovered today.
On large threads, it's possible to bring the server to it's knees by modifying a URL to display all replies on one page.
Example:
Thread has > 2,000 replies
user crafts a URL to show all 2,000 replies per page, or more, depending on size of thread
http://www.forumname.net/showthread....perpage=######
server processes the request and will be brought down due to high loads
On large threads, it's possible to bring the server to it's knees by modifying a URL to display all replies on one page.
Example:
Thread has > 2,000 replies
user crafts a URL to show all 2,000 replies per page, or more, depending on size of thread
http://www.forumname.net/showthread....perpage=######
server processes the request and will be brought down due to high loads
Comment