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
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
>
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