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.
是否允许从自定义线程调用 apache mina 过滤器?我有定期调用的计时器NextFilter.messageReceived(...)。我目前内存不足异常,想知道这些调用是否会导致内存泄漏?
NextFilter.messageReceived(...)
我正在使用 apache mina 1.0.0
似乎内存泄漏是由探查器入侵引起的,而不是由 mina finter 调用引起的。