I have some questions about SDB threading. Forgive me if these are addressed in the documentation - I tried to search but didn't find what I was looking for:
1. Can I have multiple Store objects in the same VM attached to the same SQL back-end? 2. Can multiple threads access the same Store instance simultaneously, or does access need to be synchronized? 3. Can multiple VMs attach to the same SDB SQL back-end and can they read simultaneously while another VM is performing a transactional commit? Thanks, - Mark
