I'm about to make an application on PHP, MySQL and Flex. There are going to be a lot of simultaneous connections to the DB (> 200). In Java I would make a connection pool or use for example Hibernate, and let that handle the DB concurrency, but what can I use for PHP and MySQL?