Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Concurrency control in web applications

by Juerd (Abbot)
on Oct 24, 2003 at 16:45 UTC ( [id://301890]=note: print w/replies, xml ) Need Help??


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' }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://301890]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 04:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found