On 05:05 am, exar...@twistedmatrix.com wrote:
Bugs opened: 12Bugs closed: 13 Total open bugs: 1055 (-1)
Every week I see this number is negative (even if only a little) I do a
little victory dance.
I think we should have a
Bug summary
__
Summary for 2008-12-14 through 2008-12-21
Bugs opened: 12Bugs closed: 13 Total open bugs: 1055 (-1)
|== Type Changes |== Priority Changes |== Component Changes
|Defect: -2 |Highest: -2 |Core:-3
|Enhancement: +1
Message: 6
Date: Sat, 20 Dec 2008 08:28:20 -0700
From: Joe Strout
Subject: Re: [Twisted-Python] how to get an idle callback while
running areactor?
To: Twisted general discussion
Message-ID: <494d0f14.3000...@strout.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi Joe:
Marc Byrd ha scritto:
Hi,
I was thinking of building a mysql proxy in twisted, wonder if there is
already such a thing (not found on first coupla pages of google search),
and if not, thoughts about building one.
After having written a PostgreSQL client in Twisted:
http://hg.mperillo.ath.cx
Christopher Armstrong wrote:
Just because you have a number of sources doesn't mean you
intrinsically can't use them in an efficient, event-oriented manner.
No, but when these "sources" as you call them are external data sources
that I have to periodically check (have to -- there is no way to
On Sat, Dec 20, 2008 at 10:28 AM, Joe Strout wrote:
> Jean-Paul Calderone wrote:
>
>>> So I'm at a loss as to how to add an "idle" function that will allow my
>>> bot to periodically see whether it has something new to say to the user.
>>
>> While this sometimes makes sense, it's usually *not* the
Jean-Paul Calderone wrote:
So I'm at a loss as to how to add an "idle" function that will allow
my bot to periodically see whether it has something new to say to the
user.
While this sometimes makes sense, it's usually *not* the approach you want
to take. You're describing a solution which i
On Sat, 20 Dec 2008 07:10:53 -0700, Joe Strout wrote:
I'm trying to make a simple AIM bot that, in addition to responding when I
talk to it, can also send me a message on its own initiative. My code is
based on SkippyTalkBot [1], but I confess that I don't understand it very
well, and though
I'm trying to make a simple AIM bot that, in addition to responding when
I talk to it, can also send me a message on its own initiative. My code
is based on SkippyTalkBot [1], but I confess that I don't understand it
very well, and though I've been crawling the Twisted documentation for a
few