When an app is created using RShiny, opens single R instance for multiple users. So, any number of concurrent users will have to wait for that one single R instance. How to overcome this case? any ideas?
2 posts were merged into an existing topic: RShiny sessions on webpage conflict