From: 丁赞 <di...@ba...> - 2010-12-01 04:05:28
|
Hi all FUSE is a accept+fock module, which means if N clients(500+ httpd threads in our enviroment) read data from mfs through one mfs_mount simultaneously, FUSE could create N threads to handle the requests. This mechanism spent much more time on context siwtch,which made apache response time much more longer in our enviroment。SO anyone had tried to promote the fuse or mfs_client performace? Using threads pool or user level cache would work??? BTW:I am a new guy here:) Thanks all DingZan @baidu.com |