Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Concurrent access to data file

From: rgombert:essentiel at: 19-Feb-2001 13:38

If the system does not have to be full realtime, each PC can write data in his own file and an administartor (or a cron) can check for all of these files and update the main one... then delete each individual files. This way, each PC could know if his file have allready be processed, and concurent acces is no more a problem. Renaud