My python metakit server shares a storage object between threads. In fact, you have to do this if you are modifying contents between threads. I have also used this successfully in a webware threaded web server with no adverse effects. Brian