Python

  1. Home
  2. Computing & Technology
  3. Python

Python Blog

From Al Lukaszewski, for About.com

Defending Against Python Application-Based DOS

Thursday January 10, 2008
One of the hardest web-based attacks to defend against is a denial-of-service (DOS) attack. It is a simple matter of overwhelming a server with requests such that it cannot handle all the requests at any given time. Every request, and every instance of a web application, takes system resources. If a DOS attack is run against a web application, the application may spawn repeatedly and rapidly. It may not choke the network, but it can consume the server's resources until the server crashes from lack of RAM. If processes are allowed to spawn unchecked, the process will repeat ad nauseum. For help on how to code so that your web applications cannot be used against you, see the latest installment in the series on web application security, "Denial of Service".

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Python

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Python

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.