Re: Multiplexed connections in commons pool

2014-06-18 Thread Phil Steitz
On 6/18/14, 4:07 PM, James Leskovar wrote: > > Hi there, > > > > I have an application that needs to perform connection pooling, > with the proviso that it's okay - and actually preferable - for > more than one client to checkout and use the same connection > object from the pool. Ideally, I woul

Multiplexed connections in commons pool

2014-06-18 Thread James Leskovar
Hi there, I have an application that needs to perform connection pooling, with the proviso that it's okay - and actually preferable - for more than one client to checkout and use the same connection object from the pool. Ideally, I would also like to limit the number of concurrent clients that

Re: [scxml] profiling scxml commons

2014-06-18 Thread Ate Douma
On 18-06-14 09:42, R.C. Hoekstra wrote: Hi all @ scxml commons. We had some profiling done on our scxml multi agent simulation project. Our issue is that scxml is too slow. We need about 100,000 instances of scxml engines for a multi agent simulation, and tests show that the approach with scx

[scxml] profiling scxml commons

2014-06-18 Thread R.C. Hoekstra
Hi all @ scxml commons. We had some profiling done on our scxml multi agent simulation project. Our issue is that scxml is too slow. We need about 100,000 instances of scxml engines for a multi agent simulation, and tests show that the approach with scxml is over 10 times slower than an altern