Re: [sqlite] Can more than one user connect to an in-memory database?

2008-02-18 Thread Brian Smith
Scott Chapman wrote: > Can more than one user connect to an in-memory database? > I don't see how. Any clues? If you have a memory filesystem (e.g. /dev/shm on Linux), you can just create the database within that filesystem, and it will be "in-memory". - Brian

Re: [sqlite] Can more than one user connect to an in-memory database?

2008-02-18 Thread Fin Springs
> Subject: [sqlite] Can more than one user connect to an in-memory database? > I don't see how. Any clues? You could share the sqlite3* handle from the process that opens that in-memory database, through some mechanism of your own. Since all your users would be using the same connectio

[sqlite] Can more than one user connect to an in-memory database?

2008-02-18 Thread Scott Chapman
I don't see how. Any clues? Thanks! Scott ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users