[Twisted-Python] gtk2reactor: scheduling work in the immediate future without throttling gtk

2010-04-18 Thread Thomas Vander Stichele
Hi. My use case is pretty simple: - my UI has a throbber that gets activated while I'm querying a CouchDB server and populating the UI with results, which can be many. - when iterating over the results, I want the UI to keep throbbing, which means the gtk mainloop needs to be regularly schedule

Re: [Twisted-Python] gtk2reactor: scheduling work in the immediate future without throttling gtk

2010-04-18 Thread Itamar Turner-Trauring
On Sun, 2010-04-18 at 13:11 +0200, Thomas Vander Stichele wrote: > - if I do it with callLater(0, ...), again these calls get executed > ASAP and throttle the main loop If this is actually affecting your UI this may mean the batch size you are processing in each call is too big. E.g. if it takes

Re: [Twisted-Python] mercurial branch

2010-04-18 Thread exarkun
On 01:44 am, i...@ludios.org wrote: >On Fri, Apr 9, 2010 at 6:05 AM, Manlio Perillo > wrote: >>Does twisted have a Mercurial (git is also fine) mirror? >> >>Unofficial mirror is ok; I just would like to avoid download entire >>svn >>history with hgsvn. > >I keep an unofficial git-svn cloned copy

Re: [Twisted-Python] HTTP POST method in php on twisted server

2010-04-18 Thread exarkun
On 16 Apr, 04:24 am, tuxattac...@gmail.com wrote: >Hi, >I am trying to use php script on twisted server using twcgi.I want to >make >use of http POST method in that.What I want to do is, suppose I am >having >one html page say index.html and from that page I want to redirect to >other >php page

Re: [Twisted-Python] mercurial branch

2010-04-18 Thread sstein...@gmail.com
On Apr 18, 2010, at 11:19 AM, exar...@twistedmatrix.com wrote: > On 01:44 am, i...@ludios.org wrote: >> On Fri, Apr 9, 2010 at 6:05 AM, Manlio Perillo >> wrote: >>> Does twisted have a Mercurial (git is also fine) mirror? >>> >>> Unofficial mirror is ok; I just would like to avoid download ent

Re: [Twisted-Python] mercurial branch

2010-04-18 Thread Jason J. W. Williams
I use Powdahound mirror at Gihub. I believe it updates daily. Perhaps, we could list it on the website to steer Git folks to it. -J Sent via iPhone Is your e-mail Premiere? On Apr 18, 2010, at 9:19, exar...@twistedmatrix.com wrote: > On 01:44 am, i...@ludios.org wrote: >> On Fri, Apr 9, 2010

Re: [Twisted-Python] mercurial branch

2010-04-18 Thread Jason J. W. Williams
Granted we're just talking about DVCS mirrors here...but someday it would be really great to be able to send pull requests instead of patches for code enhancements. ;) -J Sent via iPhone Is your e-mail Premiere? On Apr 18, 2010, at 9:42, "sstein...@gmail.com" wrote: > > On Apr 18, 2010,

Re: [Twisted-Python] HTTP POST method in php on twisted server

2010-04-18 Thread Tux Attack
On Sun, Apr 18, 2010 at 8:53 PM, wrote: > On 16 Apr, 04:24 am, tuxattac...@gmail.com wrote: > >Hi, > >I am trying to use php script on twisted server using twcgi.I want to > >make > >use of http POST method in that.What I want to do is, suppose I am > >having > >one html page say index.html and f