<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Can SQLite take advantage of multiple CPU's and/or multiple
> cores?

Not automatically: SQLite API functions run on whatever thread you call 
them on. Of course, you can create multiple threads and open multiple 
SQLite connections - preferably to different DB files, to maximize 
concurrency.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to