How many requests do you handle?
kimilpyoung opened this issue · 2 comments
kimilpyoung commented
Does this process run multithreaded?
We want to handle more than 5000 users.
Is this a possible process if there are enough servers?
jamken commented
which plugin do you mean?
by the way, Janus-proxy run based on gevent(which is a coroutine sulution), whoes perfomance is much higher than multithread
kimilpyoung commented
Thanks for the answer
The plugin I was trying to use is videoroom
I think I got the desired answer that the performance is good
Thanks for the good solution.