Roman Bednarek <[EMAIL PROTECTED]> writes: > 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.
Actually, at the moment requests _are_ that big; between 1 and 2K per request. (probably more on the 2K side) It may be that various nodes' transfer limits are reducing their capacity to less than what they need to be. > 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 The only thing I tried that would benchmark java made fred run so slow that it was unusable. (btw, you probably mean synchronous, not synchronized) Thelema -- E-mail: [EMAIL PROTECTED] Raabu and Piisu GPG 1024D/36352AAB fpr:756D F615 B4F3 BFFC 02C7 84B7 D8D7 6ECE 3635 2AAB _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
