Re: [Twisted-Python] Twisted-Python Digest, Vol 72, Issue 35

2010-03-24 Thread sara bai
nism. > > (The pings and pongs in my case should continue to be sent while typing > > stuff in the console) > > Without a *complete* program example, we can't really tell you what might > be blocking. It may be a lot of things, from some very simple problems to >

Re: [Twisted-Python] Nothing Succeeds Like Success (Stories)

2010-03-24 Thread Glyph Lefkowitz
On Mar 23, 2010, at 9:15 AM, Alexandre Quessy wrote: > Hello, > I am in a hurry, but here are a few projects I am working on. They all > use Twisted. They are all intended to be used in audio-video artworks > and tools. > > * Toonloop : (toonloop.com) Software suite for performing with live > fr

Re: [Twisted-Python] Nothing Succeeds Like Success (Stories)

2010-03-24 Thread Glyph Lefkowitz
On Mar 23, 2010, at 12:48 PM, David wrote: > Rdbhost > > Rdbhost uses Twisted for a streaming web-server. The streaming server > allows users to stream large SQL 'dump' files to and from the database > host using a web browser. > > http://www.rdbhost.com Thanks, David. I've added that to Pro

Re: [Twisted-Python] NetstringReceiver

2010-03-24 Thread Andrew Bennetts
Albert Brandl wrote: > Hi! > > The NetstringReceiver class does not exactly do what I'd expect - see > issue http://twistedmatrix.com/trac/ticket/4378. Since we plan to use > netstrings, I am trying to fix it. > > I am not quite sure how to handle certain problems, though, and that's > where I

[Twisted-Python] NetstringReceiver

2010-03-24 Thread Albert Brandl
Hi! The NetstringReceiver class does not exactly do what I'd expect - see issue http://twistedmatrix.com/trac/ticket/4378. Since we plan to use netstrings, I am trying to fix it. I am not quite sure how to handle certain problems, though, and that's where I'd appreciate help. If this is the wr

Re: [Twisted-Python] Logout from a perspective broker server

2010-03-24 Thread Ramiro Alba Queipo
Glyph, > > I wonder, if I client using pygtk, can logout from the server > > without > > calling reactor.stop(), as you would kill the GUI. I tried to delete > > the > > perspective got from the server but it does not work... > > The simplest thing you can do to achieve this is > 'broker.transpor

Re: [Twisted-Python] Logout from a perspective broker server

2010-03-24 Thread Glyph Lefkowitz
On Mar 23, 2010, at 2:30 PM, Ramiro Alba Queipo wrote: > I wonder, if I client using pygtk, can logout from the server without > calling reactor.stop(), as you would kill the GUI. I tried to delete the > perspective got from the server but it does not work... The simplest thing you can do to ach

Re: [Twisted-Python] stdio.StandardIO blocks?

2010-03-24 Thread Glyph Lefkowitz
On Mar 23, 2010, at 10:00 AM, Willy Lai wrote: > What I want, is writing stuff in the console, without interrupting the > ping mechanism. > (The pings and pongs in my case should continue to be sent while typing > stuff in the console) Without a *complete* program example, we can't really tell