As an Atmos consumer I funnel things that need some type of locking and or transactional integrity through a server process which single threads requests.
In any case, if creating the object in two places is a problem then updating it from two places would be a problem as well, so I let individual processes/threads create new objects and ask the central process to update the catalog of objects storing the object ID's.
ChrisHackett
27 Posts
0
December 11th, 2009 06:00
As an Atmos consumer I funnel things that need some type of locking and or transactional integrity through a server process which single threads requests.
In any case, if creating the object in two places is a problem then updating it from two places would be a problem as well, so I let individual processes/threads create new objects and ask the central process to update the catalog of objects storing the object ID's.