In article <[EMAIL PROTECTED]>,
catsup <[EMAIL PROTECTED]> wrote:
>
>It was actually quite a minor adjustment in the application to follow
>the oft repeated advice here on this subject to share only the
>Queue object between threads.  Making the update of the dictionary
>just another queued command request caused both the dictionary read
>and write to be performed by the same thread.  This seems to have
>eliminated the problem.

Great!
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"Don't listen to schmucks on USENET when making legal decisions.  Hire
yourself a competent schmuck."  --USENET schmuck (aka Robert Kern)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to