The '[stack]' feature uses the debug API to attach to the request, get the 
request stack, detach, and render the stack as an HTML page. This is sometimes 
useful when you are looking at a long-lived request and wondering what it is 
doing.

The debug API needs to have enough time to do its work on the request, so this 
works best if the request is long-lived. With short-lived requests you'll 
probably just see a "request not found" message. It also works best when 
evaluating in-memory XQuery expressions. If the request happens to be in a 
function call or XPath expression that requires a database lookup, the debug 
request will block until that database lookup comes back.

-- Mike

On 11 Feb 2012, at 01:36 , Geert Josten wrote:

> If you go to a Task Server Status screen, and hit the Show More button, it
> shows a list of all currently running threads. Behind there is a [cancel]
> button, but also a [stack] button. What is it supposed to do?
> 
> Kind regards,
> Geert
> 
> drs. G.P.H. (Geert) Josten
> Senior Developer
> 
> 
> 
> Dayon B.V.
> Delftechpark 37b
> 2628 XJ Delft
> 
> T +31 (0)88 26 82 570
> 
> [email protected]
> www.dayon.nl
> 
> De informatie - verzonden in of met dit e-mailbericht - is afkomstig van
> Dayon BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit
> bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan
> dit bericht kunnen geen rechten worden ontleend.
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general
> 

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to