When there are conflicts to a particular field (or set of cooperating fields), date isn't the only issue. Sending a conflict back to the user is only helpful if the user knows which value is right or can easily find out. In that case, who did the conflicting update might matter as well as, possibly their authority. You might also need to do some workflow analysis.

For example, if "final contract price" is being updated, and two sales team members of equal standing enter different prices, resolving the conflict might require a telephone call to the other committer. If there is more than one person in contact with the client, it might not be obvious who that is unless the conflict report tells me. On the other hand, if a person lower down discovers that their local copy has a value that is out of sync with one set by the team leader, the change might be rejected automatically, but the team leader might be sent a report just in case he or she had delegated the final decision to that team member and did want to accept the change.


In reply to Re: How to deal with data race issues with Perl? by ELISHEVA
in thread How to deal with data race issues with Perl? by halfbaked

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.