> It would be nice to be able to throttle CPU, too. That seems like an even > trickier issue. Come to think of it, I have no clue how this would be > achieved. People have been complaining, though, about the 90% CPU usage > when a file is being transferred.
Under linux, any process can lower its priority to up to 20 and be unpriveledged. It is raising it back up that is a problem. doing a fork-and-exec would let you control the cpu usage alittle better... possibly using the STOP and CONT signals as well if you need finer control during periods of high congestion. Yes, it's a hack, but it is probably portable between most all modern unixes... ~ Signal 11 _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev