Hi,
also another note I forget to mention in the mail, why the non-threaded 
version is a bit faster for some case like creates. 
Due to the randomness of the requests of 15 clients it can happen that in the 
pending queue are a couple of lookup operations for a create operation. Of 
course lookup ops can be handled quickly, resulting in a better time for the 
create operation. 
In the multi threaded version it is much more likely that there are more 
create / deltete ops pending thus the processing time of such an operation 
seems to be longer due to more sync operations...

Have a nice day,
Julian
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to