Hi, I am trying to implement a shared queue (to asynchronously exchange messages between processes) using SQLite. Since I do not need my queues to be persistent (at least for now), I do not want to use disk based SQLite database (for better performance).
I see there is an option to create purely in-memory DBs, but I don't see anything for the shared memory. Any ideas about how to implement a DB in shared memory? Thanks, Manuj _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users