Page 1 of 1

REST Service Threading

Posted: Fri Jun 13, 2014 1:14 am
by Kapow36

Is it possible to run a REST service in another thread so that the data can be retrieved in the background?


REST Service Threading

Posted: Fri Jun 13, 2014 1:35 am
by obullei

Hello!

REST service runs in separate thread by default (asynchronously).
Please describe the problem you want to solve?


REST Service Threading

Posted: Fri Jun 13, 2014 1:45 am
by Kapow36

Hmm so it does, has that always been that way? Weird... I guess it has been a while since I worked with REST services :)


REST Service Threading

Posted: Fri Jun 13, 2014 1:57 am
by obullei

Yes, it has always been so.