[Twisted-Python] Weekly Bug Summary

2010-05-22 Thread exarkun
Bug summary __ Summary for 2010-05-16 through 2010-05-23 Bugs opened: 14Bugs closed: 11 Total open bugs: 1227 (+3) |== Type Changes |== Priority Changes |== Component Changes |Defect: +1 |High:-1 |Conch: -1 |Enhancement: +4 |N

Re: [Twisted-Python] Sending large files over network with perspective broker

2010-05-22 Thread David Bolen
Gabriele Lanaro writes: > The problem of this approach is that this blocks my GUI, I can't figure out > why because I'm just generating deffereds so it souldn't block. Just using deferreds won't help unless you still manage to return control back up the chain to the main event loop. I suspect s

[Twisted-Python] major changes, release engineering, and learning cost

2010-05-22 Thread Glyph Lefkowitz
The nice thing about Twisted's compatibility policy is that developers, and even users, very rarely have problems when installing a new version of Twisted. While this is a nice benefit, the current strategy of developing features in a compatible way does have a couple of costs, and I'd like to

Re: [Twisted-Python] Sending large files over network with perspective broker

2010-05-22 Thread Jason J. W. Williams
Does send_chuck or callRemote block? -J On Sat, May 22, 2010 at 12:35 PM, Gabriele Lanaro wrote: > I'm writing a gtk application that transfer files in LAN. The application > has a server and can spawn different clients (one for each file to send) . > The flow between client and server is someth

[Twisted-Python] Sending large files over network with perspective broker

2010-05-22 Thread Gabriele Lanaro
I'm writing a gtk application that transfer files in LAN. The application has a server and can spawn different clients (one for each file to send) . The flow between client and server is something like that: client asks pb.Root a FileSender ( that is conceptually a perspective). The client receive