From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 20:16:48 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254D316A4CE for ; Fri, 15 Apr 2005 20:16:48 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 3EAC943D39 for ; Fri, 15 Apr 2005 20:16:47 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.171.0.63 with plain) by smtp811.mail.sc5.yahoo.com with SMTP; 15 Apr 2005 20:16:46 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Fri, 15 Apr 2005 13:16:40 -0700 User-Agent: KMail/1.8 References: <425F27CF.9090701@fusemail.com> <20050415114700.Q18335@maren.thelosingend.net> <200504152009.45095.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200504152009.45095.shinjii@virusinfo.rdksupportinc.com> X-Face: "u-%.52Z_uQCP'Vdj{95/n*(sgAAm`F/p'b0zo%-DuBTdZ*qW!!/idDBRjkFfJD[Qe&>=?utf-8?q?=5F2=0A=09?=<}OGsEY~)n?NywZRi9xm-jH_VPg"8nTSzo:r8;U3oTQz|@z)|>%i+MRY2Y#>s~X`sV$&t"=?utf-8?q?=0A=09AkQ=5EU3rJIFCU=3F=5DcC=27F=26fY4=23Jf-=7D=3F7x?= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504151316.41107.krinklyfig@spymac.com> cc: Brian John cc: Warren Subject: Re: lightweight bittorrent client that does queueing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 20:16:48 -0000 On Fri 15 Apr 05 03:09, Warren wrote: > On Fri, 15 Apr 2005 7:47 pm, Svein Halvor Halvorsen wrote: > > * Brian John [2005-04-14 21:32 -0500] > > > I am looking for a lightweight bittorrent client that does > > > download > > > > Azureus was great, except it slows down my entire > > computer. > > I had the exact same issue with Azureus. The problem is that jdk1.4 > has a memory leak in it. Try telling azureus to use jdk 1.5 and all > your previous problems will disappear. This is good information. jdk-1.5 is still alpha, but I'm now trying it with another java app which had a similar problem, and it seems to be much better. Not sure if I can rely on 1.5 yet, but this is definitely an improvement. Not that it matters all that much, but the UI is improved as well. - jt