From: Davies L. <dav...@gm...> - 2015-09-18 17:21:29
|
I think MFS can't scale well if there are more than 2k clients. We saw the CPU usage of master went to almost 100% with about 1k clients and not high traffic. In order to scale to thousands of clients, MFS should use epoll/kqueue. I have a branch that use epoll instead of poll: https://github.com/davies/moosefs/commits/douban On Fri, Sep 18, 2015 at 2:31 AM, Aleksander Wieliczko <ale...@mo...> wrote: > Hi > All depends. > Question is how many clients you want to have and how many operations they > will perform on one master? > > We have instances with about 300 client in production environment. > In our software we don't have any client connection limits, but number of > parallel connections close to 10 000 creates different level of problem. > > Best regards > Aleksander Wieliczko > Technical Support Engineer > MooseFS.com > > On 18.09.2015 09:20, pen...@ic... wrote: > > hi all: > > How many clients does Moosefs max support? > > Thanks for your help. > > best regards. > ________________________________ > pen...@ic... > > > ------------------------------------------------------------------------------ > > > > _________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users > > > > ------------------------------------------------------------------------------ > > _________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users > -- - Davies |