Hi!
 
Why do requests to RESTXQ wait for finishing each other?
For example:
declare
  %rest:path("/test")
  %rest:GET
  function page:test()
{
  prof:sleep(5000)
};
 
If I make 2 requests to /test, the first ends in 5 sec, the second - in 10 sec.
 
-- 
С уважением,
Ветошкин Владимир Владимирович
 

Reply via email to