> this is being caused by each request needing an exclusive lock on the > session >
Lock on the session file(s). Solution is simple - do not use filesystem based session storage in production. http://book.cakephp.org/2.0/en/development/sessions.html#built-in-session-handlers-configuration -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
