Hi all,

I need to save some data on hard disk in tables. Very basic tables for
example hashtables would be sufficient for me and I don't need SQL. My first
idea was to use GDBM but:
 - GDBM does not allow several processes to open the same file at the same
time
 - GDBM does not work on windows if I am right (not really a problem for me)

Do you have an idea about the solution I have?
 - Open the DBM file for each request and wait if not ready? What about
performances ? (I will have a lot requests, from several processes)
 - Use a separate DBM server that will sequentialize the requests from all
processes?
 - Use SQLite or something else?

Thank you very much for all advices!
Vincent

-- 
View this message in context: 
http://www.nabble.com/GDBM-or-SQLite--tf3729794.html#a10439979
Sent from the SQLite mailing list archive at Nabble.com.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to