in reply to Concurrency control in web applications

The easy way out is to make your program use CVS (or something alike) and let that handle this for you. You end up with a very specific, but fancy front-end and you can market it as "CVS integration" :)

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

  • Comment on Re: Concurrency control in web applications

Replies are listed 'Best First'.
Re: Re: Concurrency control in web applications
by hardburn (Abbot) on Oct 24, 2003 at 17:54 UTC

    CVS might work for plaintext files, but isn't a good idea for use with an DBMS.

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    :(){ :|:&};:

    Note: All code is untested, unless otherwise stated

      CVS might work for plaintext files, but isn't a good idea for use with an DBMS.

      "or something alike" - this includes re-inventing the wheel.

      Note though that combining CVS with a DBMS is possible and not always a bad idea.

      Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }