how to prevent overloaded requestions to Database using php?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
zhaoys04
Forum Newbie
Posts: 1
Joined: Tue Jul 31, 2007 4:23 am

how to prevent overloaded requestions to Database using php?

Post by zhaoys04 »

if the server is just a normal PC, and there is a sudden large amount of requestions that can definitly break down the server, how to prevent this from happening with php, and is there any methods to control users' requestion using php?
Thanks!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The settings of the database can give you such limitations.
Post Reply