X Free — Fast

def accept_connections(self): while True: conn, addr = self.socket.accept() threading.Thread(target=self.handle_connection, args=(conn,)).start()