Added (un-tested) support for "standalone" services: services that accept()
their own incoming connections (using server.socket.poll) and handle all their own client sockets and sessions in one thread.
Please register or sign in to comment
their own incoming connections (using server.socket.poll) and handle all their own client sockets and sessions in one thread.