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

[REBOL] Re: Concurrent access to data file

From: coussement:c:itc:mil:be at: 20-Feb-2001 12:47

> > Thanks for the suggestion, but the system HAS to work in real time: the > > results file have to be processed immediatly. > > The simplest way might be to serialize access using a server. Your > server process takes care of updating your file; it stays there > listening to a TCP port and accepts one connection at a time only. > Your clients just connect to the server and send it the data.
[ Thanks for sharing ;-) I will try a the serialization server solution ASAP. Cheers, chr== ]