When having multiple readers on a PSEPro database, what happens when someone
tries to grab an update lock on it?
What I need to do is have N readers having the database/transaction open
for reading, and every now and then have one writer come in and update some
objects, without disrupting the readers (at least transparent to the
person doing the reading). These readers/writer will need to span
across processes.
Thanks.
Dion LOY <dl...@cs.mcgill.ca> wrote in article
<60bsf4$h...@sifon.cc.mcgill.ca>...