Hi Jeff,

Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. To subscribe, send empty
email to user-subscr...@ignite.apache.org and follow simple instructions in
the reply.


Jeff Jiao wrote
> Every time when I start a Ignite client (using default settings), it
> generates about 60 threads.
> 
> My use case is:
> My service has an Ignite cache component which allows users to query from
> it.
> I write a IgniteQueryPool, this pool will initialize 5~10 ignite clients, 
> If user use my IgniteQueryPool, it will cause their client side thread
> amount become very large(add 300-600)
> Is there a way to control Ignite client thread amount?

Ignite instance is thread-safe and can be reused by all threads within a
single JVM. So there is no need to create a pool of clients in your
application. Just start one client and use it everywhere.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-client-thread-amount-control-tp8434p8446.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to