Created
May 29, 2012 15:16
-
-
Save jmkacz/2828980 to your computer and use it in GitHub Desktop.
my usage of TProcessPoolServer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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