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