Dear TiuTalk

First Of All I have to mention that the development environment is not
like the production one.

So in general MySQL server and Apache server are not on the same
machine, although they are usually on the same segment of the network
to male two things happen

-RTT is minimal between the two machines
-Delegation of the internal mysql processing to the CPU of the mysql
server machine.

Now for your question you web site by default should handle
(theoretically) the maximum number of simulatneous connection that
apache should handle and if it is web driven (connection to a
database) it should handle exactly the maximum number of concurrent
connection allowed by the mysql user you use.

the question is not about per second... it is about your hosting
package and the fine-tuning of the server... cake can not fine tune
because it is an upper layer above the hardware...framework not a
platform.

as for optimizing cakePHP, just google a little bit and you will find
a lot of techniques that make you happy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to