Search code examples
javamemory-leaksapache-mina

apache mina filters


Is it allowed to call apache mina filters from custom threads? I have timer which periodically calls NextFilter.messageReceived(...). I currently got out of memory exception and wondering could these calls be cause of memory leak?

I am using apache mina 1.0.0


Solution

  • Seems that memory leak was caused by profiler intrusion and not by mina finter calls.