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