| Projects on Google Code | Results 1 - 1 of 1 |
Most MySQL drivers (and database drivers in general) are _synchronous_, i.e. the execution of a script is blocked until having connected to the database or having obtained the result of a query. This is often unacceptable for highload services, since one probably wants the script do something useful...