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 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"