4.4 Multithreaded ZODB Programs

ZODB databases can be accessed from multithreaded Python programs. The Storage and DB instances can be shared among several threads, as long as individual Connection instances are created for each thread.

XXX I can't think of anything else to say about multithreaded ZODB programs. Suggestions? An example program?