Hi,
you're talking about server side programming which let me assume you have a kind of client server environment. That would mean you have concurrent accesses to the @MemberList, which means you have to build a system which serializes writing accesses to this list.
When this is true, then a singleton object comes to my mind. When you instantiate the object the very first time, the file is read, afterwards every access delivers the same in memory representation. Writing accesses and persistence could be controlled by this objects methods.
Just a rough idea.
Regards
McA
In reply to Re: Data Persistence
by McA
in thread Data Persistence
by ShaZe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |