Re: ietf-nntp Re: nntp-extensions draft-ballou-nntpsrch-00.txt
Chris Lewis <clewis@nortel.ca> Thu, 19 December 1996 18:13 UTC
Received: from cnri by ietf.org id aa09977; 19 Dec 96 13:13 EST
Received: from ACADEM2.ACADEM.COM by CNRI.Reston.VA.US id aa15913;
19 Dec 96 13:13 EST
Received: (from majordomo@localhost) by academ2.academ.com (8.8.3/8.7.3) id
MAA15962 for ietf-nntp-outgoing; Thu, 19 Dec 1996 12:07:01 -0600 (CST)
X-Authentication-Warning: academ2.academ.com: majordomo set sender to
owner-ietf-nntp using -f
Received: from academ.com (root@ACADEM.COM [198.137.249.2]) by
academ2.academ.com (8.8.3/8.7.3) with ESMTP id MAA15950 for
<ietf-nntp@ACADEM2.ACADEM.COM>; Thu, 19 Dec 1996 12:06:57 -0600 (CST)
Received: from bcarsde4.localhost (mailgate.nortel.ca [192.58.194.74]) by
academ.com (8.8.3/8.7.1) with ESMTP id MAA15107;
Thu, 19 Dec 1996 12:06:53 -0600 (CST)
Message-Id: <199612191806.MAA15107@academ.com>
Received: from bcarsfba.ott.bnr.ca by bcarsde4.localhost;
Thu, 19 Dec 1996 12:47:40 -0500
Received: from bnr.ca by bcarsfba.bnr.ca id <17330-0@bcarsfba.bnr.ca>;
Thu, 19 Dec 1996 12:55:07 -0500
Date: 19 Dec 1996 12:25 EST
To: bhern@netscape.com
Cc: Chris.Newman@innosoft.com, NatBa@microsoft.com,
nntp-extensions@academ.com, ietf-nntp@academ.com
From: Chris Lewis <clewis@nortel.ca>
Subject: Re: ietf-nntp Re: nntp-extensions draft-ballou-nntpsrch-00.txt
Sender: owner-ietf-nntp@academ.com
Precedence: bulk
In message "Re: ietf-nntp Re: nntp-extensions draft-ballou-nntpsrch-00.txt", 'bhern@netscape.com' writes: >> A more complex solution, having nnrpd place the profile in a file for >> later retrieval causes storage management issues not seen before. >This is what I imagined implementations would do. It's not really that >hard. >> I tend to not like the idea of the server having to retain any more >> client-specific state than "current group" and "current article number". >Personally, I like the idea of pushing more onto the server and making >the clients more lightweight. I'm not suggesting it's particularly hard to implement. However, you may want to consider: 1) people adjusting headers etc - how do you identify which profile belongs to whom? (short of full authentication) 2) ensuring that person A's profile isn't exposed to person B - confidentiality concerns. (short of full authentication) 3) storage management - lifetime expectancies? Cleanup? Size? Formats? Another expire program? 4) Why is this different than the newsgroup listing in the client-side .newsrc equivalent? If we were to do this, shouldn't we push the .newsrc at the server too? The .newsrc could be 10s of kilobytes. That's a significant amount of storage on a large server (ie: around 50Mb on one of our servers). This introduces a whole new ballgame of per-user storage and a new security dimension to the server. I think it would be better to push storage of profiles onto the client - it's no big deal to implement it on a client as an adjunct to the already-necessary per-user .newsrc equivalent. Even if you contemplated having the server proactively kick a client with a search match, there's no point in trying that unless the client already has an established connection, and has already downloaded its search profile to the server. I think the only advantage of having persistance on the server is so that the server could scan inbound articles as they arrive and produce listings of articles to present to the user when they next log in. Do we need this? Does doing it this way end up cheaper than doing it when the client asks for it? -- Chris Lewis, Senior Network Security Analyst, Nortel. clewis@nortel.ca; Dept 4C16, Ottawa, Canada. (613) 763-2935.
- Re: ietf-nntp Re: nntp-extensions draft-ballou-nn… Nat Ballou
- Re: ietf-nntp Re: nntp-extensions draft-ballou-nn… Chris Lewis
- Re: ietf-nntp Re: nntp-extensions draft-ballou-nn… Brian Hernacki
- Re: ietf-nntp Re: nntp-extensions draft-ballou-nn… Chris Lewis
- Re: ietf-nntp Re: nntp-extensions draft-ballou-nn… Evan Champion
- Re: ietf-nntp Re: nntp-extensions draft-ballou-nn… USENET news manager