S <[EMAIL PROTECTED]> writes:

> 
> On Mon, 13 Jun 2005 21:54:44 +0000
> Baldur Gislason <[EMAIL PROTECTED]> wrote:
> 
> > Why does it take forever for freenet to answer HTTP requests? Once it
answers them the throughput is nothing
> > to complain about, just eventually when it answers them. What can cause
> > this?
> > I'm running on FreeBSD 4.10 with Sun Java 1.4.2
> 
> I'm also running FreeBSD 4.10 with j2re1.4.2_05 under Linux
> compatibility. I run into a similar bottleneck from time to time. One
> thing that might help you is to tweak your browser settings such that
> your browser will fetch more items from fproxy (and other hosts) at once.
> This helps sometimes but not always.
> 

Other than browser settings, a few things. Firstly Freenet is inherrently quite
high latency compared to the web anyway, since it has to go off and find the
content possibly spread over multiple nodes via complex attack-resisting 
routing (which currently doesn't work as well as the devs would like). 
Secondly if I remember correctly there are parts of fproxy where threads block
on I/O when ideally they should use NIO or suchlike. Thirdly there are a finite
number of threads (maximumThreads parameter iirc), I don't think fproxy or any
other client explicitly reserves some but you _may_ get better performance if
you increase them a bit. It's a tradeoff against the extra memory/management 
overhead.

Bob


_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to