Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-30 Thread Sachin Gupta
but that will require a lot of client machines that too of higher configurations. What we are seeing rt now is high cpu usage (even though for a very short time period). Trying to debug the cause for the same. if i assume that 100 processes can be invoked from one system, then also i need ~24

Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-29 Thread Sachin Gupta
one more thing. everytime i invoke syncevolution, it has to load all the xmls, build up its data structures, and all the other stuff. Can i implement threads in it and run it as a daemon. This will i can save time from doing all this. From within, can i then implement threads and launch multiple

Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-29 Thread Patrick Ohly
On Tue, 2014-04-29 at 23:22 +0530, Sachin Gupta wrote: one more thing. everytime i invoke syncevolution, it has to load all the xmls, build up its data structures, and all the other stuff. Can i implement threads in it and run it as a daemon. This will i can save time from doing all this.

Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-29 Thread Lukas Zeller
Hi Sachin, if what you need is just a lot of pure SyncML clients to run against your server, you might consider using my former employer's free SyncML DEMO client (see http://www.synthesis.ch/dl_client.php?bp=CLIpv=vtag=13). Apparently it hasn't been touched since I left there 2010, and it's

Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-26 Thread Sachin Gupta
Hi Patrick On Fri, Apr 25, 2014 at 3:29 PM, Patrick Ohly patrick.o...@intel.com wrote: On Fri, 2014-04-25 at 15:03 +0530, Sachin Gupta wrote: Hi Lukas/Patrick, I have to run some test cases using syncevolution as client to test a SyncML server performance. Expectation is to put load

Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-26 Thread Patrick Ohly
On Sat, 2014-04-26 at 23:42 +0530, Sachin Gupta wrote: On Fri, Apr 25, 2014 at 3:29 PM, Patrick Ohly patrick.o...@intel.com wrote: On Fri, 2014-04-25 at 15:03 +0530, Sachin Gupta wrote: Can you suggest how i can test SyncML Server performance and have 2500 users/syncevolutions connecting

[os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-25 Thread Sachin Gupta
Hi Lukas/Patrick, I have to run some test cases using syncevolution as client to test a SyncML server performance. Expectation is to put load of around 2500 users syncing concurrently for an hour. Can you suggest how i can test SyncML Server performance and have 2500 users/syncevolutions

Re: [os-libsynthesis] SyncML Server Performance using Syncevolution

2014-04-25 Thread Patrick Ohly
On Fri, 2014-04-25 at 15:03 +0530, Sachin Gupta wrote: Hi Lukas/Patrick, I have to run some test cases using syncevolution as client to test a SyncML server performance. Expectation is to put load of around 2500 users syncing concurrently for an hour. That's a bit vague. What kind of