Tom Dodds wrote:
We have a DG Intel server running UV 9.6.1 and seem to be missing writes.
We have a series of writes, 4, in a row within a basic program and sometimes
it seems that one of the items is not updated not written.  Has anyone
experienced a similar problem.  I know it's a long shot, but the customer
wanted me to ask.

The only time I've seen something like this is when READU locks aren't properly implemented in a program. Could the lock on the item in question be prematurely released, say with a WRITEV prior to the final WRITE? This would allow another process to write back a stale copy, giving the appearance that the write never happened.


-John
--
John Hester
System & Network Administrator
Momentum Group Inc.
(949) 833-8886 x623
http://memosamples.com
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to