Re: [Twisted-Python] Gridspy - a new project using Twisted

2009-10-26 Thread Maarten ter Huurne
On Monday 26 October 2009, Tom Leys wrote: > Gridspy provides you with an interactive view of resource usage in your > building. It gives you hard data on your consumption patterns and helps > you to make informed decisions. How can other people get their own Gridspy? Do you plan to release it as

Re: [Twisted-Python] Gridspy - a new project using Twisted

2009-10-26 Thread leyssw
Hi Maarten The Gridspy is a commercial product. At the moment we are manufacturing small runs of prototypes for development and testing, soon they will be available from our site on-line. We are making it "hacker friendly" and it has spare serial ports, digital and analogue inputs so electronics

Re: [Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-26 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:49 PM, Kevin Horn wrote: > On Mon, Oct 5, 2009 at 1:32 PM, Glyph Lefkowitz > wrote: > >> On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn wrote: >> >>> I'd like to see this ticket get moving again. >> >> >> Excellent! >> >> >>> I've gone over what's been done so far (and put

Re: [Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-26 Thread Glyph Lefkowitz
On Oct 26, 2009, at 5:11 PM, Kevin Horn wrote: > FYI, this ticket back up for review... Thanks! Sorry about the review backlog; the core committers have all been pretty busy lately. I'll try to get to this soon. ___ Twisted-Python mailing list Twi

Re: [Twisted-Python] Handeling unresolved DNS queries?

2009-10-26 Thread Jesper Taxbøl
First of all. Thanx for the help!!! The internet is just fantastic!! I like the wrapper approach. I had not thought of that approach myself. Sounds very reasonable. -So I started wrapping Resolver, but got stuck pretty fast. I get a problem saying that 'NoneType' object has no attribute 'addCall

[Twisted-Python] Regarding Twisted Matrix

2009-10-26 Thread naman jain
Hi, I have a client server model in twisted, where the server spawns a thread ( basically a test script in python that runs for about 20 mins) I want to track the progress of the thread, and send the progress to the client back So, I write something like this in my server: parent_conn, child_con

Re: [Twisted-Python] Regarding Twisted Matrix

2009-10-26 Thread Nathan
On Mon, Oct 26, 2009 at 11:44 PM, naman jain wrote: > Hi, > > I have a client server model in twisted, where the server spawns a thread ( > basically a test script in python that runs for about 20 mins) > I want to track the progress of the thread, and send the progress to the > client back > > So