chapter31

development in a land far far away…

at the moment

History is not what happened. History is what was written down.

Archive for April, 2008

As all developers know, one of the most common bottlenecks in a web application is the database. Database optimisation is therefore a huge part of building a streamlined application capable of handling more concurrent users.
Often you might have the need to perform multiple INSERT’s against a database from a single user form submission.
Let’s say you [...]

Read the rest of this entry »