Re: [Twisted-Python] data update to multiple clients

2010-04-05 Thread Glyph Lefkowitz
On Apr 5, 2010, at 7:39 AM, Chris Cusack wrote: > Can anyone suggest a suitable design approach using twisted? Is there > any example code available that may be similar. This sounds like it may be a FAQ:

[Twisted-Python] R: Re: smtp-server: issue with checkers.FilePasswordDB and hash

2010-04-05 Thread aleu...@inwind.it
First of all, thanks for your answer :-) >Can't say for sure without a full example, but it looks like you are Here the full source code: from twisted.mail import mail, relaymanager from twisted.cred import checkers from twisted.python import log from twisted.application import internet from twi

Re: [Twisted-Python] data update to multiple clients

2010-04-05 Thread Phil Mayers
On 04/05/2010 12:39 PM, Chris Cusack wrote: > Probably another newbie question but after much effort I am not > progressing on the following. > > I am trying to design a system where I have a microprocessor > periodically feeding data on a serial connection to a server script. I > would then like t

[Twisted-Python] data update to multiple clients

2010-04-05 Thread Chris Cusack
Probably another newbie question but after much effort I am not progressing on the following. I am trying to design a system where I have a microprocessor periodically feeding data on a serial connection to a server script. I would then like the server script to notify one or more client scr

Re: [Twisted-Python] FUSE

2010-04-05 Thread Donal McMullan
Thanks for your answers - great to have some options! Donal On 5 April 2010 01:38, Pavel Pergamenshchik wrote: > On Sun, Apr 4, 2010 at 4:21 AM, Donal McMullan > wrote: >> I'm interested in doing some FUSE stuff with Twisted, mostly to >> prototype some ideas for profiling. Can anyone expan