Re: [Twisted-Python] Bug in Finger Tutorial?

2011-09-29 Thread Dorian Raymer
On Thu, Sep 29, 2011 at 3:23 PM, David Kao wrote: > On Fri, Sep 30, 2011 at 6:10 AM, Dorian Raymer wrote: > > > > > > On Thu, Sep 29, 2011 at 2:44 PM, David Kao wrote: > >> > >> I'll take care of the first question. > >> > >> From

Re: [Twisted-Python] Bug in Finger Tutorial?

2011-09-29 Thread Dorian Raymer
for deployment in different t.a.internet services, should I put the business services in their own MultiService and the internet services in their own MutiService container? Like I said, more showcasing of use cases would help suggest answers to these kind of questions. I see a lot of possibil

[Twisted-Python] Bug in Finger Tutorial?

2011-09-29 Thread Dorian Raymer
Hello, I am confused about how the FingerService gets started in the finger/finger.py makeService function. It is never assigned a service parent and it can't service getUser requests if its startService method isn't called; you get an AttributeError: "no attribute 'users'" the way it works now. I

[Twisted-Python] txRedis - Redis Client for Twisted

2009-10-21 Thread Dorian Raymer
dback on the implementation is very welcome. I would like to make this is a solid client library. Thank you, Dorian Raymer ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted perspective broker on port 80, problem

2009-06-17 Thread Dorian Raymer
If you want to run PB on port 80, you need to start twistd with root privileges. Do you really want to serve PB on port 80? You probably want to serve it on an un-privileged port (> 1023). I think the spread source suggests 8787 as the port to use for a PBServer. -Dorian On Wed, Jun 17, 2009 at