Running multiple instances of Xray-core #3602
egasvegas1109
started this conversation in
Performance
Replies: 1 comment
-
wait, I think I found out that there is an API that allows you to add incoming connections. Is it so? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question about the performance between running 100 servers on different ports within one.config and running 100 servers within unique configs (100 servers = 100 .config). That is, it turns out that in the second option there will also be 100 servers, but a separate xray-core will be launched for each of them.
The second option is preferable and better for me, and it's better, because I need to dynamically launch and delete proxy server instances, and if I restart the entire xray-core, then the connection will be cut off for all users. So, I would like to know, would such an approach be much worse for VPS/VDS performance?
Beta Was this translation helpful? Give feedback.
All reactions