Enabling I / O Scheduling in the OS Kernel

IronPort has developed a high performance file system and I / O oriented scheduling optimized for asynchronous messaging (hence the "Async" OPERATING SYSTEMS).

If you want to do the same, but make it open source, what exactly would need to be changed?

0


a source to share


1 answer


This is probably mainly marketing - FreeBSD already handles the "asynchronous nature of messaging" quite well. Most likely, they short-circuit some processing in the network stack for their own specific purposes, the same for the filesystem.



+3


a source







All Articles