[Zope-dev] Size of Data.fs - and crypto.

2000-09-10 Thread Erik Enge


Hi.

Does the performance of Zope degrade as the Data.fs get larger?  Both
on startup time (which I'm pretty sure will degrade) and on respons
time, serving a object f ex?

Another thing.  Have anyone tried to encrypt all data inside the
Data.fs file?  I mean, encrypted the data so that not even root can
access it, only if you have the right passphrase (or whatever) in the
management interface are you allowed access to the data.  

Anyone tried anything like that?

Thanks.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Size of Data.fs - and crypto.

2000-09-10 Thread Erik Enge

[Chris McDonough]

| [Erik Enge]
| 
|  Another thing.  Have anyone tried to encrypt all data inside the
|  Data.fs file?  I mean, encrypted the data so that not even root can
|  access it, only if you have the right passphrase (or whatever) in the
|  management interface are you allowed access to the data.  
| 
| You'd probably need to rewrite the pickling and unpickling routines used
| in lib/python/ZODB/Connection.py to dump and load "encrypted" pickles.

I thought so...  Has anyone done this?

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )