Lines Matching full:shutdown
168 - shutdown()
222 """Handle one request at a time until shutdown.
224 Polls for shutdown every poll_interval seconds. Ignores
234 # shutdown request and wastes cpu at all other times.
243 def shutdown(self):
337 """Called to shutdown and close an individual request."""
368 - shutdown()
466 """Called to shutdown and close an individual request."""
468 #explicitly shutdown. socket.close() merely releases
470 request.shutdown(socket.SHUT_WR)
499 # No need to shutdown anything.