What would be the cause of the Management->Current Activity file being
locked,
yet when you run traces with 1204, 1205, 3605 you don't see any dead locks.
Just thousands of reads over a 15 min period?
Any thoughts on this.?
Plus one other question:
A developer in one transaction does the following
Insert record
read same record
update the record
commit
Isn't it better to Insert record commit, read record, update record commit?
Just wondering
Jim