Hi.
  Recently I was working with the Tomcat Servlet engine, my servlet was
generating gifs on the fly. It was able to process about 30-50
requests/second on a standard PC ( 500Mhz ). Taking that into account I
guess freenet should handle over 100 requests/second, because most
requests (when the data is not found) are routed to other hosts. The
traffic cannot be that big (I think), so freenet should handle it.
  Tomcat uses synchronized IO, so it is not the main problem. I am trying
to find where the node spends time processing a request, but for now I
could not find anything. Is there anything which can help benchmark
different parts of the Node code?

Roman


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to