Re: New in CVS: Monster patch for new threading model

Georg Bauer <gb-BRhJDZTO+/[email protected]> Thu, 5 Feb 2004 09:39:19 +0100
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <r02010100-1028-CAD3A1B257B611D881B9000A9573A72A@[10.0.0.145]>
Hi!

> Hmm. But this error is not reproduceable, it just occur once. 

This might have been a timing problem - aggregators background thread
starting before calendar tool was fully initialized, but after calendar
tool was instantiated. This normally shouldn't happen, as thread
initialization is done after all tools are fully initialized, though.

I think we have to keep an eye on this one. There is another weirdness
with current CVS, in that medusa complains about parts of request data
not transmitted, but because medusa has a bug there, it tries to call a
log_info method that's not available in that object. So there _are_ some
more problems to fix. :-)

bye, Georg