Hi there
Well since sqlite handles locking on file level
there is no problem in accessing the same file (aka db) from several threads or
programs at the same time. Ive have used this extensivly in a coding project Im
in.... 3 diff programs and each having 5+ thread open to the same db file at the
same time.
Not tried it from diff machines though but in teory
it should work just fine.
An easy test is to open the db file with the sqlite
tool at the same time as freevo and watch it updating the db.
Joakim
Yes, but as I understand it it is imposible for another application to access sqlite at the same time as freevo ? (or am I wrong here ?) |
- Re: [Freevo-devel] SQLite Michael Ruelle
- Re: [Freevo-devel] SQLite Rob Shortt
- Re: [Freevo-devel] SQLite Michael Ruelle
- Re: [Freevo-devel] SQLite Richard van Paasen
- [Freevo-devel] Re: SQLite Dirk Meyer
- Re: [Freevo-devel] SQLite Richard van Paasen
- Re: [Freevo-devel] SQLite Aubin Paul
- Re: [Freevo-devel] SQLite Michael Medin
- Re: [Freevo-devel] SQLite Aubin Paul
- Re: [Freevo-devel] SQLite Michael Medin
- Re: [Freevo-devel] SQLite Joakim Berglund
- Re: [Freevo-devel] SQLite Michael Medin