[Quickfix-developers] terminate the session thread
Brought to you by:
orenmnero
|
From: Fabien G. <fab...@pr...> - 2006-01-05 11:11:30
|
Hello all, I work with version 1.10.2 of QF under Java (with JNI). I can see that each time i connect my acceptor, a new thread is created = (of course). The problem is that i cant terminate this thread properly and this is = very annoying for our project. I tried all of these methods : - Acceptor.stop(true/false) - Acceptor.getSessions().clear() (?) - Session.logout() - Session.reset() - set Acceptor/Session objects to null and force garbage collector Anyway, i still cant terminate this thread. How can i solve this ? At least, is it possible ? Thanks for your help, Fabien |