Martin Devera schrieb:
> RCU like locking
>   Solution I have in mind is similar to RCU. In Python we have quiscent
>   state - when a thread returns to main loop of interpreter.

There might be a terminology problem here. RCU is read-copy-update,
right? I fail to see the copy (copy data structure to be modified)
and update (replace original pointer with pointer to copy) part.
Do this play a role in that scheme? If so, what specific structure
is copied for, say, a list or a dict?

This confusion makes it very difficult for me to understand your
proposal, so I can't comment much on it. If you think it could work,
just go ahead and create an implementation.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to