将 I/O 驱动调度纳入操作系统内核
IronPort 开发了高性能文件系统和 I/O 驱动调度程序,针对消息传递的异步性质进行了优化(因此“异步”操作系统)。
如果您想做同样的事情但将其开源,那么到底需要改变什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能主要是为了营销——FreeBSD 已经很好地处理了“消息传递的异步性质”。 他们很可能出于特定目的而短路网络堆栈中的某些处理,文件系统也是如此。
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.