On 7 Sep, 12:54, [EMAIL PROTECTED] wrote:
> I'm working on a remote object system, something kinda like Pyro.
> For the purposes of caching I need to be able to tell if a given
> dict / list / set has been modified.
> Ideally what I'd like is for them to have a modification count
> variable that in
[EMAIL PROTECTED] wrote:
> On Sep 7, 8:54 pm, [EMAIL PROTECTED] wrote:
>> I'm working on a remote object system, something kinda like Pyro.
>> For the purposes of caching I need to be able to tell if a given
>> dict / list / set has been modified.
>> Ideally what I'd like is for them to have a mod
On Sep 7, 8:54 pm, [EMAIL PROTECTED] wrote:
> I'm working on a remote object system, something kinda like Pyro.
> For the purposes of caching I need to be able to tell if a given
> dict / list / set has been modified.
> Ideally what I'd like is for them to have a modification count
> variable that
I'm working on a remote object system, something kinda like Pyro.
For the purposes of caching I need to be able to tell if a given
dict / list / set has been modified.
Ideally what I'd like is for them to have a modification count
variable that increments every time the particular collection is
mod