Re: [freenet-support] Way to much RAM! Build 5064

2004-02-18 Thread Niklas Bergh
I've repeatedly seen old machines like my P3-600 disregarded as irrelevant, and not worth optimizing for, in terms of the Freenet network. See above. The best thing I can do for you is get rate limiting working properly. And I think Freenet should easily run on a 600MHz machine, or something

[freenet-support] freenet 5069 bug report - upload files nearly impossible (FEC)

2004-02-18 Thread Rudolf Krist
I'm not able to upload files ( 5MB) into stable-network. Details Since some weeks I try to upload some healing blocks into stable network, on average the FEC-block size is 256 KB. Normally I use FUQID 1.3, but because it transfered 0.1 KB/s and reported a lot of Insert thread failed.

[freenet-support] Interesting observations regarding performance

2004-02-18 Thread Troed Sngberg
Hi all, I think some will find this interesting. I've run Freenet on a Duron 900 with 512Mb ram, Windows 2000, for quite some time. The javaw process has consumed all available CPU, and the computer has been quite sluggish due to Freenet. I've also seen very low transfer speeds in FUQID

[freenet-support] freenethelp.org domain

2004-02-18 Thread S
Hi all, Last July I registered the domain freenethelp.org with the intent of creating a web-based support site for Freenet. My goal was to provide tutorials for installing Freenet on various platforms, to answer FAQs, etc. as well as offer a message board. The idea was that finding help about

Re: [freenet-support] Interesting observations regarding performance

2004-02-18 Thread Toad
On Wed, Feb 18, 2004 at 12:36:01PM +0100, Troed S?ngberg wrote: Hi all, I think some will find this interesting. I've run Freenet on a Duron 900 with 512Mb ram, Windows 2000, for quite some time. The javaw process has consumed all available CPU, and the computer has been quite

Re: [freenet-support] Interesting observations regarding performance

2004-02-18 Thread Victor Denisov
I've run Freenet on a Duron 900 with 512Mb ram, Windows 2000, for quite some time. The javaw process has consumed all available CPU, and the computer has been quite sluggish due to Freenet. I've also seen very low transfer speeds in FUQID (easiest to measure with, I think) - around 1-2kb/s

Re: [freenet-support] Interesting observations regarding performance

2004-02-18 Thread Troed Sngberg
On Wed, 18 Feb 2004 13:42:48 +, Toad [EMAIL PROTECTED] wrote: Memory usage on both? Roughly the same at ~150Mb (javaw process) Knock down the xferrate a bit from 11kb/s, it dropped a while after I sent that mess (I have no good explanation) but it's still a bit higher than on the

Re: [freenet-support] Interesting observations regarding performance

2004-02-18 Thread Toad
On Wed, Feb 18, 2004 at 03:36:52PM +0100, Troed S?ngberg wrote: On Wed, 18 Feb 2004 13:42:48 +, Toad [EMAIL PROTECTED] wrote: Memory usage on both? Roughly the same at ~150Mb (javaw process) Knock down the xferrate a bit from 11kb/s, it dropped a while after I sent that mess (I

Re: [freenet-support] Re: routing table

2004-02-18 Thread Victor Denisov
Well there are Countrys where bandwidth is very cheap or free for home users while memory is really expensive. For around 10$ per month I get unlimited bandwitdh on my adsl line. Take a look at the attached Image to see how cheap brand memory can be (noname memory isn't a subject cause it is a

[freenet-support] Re: routing table

2004-02-18 Thread Someone
Victor Denisov schrieb: Wow!!! Man, how do you use computers at all with such prices for brand memory? I've just checked - retail Kingston 256 Mb PC133 module costs $38-$45 here in Russia, and we consider our computer parts market to be quite expensive compared to western one. Like I said this is

[freenet-support] Re: Compilation error

2004-02-18 Thread Someone
Yoann schrieb: I try to compile the lastest Freenet sources. I take the library freenet-ext.jar and junit.jar And when i do make, I have (I had -depecation) : javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build -deprecation src/freenet/client/*.java

Re: [freenet-support] Compilation error

2004-02-18 Thread Yoann
Le mer 18/02/2004 à 17:44, Toad a écrit : I don't know what it mean It means you should turn off -deprecation if you don't want to see the message :) If I turn off -deprecation, I have this : javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build

[freenet-support] Re: Compilation error

2004-02-18 Thread Someone
Yoann schrieb: If I turn off -deprecation, I have this : javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build src/freenet/client/*.java src/freenet/client/cli/*.java Note: src/freenet/support/servlet/http/HttpSessionImpl.java uses or overrides a deprecated

Re: [freenet-support] Compilation error

2004-02-18 Thread Toad
On Wed, Feb 18, 2004 at 05:36:44PM +0100, Yoann wrote: I try to compile the lastest Freenet sources. I take the library freenet-ext.jar and junit.jar And when i do make, I have (I had -depecation) : javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build

Re: [freenet-dev] Re: [freenet-support] Compilation error

2004-02-18 Thread Sheldon Young
javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build -deprecation src/freenet/client/*.java src/freenet/client/cli/*.java src/freenet/support/servlet/http/HttpSessionImpl.java:7: warning: javax.servlet.http.HttpSessionContext in javax.servlet.http has

[freenet-support] Just in case...here's the complete set of latest scripts

2004-02-18 Thread Conrad Sabatier
[ I was going to send this only to Toad, but then decided it may be good to do one more post containing the complete set of the latest script revisions, all in one place. Hope no one minds. I tar/gzipped them all to save space. :-) ] Just in case you may have overlooked it, I recently posted a

Re: [freenet-dev] Re: [freenet-support] Compilation error

2004-02-18 Thread Toad
On Wed, Feb 18, 2004 at 09:10:11AM -0800, Sheldon Young wrote: javac -target 1.1 -classpath lib/freenet-ext.jar:lib/junit.jar -sourcepath src -d build -deprecation src/freenet/client/*.java src/freenet/client/cli/*.java src/freenet/support/servlet/http/HttpSessionImpl.java:7: warning: