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

EDFUSE:FUSE Framework Based on Asynchronous Event-driven

在线阅读下载全文

作  者:段翰聪[1] 王勇涛[1] 李林[1] 

机构地区:[1]电子科技大学计算机科学与工程学院,成都611731

出  处:《计算机科学》2012年第B06期389-391,共3页Computer Science

基  金:国家"新一代宽带无线移动通信网"科技重大专项中子课题(2010ZX03004-001-02;2011ZX03002-003-02;2012ZX03002-004-004);广东省部产学研基金(2010A090 200082)资助

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

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

分 类 号:TP316[自动化与计算机技术—计算机软件与理论]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象