04-17-2012 08:18 PM
04-17-2012 08:27 PM
Concurrency test completed, with 2 concurrent clients spread across 2 servers, each client performing 5 increments to each of 20 documents in a total of 93 seconds (average 4.6 seconds/document).
Concurrency test completed, with 5 concurrent clients spread across 2 servers, each client performing 5 increments to each of 20 documents in a total of 211 seconds (average 10.6 seconds/document).
Concurrency test completed, with 10 concurrent clients spread across 2 servers, each client performing 5 increments to each of 20 documents in a total of 383 seconds (average 19.1 seconds/document).
Concurrency test completed, with 20 concurrent clients spread across 2 servers, each client performing 5 increments to each of 20 documents in a total of 801 seconds (average 40.0 seconds/document).
04-18-2012 12:35 PM
04-18-2012 04:06 PM
As far as I glanced over the code for the test client, it attempts to create / delete a file in one and the same folder through concurrent clients. This of course is bound to run into synchronisation issues on the database, as all concurrent clients attempt to modify the child associations of the folder at the same time. The more clients attempt this, the longer the "waiting line" in the database locking mechanism, which directly translates in to the linear increase in time / document.
To really test concurrent usage / load, tests should aim to realistically distribute content manipulation over a wide range of the content hierarchy and not be confined to selected subtrees. The Alfresoc remote BM e.g. distributes across content stores and multi-layered folder structures.
04-20-2012 08:41 PM
Concurrency test completed, with 10 concurrent clients spread across 5 folders on 2 servers [http://mycluster01/alfresco/service/api/cmis, http://mycluster02/alfresco/service/api/cmis] running 'Alfresco Repository (Enterprise)' version '3.3.5 (383)', each client performing 5 increments (not explicitly versioned) to each of 20 documents (versioning='none') in a total of 319 seconds (average 15.9 seconds/document).
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.