Devis, Suggestion would be not to create a new thread for each request :)
It looks like you're using some kind of framework, so don't know how this should be done properly there, but generally thread creation is a heavy operation by itself, so it's always better to use thread pools. Additionally, if threads are reused, you will be able to use cached connections. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/R-Memory-Leak-or-my-Error-tp13427p14284.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
