You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Hi - we have a project using CakePHP and the latest MongoDB PHP driver (1.2.8). We have noticed a ridiculous number of DB connections getting generated to the mongodb server. We are running Apache httpd and under load we see several thousand connections in time wait status (meaning they closed and reopened). Basically, we think (or suspect) that the database connection pooling does not work (or at least not noticeably). Has anyone else seen this? Thanks
Steve Rabouin
unread,
Apr 20, 2012, 6:55:31 PM4/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Hi Chase,
Latest driver is 1.2.10, not sure if updating would help. I don't see anything mentioned in the change logs about number of DB connections other than a fix where connection wasn't closed if the execution timed out.
Derick Rethans
unread,
Apr 21, 2012, 8:50:55 AM4/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Are you calling close yourself at any point during the excution on the Mongo object?