简体   繁体   English

stackoverflow如何影响m子中的池化组件?

[英]How does a stackoverflow affect a pooled-component in mule?

The question pretty much says it all! 问题几乎说明了一切!

I have a mule flow that contains a flow of pooled components if one of the components has a StackOverflowError how does that affect the others threads being executed? 如果其中一个组件具有StackOverflowError,则我有一个包含池化组件流的m子流,这如何影响正在执行的其他线程?

Are the threads assigned a specific stack? 是否为线程分配了特定的堆栈?

Thank you. 谢谢。

Yes, each thread has its own stack. 是的,每个线程都有自己的堆栈。 See Why reduce the size of the Java JVM thread stack? 请参阅为什么减少Java JVM线程堆栈的大小?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM