Hi all, I am doing monitoring for my site which is cake based and found the following:
mysql "show global status" [158] Threads_cached 5 [159] Threads_connected 3 [160] Threads_created 1098 [161] Threads_running 2 I am concern with the threads_created count. I guess it is a little on the high side. I am requesting my host to increase the thread_cache_size value at the meantime from 8 to 32. My question here is this: Does cakephp close all connection when the script finish running? Current I am using mysql_connect. My mysql queries are done via the model interface. i.e. $this- >modelname->query( ); All input and comments are welcomed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
