Answer
Aug 27, 2007 - 05:23 AM
Hello, This issue that I was facing is solved. What we found was NHibernate was placing an exclusive lock on the table while executing 'Select' queries. We now SetLockMode(LockMode.Read) before every select call.
Thanks
Thanks
Add New Comment