On 10 May 2010, at 4:47pm, Alexey Pechnikov wrote:

> TCP-socket listening daemon + SQLite in-memory database may be helpful.

Yes.  You can make one process, which handles all your SQLite transactions, and 
receives its orders from other processes via inter-process calls or TCP/IP.  
I've seen a few solutions which do this and they work fine.  But that process 
will itself become some sort of bottleneck if you have many processes calling 
it.  And I think that the original post in this thread described a situation 
where that was not a good solution.

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

Reply via email to