View Single Post
07-18-2010, 01:37 PM
#4
Immersion is offline Immersion
Status: Senior Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 918
iTrader: 5 / 100%
 

Immersion is on a distinguished road

  Old

SQLite is a database which would allow concurrent access to the same data. SQLite is also file based and most languages can use it.

I don't know much about file locking on the file system though if you text file approach is possible.

Reply With Quote