-
xmake版本3.0.0
可以看到大部分的编译都在远程主机上执行,这个内部的均衡机制是怎样的,哪里有介绍? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Jun 23, 2025
Replies: 1 comment 1 reply
-
目前没文档,负载均衡目前做的比较简单,就是根据 cpu core 分配,还没有时间优化,你可以直接开源码。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nonkr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前没文档,负载均衡目前做的比较简单,就是根据 cpu core 分配,还没有时间优化,你可以直接开源码。