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.
谁能告诉我 X10 lang ( http://x10-lang.org/ ) 是基于紧耦合还是松耦合系统工作的?
X10 支持单个进程内的并发(intra-place concurrency)和跨进程(inter-place concurrency)。X10 计算旨在在数据中心内运行,而不是通过 Internet。我们使用短语“(并发)集群计算”来描述这一重点。