Hi all,<br>
<br>
I'm familiar with the thread-style network programming (create a single thread for each connected client).<br>
With twisted, how could I know which client I'm talking to? (or, how could I maintain the connections list?)<br>
<br>
I'm thinking of creating a Client object to represent each connected client<br>
Could I save the transport to the Client object so that I can retrive that transport back to talk to a specific client?<br>
<br>
Please point me to somewhere I could find the answer or enlighten me with some sample code, thanks in advance!<br>
<br>
- Eric<br>