Methods for working with eventlet WSGI servers.
Bases: oslo_service.service.ServiceBase
Server class to manage a WSGI server, serving a WSGI application.
Reset server greenpool size to default.
Returns: | None |
---|
Start serving a WSGI application.
Returns: | None |
---|---|
Raises: | cinder.exception.InvalidInput |
Stop this server.
This is not a very nice action, as currently the method by which a server is stopped is by killing its eventlet.
Returns: | None |
---|
Block, until the server has stopped.
Waits on the server’s eventlet to finish, then returns.
Returns: | None |
---|