[REBOL] Multiuser database
From: fergus4:bellatlantic at: 19-Mar-2006 19:41
I'm making a small "Phonebook" type data base program that I want to access
from several computers on a local net and maybe remotely. I was originally
going to use a text file to store the data but I'm thinking that there is a
possibility that it might be accessed by two different people at the same
time. Without going with a MySQL database what methods can I use to insure
that simultaneous access will not screw up the data base file. Is this a
thing for