cherrypy when to know that the server has started
        Posted  
        
            by hyperboreean
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hyperboreean
        
        
        
        Published on 2010-06-07T10:20:00Z
        Indexed on 
            2010/06/07
            10:22 UTC
        
        
        Read the original article
        Hit count: 268
        
I am trying to write some unit tests for a small web service written with Cherrypy and I am wondering what's the best way to figure out that the server has started, so i don't get connection refused if I try to connect too early to the service ?
© Stack Overflow or respective owner