Re: [Twisted-Python] dynamic FTP realm

2012-09-30 Thread Itamar Turner-Trauring
On Sun, Sep 30, 2012 at 8:38 AM, Paul Wiseman wrote: > > That is likely a much better idea! Will I need to use some threading if > I'm making web calls then from list? Presumably if I don't the whole > process will block while it's waiting for web responses? > If you're using Twisted's web clie

Re: [Twisted-Python] dynamic FTP realm

2012-09-30 Thread Paul Wiseman
On 29 September 2012 21:21, wrote: > On 07:44 pm, poal...@gmail.com wrote: > > > >Thank you. I've made quite a bit of progress and now have my own > >Portal, > >CredentialsChecker, Realm, Shell, and FilePath object. > > > >One thing I haven't been able to work out is, when I override, lets say >

Re: [Twisted-Python] Twisted + Redis-py + Connection Pooling

2012-09-30 Thread Arkadiusz Rzadkowolski
Thank you very much for your reply Itamar. I have switched to txredisapi which is non-blocking library and my problem was solved. 2012/9/29 Itamar Turner-Trauring > One problem in the code: it kinda seems you want to receive lines, but > you're overriding dataReceived instead of lineReceived in