期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
Writeback throttling in a virtualized system with SCM 被引量:1
1
作者 dingding li Xiaofei liAO +2 位作者 Hai JIN Yong TANG Gansen ZHAO 《Frontiers of Computer Science》 SCIE EI CSCD 2016年第1期82-95,共14页
Storage class memory (SCM) has the potential to revolutionize the memory landscape by its non-volatile and byte-addressable properties. However, there is little published work about exploring its usage for modem vir... Storage class memory (SCM) has the potential to revolutionize the memory landscape by its non-volatile and byte-addressable properties. However, there is little published work about exploring its usage for modem virtualized cloud infrastructure. We propose SCM-vWrite, a novel architecture designed around SCM, to ease the performance interference of virtualized storage subsystem. Through a case study on a typical virtualized cloud system, we first describe why cur- rent writeback manners are not suitable for a virtualized en- vironment, then design and implement SCM-vWrite to im- prove this problem. We also use typical benchmarks and re- alistic workloads to evaluate its performance. Compared with the traditional method on a conventional architecture, the ex- perimental result shows that SCM-vWrite can coordinate the writeback flows more effectively among multiple co-located vip operating systems, achieving a better disk I/O perfor- mance without any loss of reliability. 展开更多
关键词 VIRTUALIZATION storage class memory writeback
原文传递
Metagenomic analysis of the relationship between microorganisms and flavor development during soy sauce fermentation
2
作者 Hua liu Ziqiang Chen +4 位作者 Mingtao Ma Yongxin Zhang dingding li Jian Lu Xingguang Chen 《Food Bioscience》 2023年第6期1331-1341,共11页
Multispecies microbial mixed fermentation is crucial for the formation of flavors in soy sauce.The present study applied metagenomic strategies to uncover the metabolic network for flavors formation in the non-Cantone... Multispecies microbial mixed fermentation is crucial for the formation of flavors in soy sauce.The present study applied metagenomic strategies to uncover the metabolic network for flavors formation in the non-Cantonese soy sauce in China.Twenty-nine major flavor compounds were identified by GC-MS and HPLC,representing the typical flavor compounds of the non-Cantonese soy sauce,including 3 organic acids,8 amino acids,and 18 volatile compounds.Metagenomic sequencing and KEGG enrichment analysis revealed the specific functional microbiome,which constituted seven major flavor compounds associated genera,namely Leuconostoc,Staphylococcus,Tetragenococcus,Weissella,Aspergillus,Wickerhamycesa,and Zygosaccharomyces.Aspergillus was primarily responsible for the degradation of raw materials in the early fermentation stage,including the degradation of cellulose and lecithin.It also played an irreplaceable role in the formation of 1-octene-3-ol.Weissella,Staphylococcus,and Leuconostoc played essential metabolic roles in the whole fermentation process,particularly in the metabolism of amino acids and the formation of alcohols.Staphylococcus also participated in the degradation of nitrite/nitrate.Tetragenococcus became the dominant bacteria with the highest relative abundance in the late fermentation stage,which was mainly responsible for the synthesis of acetic acid,lactic acid,and other acids.Additionally,Wickerhamycesa and Zygosaccharomyces also contributed to the formation of alcohols,acids,and aldehydes during the late fermentation stage.This study provides a deeper understanding of the diverse roles in the flavor formation of microorganisms during the traditional condiment soy sauce fermentation process. 展开更多
关键词 Flavor compounds Functional microorganism Metagenomic sequencing Soy sauce
原文传递
RAMCI:a novel asynchronous memory copying mechanism based on I/OAT
3
作者 Zhenke Chen dingding li +2 位作者 Zhiwen Wang Hai liu Yong Tang 《CCF Transactions on High Performance Computing》 2021年第2期129-143,共15页
Memory copying is one of the most common operations in modern software.Usually,the operation reflects a synchronous(sync)CPU procedure of memory copying,incurring overheads such as cache pollution and CPU stalling,esp... Memory copying is one of the most common operations in modern software.Usually,the operation reflects a synchronous(sync)CPU procedure of memory copying,incurring overheads such as cache pollution and CPU stalling,especially in the scenario of bulk copying with large data.To improve this issue,some works based on I/OAT,which is a dedicated and popular hardware copying engine on Intel platform,is proposed but still exists several problems:(1)lacking atomic allocation/revocation at the granularity of I/OAT channel;(2)deficiency of interrupt support and(3)complicated programming interfaces.We propose RAMCI,an asynchronous(async)memory copying mechanism based on Intel I/OAT engine,not only improves the sync overheads,but also overcomes the above three issues through(1)a lock mechanism by using lowlevel CAS instruction;(2)a lightweight interrupt mechanism for the completion of memory copying,instead of using the polling pattern which consuming large CPU resource and(3)a group of well-defined and abstract interfaces,allowing the programmers to utilize the underlying free I/OAT channels transparently.To support the interfaces,a novel scheduler of the I/OAT channels is introduced.It splits the source copying data into several pieces,and each of them can be allocated with a dedicated I/OAT channel intelligently to transfer the data with parallelism.We evaluate RAMCI and compare it with other memory copying mechanisms in four NUMA scenarios.The experimental results show that RAMCI improves memory copying performance up to 4.68×while achieving almost full ability of parallel computing. 展开更多
关键词 NUMA Memory Copying CPU I/OAT
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部