29 Mar
2004
29 Mar
'04
7:06 a.m.
On Sunday 28 March 2004 9:04 pm, Tim Stebbing wrote:
alternativly, you could use PB and share some sort of 'talker' object between all connections. this would allow a client to simply do:
talker.callRemote("write", "hello world")
and have everyone else recieve it. I get the feeling the pb/cred combo would be ideal for what your trying to do. Check it out: http://www.twistedmatrix.com/documents/current/howto/pb-intro
Unfortunately, I haven't got Python on both ends of the wire here. I've got Twisted/Python on one side, and C++ or similar on the other end. So unless I'm wrong about PB, I don't think it'll apply here. Cred looks useful, though. Thanks! Steve