launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #06249
Re: notes towards async api clients
On Tue, 25 Jan 2011 12:10:43 +1100, Martin Pool <mbp@xxxxxxxxxxxxx> wrote:
> I had a bit of a go at this over the weekend. It is gratifyingly fast
> compared to what I expect to see with launchpadlib clients, just
> through doing fewer requests and not unnecessarily blocking on them.
> I like that a lot.
>
> The code is in <http://launchpad.net/wrested> and lp:wrested.
>
> For instance:
>
> ./wrestler.py https://api.launchpad.net/devel/bugs/1
To be fair I believe lplib would perform approximately as well if you
just did lp.load('https://api.launchpad.net/devel/bugs/1').
Thanks,
James
Follow ups
References