You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/07/11 13:43:10 UTC

[jira] Updated: (NET-237) add streaming methods (corresponding to array methods) to NNTPClient

     [ https://issues.apache.org/jira/browse/NET-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated NET-237:
---------------------

    Component/s: NNTP

> add streaming methods (corresponding to array methods) to NNTPClient
> --------------------------------------------------------------------
>
>                 Key: NET-237
>                 URL: https://issues.apache.org/jira/browse/NET-237
>             Project: Commons Net
>          Issue Type: New Feature
>          Components: NNTP
>    Affects Versions: 1.0, 1.1, 1.1.1, 1.2, 1.2.1, 1.2.2, 1.3, 1.4, 2.0
>            Reporter: Ken Geis
>            Priority: Minor
>
> NNTPClient.listNewNews(..) can use a lot of memory for large groups.  I recommend adding streaming version of the same.
>   Iterator<String> iterateNewNews(NewGroupsOrNewsQuery query);
> One could also add streaming versions of the *Newsgroups methods, but these are expected to have smaller results than some large newsgroups.
>   Iterator<NewsgroupInfo> iterateNewNewsgroups(NewGroupsOrNewsQuery query);
>   Iterator<NewsgroupInfo> iterateNewsgroups();
>   Iterator<NewsgroupInfo> iterateNewsgroups(String wildmat);
> I'll work on iterateNewNews(..) and submit a patch if it's good.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.