[ZODB-Dev] ZEO client-server security

Chris Withers chrisw@nipltd.com
Sat, 2 Jun 2001 09:20:38 +0100


> Well, ORBit is pretty light-weight. Beyond that, there's a reason to use
> CORBA; you get transparent distributed object references, interop, and a
> real API for programming as a result. Maybe you don't need all this, but
> maybe you do. :-)

Hmmm... so taking:

1. Client Python Environment
          |
          ^
   2. secure transport
          ^
          |
 3. Server Python Environment
          |
4. RestrictedPython Environment
          |
     5. ZEO Connection

...as a starting point, I presume ORBit covers (2)? If so, does it use
encrypted data connections?

cheers,

Chris