对于解决方案隔离,则应该从另一个角度审视它们,确保作为不同解决方案组成部分的组件使用它们自己的线程池。
When it comes to solution isolation, you should look at it from the perspective of ensuring that components that are part of the different solutions use their own thread pool.
下面是一些经常争用的资源的示例,因此,如果配置适当,就能提高组件之间的隔离级别。
Below are examples of resources that are frequently in contention and, thus, if properly configured, can help increase the level of isolation between components.
但是,总的来说,问题依然存在:行为不良的组件能够使用并锁定一个进程的所有可用线程,即使您已经正确配置了隔离的线程池。
Overall, however, the concern remains that misbehaving components can use and lock all available threads for a process, even if you have properly configured isolated thread pools.
应用推荐