Discussion:
[Zope3-Users] Question : user limitations
David SAUVETRE
2010-03-11 20:27:59 UTC
Permalink
Hi,
I am currently working on a project that is targeting around 1 million
authenticated users. One of the solutions we are looking at is Plomino
which sits on Plone.
I would like to know what are the known limitations or constraints with a
Zope server. Would one million authenticated users be supported ? What will
be the impact on performance? Do you have any figures on these matter?
Thanks for your response.
Regards,
David SAUVETRE
Roger
2010-03-11 23:00:43 UTC
Permalink
Hi David
Betreff: Re: [Zope3-Users] Question : user limitations
Hi,
I am currently working on a project
that is targeting around 1 million authenticated users. One
of the solutions we are looking at is Plomino which sits on Plone.
I would like to know what are the known
limitations or constraints with a Zope server. Would one
million authenticated users be supported ? What will be the
impact on performance? Do you have any figures on these matter?
Are you kidding?

No out of the box system can handle one million authenticated
users. You have to have very deep skills in scaling an application
for such an amount of users and you have to write it by yourself.

But the good thing is, you can use python, zope components and
some concepts we impemented in ZTK and other z3c packages which
makes this adventure a nice job.

Regards
Roger Ineichen
Thanks for your response.
Regards,
David SAUVETRE
Loading...