Hi, Does CakePHP pool database connections (using mysql) or does it establish a connection per user thread? If it is the latter, is there a limit on the number of concurrent connections to the database?
I ask as I want to use getLastInsert() function, which nobody here seems to have any issues with. In database.php, there is the option to use mysql_connect or mysql_pconnect. Does the latter mean it is a persistent connection (pooling?) and if so, would getLastInsert() still give the correct id? Is there a link? Thanks. Vasu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
