jmr wrote:
Perhaps the best place to fix this is in image.py where any public methods such as load_catalogs that might not be thread safe should be protected with an acquire and release lock as is done in all the api.py public methods. I'm happy for us to fix it in PM for now, but could you log an enhancement request for image.py.
Methods in image.py are not intended for use by the client which is the real issue that needs to be addressed.
If the api was being used here, it would handle the locking aspects automatically.
Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
