Kernel mode programming

Bruce M Simpson bms at spc.org
Tue Jan 18 06:05:15 PST 2005


On Tue, Jan 18, 2005 at 11:45:05AM +0100, - Felix - wrote:
> Doing lot of syscalls interrupts in a soft seems to take quite a long time, and seriously slow performances. As far as you can't reduce the syscall amount, is there any way to run apps in kernel mode, in order to call sysfonctions directly ? Perhaps by re-writing softs in kernel modules ? 

For 95% of applications syscall overhead shouldn't have a major impact on
performance. It's difficult to offer any real advice here because you haven't
said what the application is, or shown any profiling figures.

Maybe you should review your design? Trying to avoid repeating what other
posters have said here.

BMS


More information about the freebsd-hackers mailing list