Re: [Pvfs2-developers] Multiqueue/threaded metadata results

2006-07-24 Thread Julian Martin Kunkel
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

[Pvfs2-developers] Multiqueue/threaded metadata results

2006-07-24 Thread Julian Martin Kunkel
Hi, I did some tests in order to compare the multi threaded (separated read thread) with the single threaded version of my branch. Unfortunately, I have no nice diagrams this time :( In this test each modifying op syncs the db. I used 15 clients and one server. I modified the request scheduler to