
Thank you, but ClientCreator is seems just send message for once?? My app need connect with auth info, then send a command and request the return value. Can i use ClientCreator? On 11/30/05, Andrew Bennetts <andrew-twisted@puzzling.org> wrote:
On Wed, Nov 30, 2005 at 03:19:45PM +0800, Xu Ryan wrote:
Here is the situation: a tcp control client need connect to multi-agent. Is there a light way to connect with server , instead make a factory to do each connect?
ClientCreator is a simpler way to make connections. See the "Simple, single-use clients" section of the Writing Clients developer guide:
http://twistedmatrix.com/projects/core/documentation/howto/clients.html#auto...
-Andrew.
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Xu Ryans