a) This is somewhat off-topic for this list (it is more suitable to
python-ideas, at best)
b) Defining process global singletons and other heap data structures in C
and C++ programs is hardly a new idea
c) Defining head data structures isn't the hard part, the hard part is
accessing them in a reasonably efficient thread-safe manner.

Given point c), an article on process global variables were the letter
sequence "thread" appears only twice, and the letter sequence "sync" never
appears at all and the letter sequence "lock" appears only inside the word
"block" doesn't inspire much confidence.

Regards,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
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