Question
Stopping DOS Attacks - Methods?
Does anyone have any helpful tips on stopping Denial of
Service attacks. What is mean is this --
If someone sits there in their browser and hits REFRESH 100 times on a page that requires a lot of database interactivity, it can bring down your server pretty quick. ColdFusion connections sit in a queue and keep running and running and running.
Is there a way that if someone hits REFRESH on a page, that it stops the query that is running and starts it again for that user?
Looking forward to some thoughts on this.
Sincerely,
Ray
If someone sits there in their browser and hits REFRESH 100 times on a page that requires a lot of database interactivity, it can bring down your server pretty quick. ColdFusion connections sit in a queue and keep running and running and running.
Is there a way that if someone hits REFRESH on a page, that it stops the query that is running and starts it again for that user?
Looking forward to some thoughts on this.
Sincerely,
Ray
