I am developing a "Virtual Bank" for my Computer Network class. But, while developing the server, we cannot use databases. We can only use system files (like .txt). So, how can I deal with file concurrency in an efficient way?
edit: It's possible to have shared accounts