Skip to content

Instantly share code, notes, and snippets.

@jmkacz
Created May 29, 2012 15:16
Show Gist options
  • Save jmkacz/2828980 to your computer and use it in GitHub Desktop.
Save jmkacz/2828980 to your computer and use it in GitHub Desktop.
my usage of TProcessPoolServer
server = TProcessPoolServer(processor, transport, tfactory, pfactory)
try:
server.serve()
finally:
server.stop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment