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.
是否为每个 RMI 调用在服务器端创建了一个新线程?我在哪里可以找到这方面的信息?我已经用谷歌搜索了它,但到目前为止结果并不好。
是否为每个 RMI 调用在服务器端创建了一个新线程?
它没有指定。由于客户端连接池,在 Sun/Oracle 实现中存在一些线程保护。很久以前我读到 IBM 实现使用线程池,但我从未验证过它。
我在哪里可以找到这方面的信息?
它没有指定。
我已经用谷歌搜索了它,但到目前为止结果并不好。
它没有指定。所以你不应该依赖任何特定的行为。所有 RMI 规范都说它没有被指定。这意味着你不能假设它是单线程的。