Problem: There is a dataset held on a server. A number of clients should connect to the server (ideally via web, but the protocol doesn't matter so much), issue a request for a subset of the data based upon a timestamp which will be the changes in the dataset since that client's last request and the server will then provide those changes as a list in timestamp order (JSON would be good but again whatever works is fine).

Now, I can code this up (and was about to do just that) but it strikes me that this must be a solved problem and the virtue of laziness appeals to me. However, even though such a solution surely already exists in the CPAN it is eluding me.

Please can anyone suggest an already available solution (ideally both client and server ends, but I'd be happy enough with just the server side)? Thanks for any and all suggestions.


In reply to Retrieve changes in remote dataset by hippo

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.