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.
是否可以在多台机器上作为集群运行 F# 代理?
是的,绝对可以在许多机器上以 map-reduce 算法运行代理,但是 F# 中没有内置的东西可以自动执行。
您需要实现一个 map-reduce 算法,让代理在集群上运行,可能作为 Windows 服务,然后在源和代理之间进行通信,可能通过 WCF。