I've got a single page AJAX app which is encountering issues with slowness
due to serialized responses with multiple requests.  After doing some
research, it appears that this is being caused by each request needing an
exclusive lock on the session.
http://konrness.com/php5/how-to-prevent-blocking-php-requests/

Has anyone run into this issue in the past?  Did this turn out to be the
cause?  What did they find to be the most effective way to combat this?

-- 
Brad Koch

Email: [email protected]
Phone: 989-372-1212

-- 
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

Reply via email to