[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Socket
- From: "Ashwin Hirschi" <deery@...>
- Date: Sat, 21 Jul 2007 20:24:17 +0200
> SQLite is not thread/task safe, so i wrote a simple tcp
> `server' for it with proper locking.
This is not correct. You can most definitely use the same SQLite database from multiple threads and/or processes. And it's not hard to figure out how either. Here's a reference:
http://www.sqlite.org/faq.html#q6
I can recommend SQLite to anyone looking for a small-but-powerful database library. Sure enough, Lua and SQLite make a perfect pair [;-)].
Ashwin.
--
no signature is a signature.