Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Transmission-Client CPAN distribution.

Report information
The Basics
Id: 54685
Status: rejected
Priority: 0/
Queue: Transmission-Client

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Reduce number of unnecessary requests to populate torrents list
According to the spec, the ids field is optional; this means a single request can be made which returns all torrent data for all torrents. This can be confirmed by running `transmission-remote -tall -i -b`.
Subject: Re: [rt.cpan.org #54685] Reduce number of unnecessary requests to populate torrents list
Date: Thu, 25 Feb 2010 01:30:09 +0100
To: bug-Transmission-Client [...] rt.cpan.org
From: Jan Henning Thorsen <jhthorsen [...] cpan.org>
Really nice of you to inform me about the spec, but what is that I'm doing wrong/what do you want to be done differently? On Wed, Feb 17, 2010 at 7:29 AM, Justin Case via RT <bug-Transmission-Client@rt.cpan.org> wrote: Show quoted text
> Wed Feb 17 01:28:58 2010: Request 54685 was acted upon. > Transaction: Ticket created by justincase >       Queue: Transmission-Client >     Subject: Reduce number of unnecessary requests to populate torrents list >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: justincase@yopmail.com >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=54685 > > > > According to the spec, the ids field is optional; this means a single > request can be made which returns all torrent data for all torrents. > This can be confirmed by running `transmission-remote -tall -i -b`. >
I don't see how it can be more effective: read_all() collects all the data it can in one request.