Send Devl mailing list submissions to
        devl at freenetproject.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.uprizer.com/mailman/listinfo/devl
or, via email, send a message with subject or body 'help' to
        devl-request at freenetproject.org

You can reach the person managing the list at
        devl-admin at freenetproject.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Devl digest..."


Today's Topics:

   1. 0.3.7 windoze bugs (Ross Smith)
   2. Re: Aardvark (Chris Anderson)

--__--__--

Message: 1
From: "Ross Smith" <[email protected]>
To: <devl at freenetproject.org>
Date: Mon, 5 Feb 2001 11:07:10 -0800
Subject: [freenet-devl] 0.3.7 windoze bugs
Reply-To: devl at freenetproject.org

1. After installing

http://download.sourceforge.net/freenet/Freenet_setup0.3.7.exe

on a fresh win2k box, my .fproxyrc file contained:

[FProxy]
# serverAddress points to the host:port on which you are running the Freenet 
node
serverAddress=tcp/127.0.0.1:19114tcp/127.0.0.1:60499
...

So fproxy just hung.

2. When I run the GUI configurator, and changed the port from the installation 
assigned (60499) to my firewall friendly 11849, it
only changes freenet.ini.  I had to manually change .fproxyrc and FLaunch.ini.  
Now all is well.

It seems a previous installer (0.3.3?) asked for the port address before 
generating the config files.  Can we add this to the new
installer?

3. Add/Remove Programs says Freenet 0.3.5 is installed.




--__--__--

Message: 2
Date: Mon, 5 Feb 2001 14:15:57 -0500 (EST)
From: Chris Anderson <[email protected]>
To: devl at freenetproject.org
Subject: Re: [freenet-devl] Aardvark
Reply-To: devl at freenetproject.org

On Mon, 5 Feb 2001, Chris Anderson wrote:

> On Mon, 5 Feb 2001, Oskar Sandberg wrote:
> 
> > Your whining would be both more interesting and more useful if you
> > provided some unit tests to show what layer it is that is costing so
> > much.  IE, what capacity do you get if you write a simple app that
> > transfers over a java socket. What is the cost of adding a
> > Freenet.crypt.CipherInputStream/OutputStream in either end? What is the
> > cost of adding a Freenet.crypt.ProgressiveHashInputStream/OutputStream?
> 
> Well, for the node, you know it's going to be around 95% Rijndael.  Just
> looking at the overall numbers tells you that encrypt/decrypt
> dominates...  A search request uses about 75% of the cpu at the client,
> pretty close to the 66% it would take if encryption totally dominated (2
> at the client 1 at the node).  The Sha1 module at the client is eating the
> rest.
> 

I just did a jni impl of twofish and rijndael and it made no difference
whatsoever even though the C version is at least twice as fast as the java
version.  The java runtime compiler must have fits with jni.  Anyway, I
could be underestimating the raw Rijndael cipher performance cost by quite
a bit...




--__--__--

_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://www.uprizer.com/mailman/listinfo/devl


End of Devl Digest

Reply via email to