计算机科学 ›› 2012, Vol. 39 ›› Issue (Z6): 389-391.

• • 上一篇    下一篇

EDFUSE:一个基于异步事件驱动的FUSE用户级文件系统框架

段翰聪,王勇涛,李林   

  1. (电子科技大学计算机科学与工程学院 成都611731)
  • 出版日期:2018-11-16 发布日期:2018-11-16

EDFUSE : FUSE Framework Based on Asynchronous Event-driven

  • Online:2018-11-16 Published:2018-11-16

摘要: 开源FUSE文件系统用户模块实现方式采用多线程并发模型,在高并发条件下,线程间的同步将降低系统的吞吐率,增加响应时间。基于流水线分段数据通信思想和异步事件网络驱动模型,消除线程间的同步,通过优化文件和元数据缓存来提高缓存命中率等方式,实现了异步事件驱动的FUSE用户级文件系统的用户态框架。实验结果表明,在大量请求环境下系统的吞吐率得到提高。

关键词: 用户级文件系统,多线程模型,异步事件驱动,流水线

Abstract: FUSE is a classical framework of developing filesystem in userspace conveniently, it is composed of kernel module and userspace module. However, userspace module is developed in multithreading context; the number of threads is in proportion to the number of requests, this means that it is explosive growth when plenty of requests arc reached, it is harmful for system performance and responsive time. A novel asynchronous event-driven FUSE(EDFUSE) framework using pipeline is proposed to optimize the cache of data and metadata to increase the hit ratio of cache. Finally, the experiment studies show that the EDFUSE framework gains better throughput and efficiency.

Key words: Filesystem in userspace, Multithreading model, Asynchronous event driven, Dataflow-pipeline

No related articles found!
Viewed
Full text


Abstract

Cited

  Shared   
  Discussed   
No Suggested Reading articles found!