Hi Cansu, I solved the problem. It seems that the maximum number of file descriptors should be separately set in 'limits' configuration file of security section of the kernel. In fact, even if maximum number of system wide file descriptors is a large number, the real limit (for each user) should be set in the mentioned configuration file.
Thanks, On Thursday, July 24, 2014 4:01 PM, Cansu Kaynak <[email protected]> wrote: Do you see an error/warning on the server side or does the maximum number of connections the server reaches is only 1024 even if you increase the number of clients? Cansu On 07/23/2014 05:15 PM, Mohammad amin Ajdari wrote: > Hello, > > I have been using Media Streaming benchmark for sometime, but there is a > major problem with Darwin Server. It basically does not scale beyond > 1024 clients. I have already set __FD_SETSIZE value in > /usr/include/bits/typesizes.h to large number (64k or 128k) . > Nevertheless, the problem still remains. Please help with this issue. > > Thanks, > >
