OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
205 stars 49 forks source link

How many requests do you handle? #10

Closed kimilpyoung closed 3 years ago

kimilpyoung commented 3 years ago

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 3 years ago

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 3 years ago

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.