Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想这与是否可以从 go 可执行文件中以某种方式模仿 libuv 和其他 c/cpp 胶水有关。是否可以?如果是,您能否提供一些关于从哪里开始的指导?
谢谢!
目前不可能(读起来很复杂)用 Go 构建共享对象,以便将它们动态链接到系统中。出于同样的原因,Go 只能通过 CGI 或 Fast-CGI 与其他 Web 服务器交互。
所以我的回答不会是直接的。也许您可以通过 IPC 和链接到节点的小型 C-“代理”来实现某些目标。