[Twisted-Python] connection identification string

George Pauly george at ringdevelopment.com
Thu Feb 28 08:32:38 EST 2008


On Thu, 2008-02-28 at 13:58 +0200, coder_gus wrote:
> Is there a way to identify a connection by a number/string for later use?
> It could be easily implemented or given the async character of twisted 
> probably is not worth it ... but just as a hint? Is there?

I've used a dictionary to keep track of sessions, with a unique string
to identify a session object.
-- 
George Pauly
Ring Development
www.ringdevelopment.com





More information about the Twisted-Python mailing list