You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Youssef Mohammed <sk...@rayasoftware.com> on 2003/11/13 11:25:40 UTC

Concern about Jetspeed Performance

Hi
	I am working in a project that will use jetspeed as portal that should
support up to 500,000 users and I really have concern about the ability
for jetspeed to support such big number. I am saying that because I saw in
the administration code "in the class UserBrowserAction  "


            // Currently, the getUsers(filter) is not implemented - need
to do local filtering .
            Iterator users = JetspeedSecurity.getUsers();

our users are stored in openLdap and I am just worry could this code go
fine with the 500,000 users !!!!!





RE: Concern about Jetspeed Performance

Posted by Mark Orciuch <ma...@ngsltd.com>.
I would love to site a Jetspeed portal servicing up to 500K users!

Anyway, the security component is pluggable, you can develop your own
optimized security component (take a look at the security doc:
http://jakarta.apache.org/jetspeed/site/security.html and there's also a
security spec document in proposals folder). With building a portal
servicing up to 500K users, you should have money in your budget to do that
;-)


Best regards,

Mark Orciuch - morciuch@apache.org
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

  -----Original Message-----
  From: Youssef Mohammed
[mailto:skahlskfnvlkkmnsdflbkjghpskoeruihdkflkhlkjvh@rayasoftware.com]
  Sent: Thursday, November 13, 2003 4:26 AM
  To: Jetspeed Developers List (E-mail)
  Subject: Concern about Jetspeed Performance


  Hi

          I am working in a project that will use jetspeed as portal that
should support up to 500,000 users and I really have concern about the
ability for jetspeed to support such big number. I am saying that because I
saw in the administration code "in the class UserBrowserAction  "



              // Currently, the getUsers(filter) is not implemented - need
to do local filtering .

              Iterator users = JetspeedSecurity.getUsers();

  our users are stored in openLdap and I am just worry could this code go
fine with the 500,000 users !!!!!