Ngingx max worker_connections and access log
        Posted  
        
            by 
                MotoTribe
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by MotoTribe
        
        
        
        Published on 2012-10-06T22:19:56Z
        Indexed on 
            2012/10/07
            21:40 UTC
        
        
        Read the original article
        Hit count: 285
        
Performance
|nginx
I'm troubleshoot an issue with my site. I'm seeing in the ngingx-error.log that the max worker_connection limit has been reached when the site went down. I'm not seeing an increase of requests during that time in the ngingx-access.log.
Does that mean the mysql database had a bottleneck at that time that caused the requests to queue up? Or would it not log any requests that where made after the max worker_connection limit has been reached?
© Server Fault or respective owner