[Twisted-Python] Newbie question
Stan Benrsteen
sbernste at mitre.org
Mon Sep 11 09:11:58 MDT 2006
Gentlemen:
Thanks for all your responses. I think a restartable reactor is a
great idea!
In the meantime, here is what I am really trying to do. I have a
server running a perspective broker, doing its select loop. I need
to access that server from a client that is not in a select loop.
The client wants to treat the server as if it were an ordinary rpc --
make the call and get the response synchronously, and go away. Then
later on it will come back later and call the server again.
Is it possible to use twisted servers with "ordinary" clients?
-- perplexed
More information about the Twisted-Python
mailing list