Hi Arthi,

Won’t sharing of Ignite client's instance node, created in you application, 
among all the concurrent users work for you? 
Ignite client node instance is Thread safe and highly concurrent so there is no 
need to start several Ignite client nodes in single application (JVM).

—
Denis

> On May 10, 2016, at 2:02 PM, arthi <arthi.kasturirangan...@nielsen.com> wrote:
> 
> Hi Denis,
> 
> We use Ignite data grid as a data store for supporting our reporting needs.
> The end users trigger reporting requests to our C++ based engine. The engine
> then issues SQL queries on the ignite grid to derive results and responds
> back to the end user. 
> We need to support 500+ concurrent users on our application. This will
> result in 500 + clients added to the ignite topology, each running SQL
> queries on the grid.
> 
> We are currently running this app on an in-house infrastructure, with 11
> nodes. Each node is a 256GB ram, 40 cores, 1X24 tTB disk with Intel(R)
> Xeon(R) CPU E5-2690 v2 @ 3.00GHz. 
> 
> Thanks,
> Arthi
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/Client-Connection-to-Ignite-takes-time-tp4739p4858.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to