How many parallel logins can a supertokens core an...
# support-questions-legacy
v
How many parallel logins can a supertokens core and supertokens node can handle in a single core server?
r
hey @vigneshkumar5238 one core can handle upto 100 rps easily. And if we assume one login has 3-4 requests to the core, that would be around 25 parallel logins.
at a minimum
v
hey @rp_st , If that's the case, what might be the response time for the core to do the login for those 25 different logins? (i tried manually doing the 25 parallel logins and it took 5 to 6 seconds to do the login - 1 core cpu)
r
it shouldnt take so long, but it also depends on the resources you give, and the connection pool size you have configured for the core