Hi: I cannot find documentation that would tell me how zope manages thread synchronization For instance: If there is a python script that adds and removes properties from a folder what happens if there are two http requests to launch the script. Does one thread get a lock on the folder? does on thread get a lock on the Folder property? Any insight would be appreciated? Clark