0

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

michael nesterenko
  • 14,222
  • 25
  • 114
  • 182

1 Answers1

0

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

michael nesterenko
  • 14,222
  • 25
  • 114
  • 182