[ZODB-Dev] Re: ZEO signal feature
Jeremy Hylton
jeremy@zope.com
Fri, 27 Sep 2002 13:28:11 -0400
>>>>> "TD" == Toby Dickenson <tdickenson@geminidataloggers.com> writes:
>> Could DB or Connection be changed to allow the client to know
>> these extensions are available?
TD> Im not sure which question you meant to ask.....
TD> Can these extension methods be made available through the
TD> Connection or DB?
TD> It could, but I dont see any advantage. The DB already makes
TD> its storage available.
It does? Do you mean because you can type db._storage and get access
to a storage object? An instance variable starting with an underscore
is intended to be private.
Jeremy