简体   繁体   English

如何扩展Enet(UDP)?

[英]How to scale Enet (UDP)?

The creator of enet told me that enet can handle 4000 connections per host, the OS won't be able to manage more than that. enet的创建者告诉我,enet可以处理每个主机4000个连接,操作系统将无法管理更多的连接。 How to go above that? 如何超越?

If I use docker containers, they're still using the same OS right? 如果我使用docker容器,它们仍然使用相同的操作系统,对吗? So I haven't really solved anything or can I? 所以我还没有真正解决任何问题,可以吗? Is a docker container considered as its own OS? 是否将Docker容器视为自己的OS?

If I use EC2, I don't solve it either right? 如果使用EC2,我也不解决吗? I'll be using one OS right? 我要使用一个操作系统吗? I'd like to try to solve this problem without having to buy multiple dedicated servers, is there anyway to do that? 我想尝试解决此问题,而不必购买多个专用服务器,是否可以这样做? Using either cloud hosting or containers? 使用云托管还是容器?

如果有人有更好的解决方案,我将以编程方式在3k处生成ec2容器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM