Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency

2015-01-12 Thread Michael Blakeley
will wait a while for new requests. > You would observe the thread count returning to 1 after while of no activity > if your query is run on a different app server then what your are measuring. > Eg. Run >xdmp:server-status(xdmp:host(),xdmp:server("HealthCheck")) > will s

Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency

2015-01-11 Thread David Lee
10:55 PM To: general@developer.marklogic.com Subject: Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency Thanks for the details Lee/ Michael I am referring to HTTP App-Server ML REST API. The tests we are trying to perform is for 400 concurrent users using JMeter. In the Ramp-up time for

Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency

2015-01-11 Thread Gnanaprakash.Bodireddy
gards, Gnana(GP) - Date: Fri, 9 Jan 2015 19:31:44 + From: David Lee Subject: Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency To: MarkLogic Developer Discussion Message-ID: <6ad72d76c2d6f04d8be471b70d4b991e04e90...@exchg10-be02.marklogic.com> Content

Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency

2015-01-09 Thread David Lee
om [mailto:general-boun...@developer.marklogic.com] On Behalf Of gnanaprakash.bodire...@cognizant.com Sent: Friday, January 09, 2015 6:17 AM To: general@developer.marklogic.com Subject: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency Hi I want to understand how threads in app servers

Re: [MarkLogic Dev General] MarkLogic Concurrent Threads/latency

2015-01-09 Thread Michael Blakeley
The server is keeping some idle threads active to handle incoming requests. That's meant to improve performance. A thread may also spend a small amount of time cleaning up after a request completes, but this should be minimal. If you're trying to track down a latency issue I think you should loo

[MarkLogic Dev General] MarkLogic Concurrent Threads/latency

2015-01-09 Thread Gnanaprakash.Bodireddy
Hi I want to understand how threads in app servers work. I believe for every request with authentication MarkLogic will show 2 threads. But what I see is when we are doing performance testing, MarkLogic is showing 32 threads are being used per node (we have 3 nodes in a cluster) but active thr