opentok / opentok-rtc

OpenTok demo application
Other
106 stars 108 forks source link

server node performance for multiple connections #762

Open robertsmn opened 3 years ago

robertsmn commented 3 years ago

Hi guys, how are you?

I have a performance problem in my project, at times of high access on my platform I have more than 500 people simultaneously accessing the video conference, with this I start having problems with connection drops and even the service becoming unavailable, about the server I have plenty of resources, which makes me think it's something with node js, would anyone have any performance specification for node? I need to improve his performance but I don't know the way, can someone help me?

rhainer commented 3 years ago

Would you please describe the problem scenario in a bit more detail. Do you have 500 people all trying to access the same meeting room? Or do you mean there are 500 simultaneous meeting rooms? If it is different meeting rooms, about how many publishers and subscribers do you have in each room?

robertsmn commented 3 years ago

Hi Rhayner, In my case there are approximately 500 people trying different meeting rooms simultaneously. I have a maximum of 2 people per meeting room.