Some more locking related changes

"Bauer, Georg" <[email protected]> Mon, 27 Sep 2004 11:33:47 +0200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <C43D74B62BA19A45ADD74C1AB7AEE54279988C@NT-GWS2>
Hi!

I just worked a bit on the CalendarTool to remove unnecessary locks in
_findCache (and removed some more even more unnecessary locks - only write
access and internal structure changes should be blocked with locks), so now
the CalendarTool should produce much less lockings and so shouldn't be too
much of a problem. Before this change the CalendarTool was the main source
for active locks in PyDS.

bye, Georg