5 Mar
2004
5 Mar
'04
10:04 p.m.
Kevin Carlson wrote at 2004-3-5 08:40 -0500:
... The site itself is operating fine, but I noticed that the log file was getting rather large and looked into it only to find a huge amount of messages like the one above. From what I understand this type of error is caused when two threads attempt to write to a common object. Since this site is simply serving up information and doesn't allow any content edits, I'm a bit confused on how this is happening. All of the conflict error messages in the event log are identical to the one above (except for the date/time/count info).
Are you using sessions? If so, conflicts for session objects will almost surely be responsible. -- Dieter