Concurrent files access and responsiveness

Hi BSD people,

Just like any other OS i've used so far, my FreeBSD setup (7.1 stable) lacks of responsiveness when more than one application access the filesystem.

Nowadays, CPUs are fast, and running a few processes in parallel is barely noticeable, but when a few processes access the filesystem concurrently, it become really noticeable.

For example, when i'm running Transmission with a few torrents active, my whole system is slowed down while Transmission is only using less than 10% of my CPU. (My internet connection is rather fast, 100 mbits/s, so most of the time my download speed is around 1 mbytes/s).

So i was wondering, is there any priority management for file access (like 'nice' for the processes) ? Can i run an application and tell the system that this application will access files with a lower priority ?

Thanks,
Jean-Baptiste
 
Back
Top