Incorporating I/O driven scheduling into OS Kernel

这一生的挚爱 提交于 2019-12-25 07:06:01

问题


IronPort developed a high performance file system and an I/O driven scheduler optimized for the asynchronous nature of messaging (hence "Async"OS).

If you wanted to do the same but make it open source, what exactly would need to change?


回答1:


This is probably mostly marketing - FreeBSD already handles "asynchronous nature of messaging" rather well. They most likely short-circuited some processing in the network stack for their specific purposes, same for the file system.



来源:https://stackoverflow.com/questions/904707/incorporating-i-o-driven-scheduling-into-os-kernel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!