> Just noticed that I get a buttload of temporary files whenever I run > finsert.exe or frequest.exe > Is this a known problem ?
This is The Bug That Would Not Die. _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl >From - Mon Apr 30 02:05:25 2001 Return-Path: <devl-admin at freenetproject.org> Received: from hawk.freenetproject.org (postfix@[4.18.42.11]) by funky.danky.com (8.9.3/8.8.7) with ESMTP id BAA29975 for <danello at danky.com>; Sat, 28 Apr 2001 01:51:18 -0400 Received: from hawk.freenetproject.org (localhost [127.0.0.1]) by hawk.freenetproject.org (Postfix) with ESMTP id 3B74758186; Fri, 27 Apr 2001 23:32:10 -0700 (PDT) Delivered-To: devl at freenetproject.org Received: from server5.generalmail.com (server5.fpw.ch [194.209.117.20]) by hawk.freenetproject.org (Postfix) with ESMTP id 38EEF5816E for <devl at freenetproject.org>; Fri, 27 Apr 2001 23:31:55 -0700 (PDT) Received: from localhost ([194.209.117.3]) by server5.generalmail.com (Post.Office MTA v3.5 release 215 ID# 0-58584U1100L100S0V35) with ESMTP id com for <devl at freenetproject.org>; Sat, 28 Apr 2001 07:48:19 +0200 Received: from tavin by localhost with local (Exim 3.22 #1 (Debian)) id 14tOBW-0002j4-00 for <devl at freenetproject.org>; Sat, 28 Apr 2001 02:26:26 -0400 From: Tavin Cole <[email protected]> To: devl at freenetproject.org Subject: Re: [freenet-devl] Wishlist for 0.3.10 Message-ID: <20010428022626.Q4565 at niss> References: <87hezaqfpv.fsf at priss.bad-people-of-the-future.san-francisco.ca.us> <Pine.OSF.4.33.0104280106190.19006-100000 at curly.cc.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <Pine.OSF.4.33.0104280106190.19006-100000 at curly.cc.utexas.edu>; from blanu at uts.cc.utexas.edu on Sat, Apr 28, 2001 at 01:09:12AM -0500 Sender: devl-admin at freenetproject.org Errors-To: devl-admin at freenetproject.org X-BeenThere: devl at freenetproject.org X-Mailman-Version: 2.0.3 Precedence: bulk Reply-To: devl at freenetproject.org List-Help: <mailto:devl-request at freenetproject.org?subject=help> List-Post: <mailto:devl at freenetproject.org> List-Subscribe: <http://lists.freenetproject.org/mailman/listinfo/devl>, <mailto:devl-request at freenetproject.org?subject=subscribe> List-Id: Discussion of information related to Freenet development <devl.freenetproject.org> List-Unsubscribe: <http://lists.freenetproject.org/mailman/listinfo/devl>, <mailto:devl-request at freenetproject.org?subject=unsubscribe> List-Archive: <http://lists.freenetproject.org/pipermail/devl/> Date: Sat, 28 Apr 2001 02:26:26 -0400 X-Mozilla-Status: 0011 X-Mozilla-Status2: 00000000 X-UIDL: 3adbdd6c000002a4 Status: O Content-Length: 1494 Lines: 39 On Sat, Apr 28, 2001 at 01:09:12AM -0500, Brandon wrote: > > > IC> I actually think that we should eat our own dogfood, and > > IC> replace the FreenetInsert and FreenetRequest with versions > > IC> that use FCP. > > > > That could be done at the SimpleClient level, rather than with > > FreenetInsert/Request. > > I'm working on an XML-RPC-based freenetmirror clone. I first attempted to > modify freenetmirror and PutFiles but found that the references to Client > were prevalent rather than contained and decided that it would be too > messy to switch. If you'd like to move freenetmirror around so that all of > the Client calls are in a single class then I would happily replace them > with calls to the Streaming API. Hmm.. have you considered making an XMLRPCClient implementation of Freenet.client.ClientFactory ? Then java programs would have the choice of 3 client modes all with the same API: ClientFactory cf = new FNPClient(core, target); ClientFactory cf = new FCPClient(target); ClientFactory cf = new XMLRPCClient(???); Users of SimplifiedClient, and in the future AutoClient, would also have access to 3 backends with the same API. -- # tavin cole # # "The process of scientific discovery is, in effect, # a continual flight from wonder." # - Albert Einstein _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl >From - Mon Apr 30 02:05:25 2001 Return-Path: <devl-admin at freenetproject.org> Received: from hawk.freenetproject.org (postfix@[4.18.42.11]) by funky.danky.com (8.9.3/8.8.7) with ESMTP id BAA29990 for <danello at danky.com>; Sat, 28 Apr 2001 01:53:23 -0400 Received: from hawk.freenetproject.org (localhost [127.0.0.1]) by hawk.freenetproject.org (Postfix) with ESMTP id F2E4D581AA; Fri, 27 Apr 2001 23:34:10 -0700 (PDT) Delivered-To: devl at freenetproject.org Received: from server5.generalmail.com (server5.fpw.ch [194.209.117.20])
