Performance #629
Unanswered
fmmattioni
asked this question in
Q&A
Performance
#629
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have been developing a dashboard that uses
callr
to run a few queries to a database in the background and then return the result. I deployed it usingshinyproxy
in a testing environment in AWS. The problem, though, is that although the app works quite well locally, once deployed it is rather slow and cannot handle more than 2 users at the same time. I am still trying to find the reason for this, but I wanted to ask if someone knows if there are any performance differences between usingcallr
andfuture
in a shiny app.Thanks in advance!
Felipe
Beta Was this translation helpful? Give feedback.
All reactions