our production instance (which we are running into issues with) has about 2500 concurrent users.
Prashant On Mon, Jun 16, 2014 at 1:26 PM, Rossen Stoyanchev < rstoyanc...@gopivotal.com> wrote: > On Mon, Jun 16, 2014 at 4:04 PM, Prashant Deva <prashant.d...@gmail.com> > wrote: > > > Rossen, > > Did you use an external queue? > > > Yes I did have the sample configured to use RabbitMQ for broadcasting > messages. That's running as a separate process though so it shouldn't > change the output of "lsof". > > How many clients were connected at the same time? > > > > In the sample, just one. I also ran a load test with 500 concurrent users > (1 million messages) and the file descriptor count remains stable (around > 500). > > I'd reverse the question, how many users do you have to run with to > demonstrate the issue? > > Rossen >