REST Service Threading
Posted: Fri Jun 13, 2014 1:14 am
Is it possible to run a REST service in another thread so that the data can be retrieved in the background?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is it possible to run a REST service in another thread so that the data can be retrieved in the background?
Hello!
REST service runs in separate thread by default (asynchronously).
Please describe the problem you want to solve?
Hmm so it does, has that always been that way? Weird... I guess it has been a while since I worked with REST services ![]()
Yes, it has always been so.