Hi All,
I have created a program using R-Studio and converted it into Rest API to access from the web.
I use Plumber to receive the API calls.
I am facing the following challenge:
When I make multiple requests from the different resources it makes a queue of the calls and then works on them.
Is it possible for RStudio to handle all the requests at the same time as java does in multithreading?
Is there any way to use RStudio as multi-tenancy and multi-threading?