[kaffe] Re: [freenet-dev] Freenet slowness dominated by Sun's slow implementation of modPow()?

2003-03-15 Thread Matthew Toseland
to be mainly caused by our excessive usage of threads and its interaction with the kernel scheduler... [CC'd to [EMAIL PROTECTED] because of borderline relevance, due to the figures on kaffe vs sun modPow()] On Sat, Mar 15, 2003 at 03:07:27AM +, Matthew Toseland wrote: It looks like the dominating

Re: [kaffe] What is the rationale for Kaffe's VM memory limits? (The -mx and -ss switches.)

2003-03-14 Thread Matthew Toseland
some sort of infinite looping problem. You should check and not create a Throwable if the object being tracked is a Throwable :) -- Matthew Toseland [EMAIL PROTECTED]/[EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary) at http://80-192-4-36

[: Re: [kaffe] What is the rationale for Kaffe's VM memory limits? (The -mx and -ss switches.)]

2003-03-14 Thread Matthew Toseland
list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe -- Matthew Toseland [EMAIL PROTECTED]/[EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary) at http://80-192-4-36.cable.ubr09.na.blueyonder.co.uk:8889/0bIANZmR~K8

[kaffe] Freenet slowness dominated by Sun's slow implementation of modPow()?

2003-03-14 Thread Matthew Toseland
to be ignored. BTW, the theory: Kaffe uses libgmp, which is very very fast. Sun uses some apparently badly written in-house BigInteger code. -- Matthew Toseland [EMAIL PROTECTED]/[EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary) at http://80-192-4

[kaffe] Garbage Collection

2003-02-25 Thread Matthew Toseland
(configurable time period) to call the above code. It would seem this is not necessary on Kaffe... but info on Kaffe (and Sun :) ) garbage collection would be useful. -- Matthew Toseland [EMAIL PROTECTED]/[EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node

Re: [kaffe] networkaddress.cache.ttl

2003-02-21 Thread Matthew Toseland
to everybody. [EMAIL PROTECTED] |- The Red Hot Chili Peppers http://wooledge.org/~greg/ | -- Matthew Toseland [EMAIL PROTECTED]/[EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary) at http://80-192-4-23.cable.ubr09

[kaffe] networkaddress.cache.ttl

2003-02-20 Thread Matthew Toseland
Does Kaffe support the security property networkaddress.cache.ttl ? Does it cache lookups at all? If so, what is the default time to cache them for? -- Matthew Toseland [EMAIL PROTECTED][EMAIL PROTECTED] Full time freenet hacker. http://freenetproject.org/ Freenet Distribution Node (temporary

Re: [kaffe] Reproducible bugs running Freenet under Kaffe

2002-10-26 Thread Matthew Toseland
On Sat, Oct 26, 2002 at 11:59:32AM +0200, Helmer Krämer wrote: On Sat, 26 Oct 2002 01:36:01 +0100 Matthew Toseland [EMAIL PROTECTED] wrote: On Thu, Oct 24, 2002 at 06:23:32PM +0100, Matthew Toseland wrote: On Thu, Oct 24, 2002 at 04:52:52PM +0200, Oskar Sandberg wrote: On Thu, Oct 24

Re: [kaffe] Reproducible bugs running Freenet under Kaffe

2002-10-25 Thread Matthew Toseland
On Thu, Oct 24, 2002 at 06:23:32PM +0100, Matthew Toseland wrote: On Thu, Oct 24, 2002 at 04:52:52PM +0200, Oskar Sandberg wrote: On Thu, Oct 24, 2002 at 03:18:41PM +0100, Matthew Toseland wrote: Ok, I've got CVS working now, and I get a NullPointerException, reliably

Re: [kaffe] Reproducible bugs running Freenet under Kaffe

2002-10-24 Thread Matthew Toseland
Ok, I've got CVS working now, and I get a NullPointerException, reliably, in java.lang.Class.getResourceAsStream. Attached. On Wed, Oct 23, 2002 at 04:27:13PM +0100, Matthew Toseland wrote: Hi. Some interesting crashes while trying to run freenet under Kaffe. I can send you diffs, but it should

Re: [kaffe] Reproducible bugs running Freenet under Kaffe

2002-10-24 Thread Matthew Toseland
On Thu, Oct 24, 2002 at 04:52:52PM +0200, Oskar Sandberg wrote: On Thu, Oct 24, 2002 at 03:18:41PM +0100, Matthew Toseland wrote: Ok, I've got CVS working now, and I get a NullPointerException, reliably, in java.lang.Class.getResourceAsStream. Attached. Class.java throws an NPE

Re: [kaffe] Reproducible bugs running Freenet under Kaffe

2002-10-24 Thread Matthew Toseland
On Thu, Oct 24, 2002 at 04:52:52PM +0200, Oskar Sandberg wrote: On Thu, Oct 24, 2002 at 03:18:41PM +0100, Matthew Toseland wrote: Ok, I've got CVS working now, and I get a NullPointerException, reliably, in java.lang.Class.getResourceAsStream. Attached. Class.java throws an NPE

[kaffe] CVS doesn't build

2002-10-23 Thread Matthew Toseland
Attached. -- Matthew Toseland [EMAIL PROTECTED] [EMAIL PROTECTED] Freenet/Coldstore open source hacker. Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02. http://freenetproject.org/ Making all in kaffeh make[2]: Entering directory `/usr/make/cvs/kaffe/kaffe/kaffeh' /bin/sh

[kaffe] Reproducible bugs running Freenet under Kaffe

2002-10-23 Thread Matthew Toseland
$ java freenet.node.Main --paramFile /etc/freenet-unstable/freenet.conf kaffe-bin: jthread.c:1640: reschedule: Assertion `currentJThread == lastThread' failed. Aborted -- Matthew Toseland [EMAIL PROTECTED] [EMAIL PROTECTED] Freenet/Coldstore open source hacker. Employed full time by Freenet