Ok I'm answering my own questions:
After browsing around I kinda pieced together what is going on.
Basically the factory object manages the persistent information
of protcols. You can use self.clients.append( newclient )
to store when a connection is made and self.clients.remove( client ) when a
Hello,
I am new to Twisted, hence the red flag and patience card pulled out.
I have written a client that connects perfectly well to a twisted server thats
using open-ssl to communicate to each other. Basically I took the open-ssl echo
server example and tweaked it.
Thats all fine and dandy, b