| Web servers should communicate with the databases in a synchronous way creating blocking I/O to increase the consistency of the web application |
| The programs and scripts on the server should be running in a few milliseconds |
| The more complex your scripts the easier your web servers are a target for a denial of service attack |
| Web servers should support cross side scripting |