[Zope-PTK] Membership packaging
Kevin Dangoor
kid@kendermedia.com
Tue, 6 Jun 2000 16:50:38 -0400
----- Original Message -----
From: "Dan L. Pierson" <dan@sol.control.com>
To: "Kevin Dangoor" <kid@kendermedia.com>
Cc: <zope-ptk@zope.org>; "Phillip J. Eby" <pje@telecommunity.com>
Sent: Tuesday, June 06, 2000 2:41 PM
Subject: Re: [Zope-PTK] Membership packaging
> Hi, I'm back.
Welcome back! :)
> Kevin Dangoor writes:
> > On a side note, I noticed that the existing PersistentUserSource
doesn't use
> > a Rack (and, hence, doesn't use a BTree). I'd probably want to see that
> > change...
>
> Depends what you mean. The patched PersistentUserSource inherits from
> BasicUserSource which inherits from Rack. However, all of the
> authentication data is still stored in PersistentMappings.
Ahh... Yes, I didn't connect the BasicUserSource with Rack... but, I guess
the point still remains that PUS doesn't use a BTree to store the users...
so, someone with 20,000 members would likely be unhappy...
Kevin