> On 30 Oct 2014, at 17:24, scs <[email protected]> wrote:
> 
> I have an application running on cakePHP 2.5 in two different servers both 
> server from what I see are setup the same.
> 
> On the first server we are not having issues but on the second server a user 
> would be using the application and a page would freeze. Other users can use 
> the application with out any problems while the other user is frozen. If the 
> frozen user tries to reload the page it makes another connection to the 
> apache server that is also frozen. If the same user continues to reload the 
> page manually it continues to make more connections that are all frozen. This 
> still has no effect on other users using the application. There is no one 
> controller/action that this is happening on. It even happens just going to a 
> login page. Only way I have been able to clear this is restarting apache.
> 
> Has anyone seen an issue like this?

are you doing any finds with recursive set higher than 2 on your user login? 
could be that one user has a lot of joins and your server is timing out when 
its trying to serve lots of related model data? 

might be a symptom you’d find for an admin but not for a light user?



> -- 
> Like Us on FaceBook https://www.facebook.com/CakePHP 
> <https://www.facebook.com/CakePHP>
> Find us on Twitter http://twitter.com/CakePHP <http://twitter.com/CakePHP>
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/cake-php 
> <http://groups.google.com/group/cake-php>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

....................................
Mike Karthäuser
Director, Brightstorm Ltd.

1, Brewery Court
North Street
Bristol
BS3 1JS

[email protected] <mailto:[email protected]>
www.brightstorm.co.uk <http://www.brightstorm.co.uk/>
+44(0) 7939252144
....................................

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to