• Senthil Kumaran's avatar
    Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails… · 5e826e8a
    Senthil Kumaran yazdı
    Fix closes issue #11109 -  socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass.
    
    A new method called service_action is made available in BaseServer, called by
    serve_forever loop. This useful in cases where Mixins can use it for cleanup
    action. ForkingMixin class uses service_action to collect the zombie child
    processes. Initial Patch by Justin Wark.
    5e826e8a
socketserver.py 23.2 KB