rApache User Limit

77 views
Skip to first unread message

Cayce Koehler

unread,
Apr 26, 2016, 11:44:58 AM4/26/16
to rapache
I'm trying to figure out what the limit on the number of simultaneous users for a server running rApache.

Has anyone ran tests on their R code running on rApache to see the limitations?

What is the max number of users / requests rApache can handle at one point?


 I know R is a single action service so I feel like the answer is 1, but that doesn't make sense to what I am thinking. Hopefully this makes sense.

Jeffrey Horner

unread,
Apr 26, 2016, 11:54:49 AM4/26/16
to rap...@googlegroups.com
rApache works best when using the prefork MPM:


In that case, the maximum number of concurrent users is limited to how many child processes apache can maintain in memory since each child process handles one user, and in each child process is an instance of R.

Also, I wouldn't recommend any other MPM even though rApache can work with the worker MPM, for sake of completeness.

--
You received this message because you are subscribed to the Google Groups "rapache" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rapache+u...@googlegroups.com.
To post to this group, send email to rap...@googlegroups.com.
Visit this group at https://groups.google.com/group/rapache.
For more options, visit https://groups.google.com/d/optout.



--
Reply all
Reply to author
Forward
0 new messages