Tickets
Issues
# TODO: look for something more elegant, i.e. don't stop listening on the first exception- Id: 3bd4bd6f8855b5615f71c1c44971e2c4
- Status: Open
- Initial commit: 8096b3ce3c2b24bc1c08473164137b5f5a342cb1
- Creation date: 2012-11-07 14:47:26
- Last changed: 2012-11-07 14:47:26
- Created by: Laurent Defert
- File: ficus/server.py
- Last changed by: Laurent Defert
- Component:
# TODO: look for something more elegant, i.e. don't stop listening on the first exception
logging.error("Error accepting a connection")
self.stop()
def start(self):
self.sock.listen(socket.SOMAXCONN)
History