Hello!

On Tuesday 06 April 2010 17:43:47 Kent Boogaart wrote:
>  What I'm wondering is whether SQLite flat out doesn't support 
> concurrent access to an in-memory database, or perhaps whether I'm 
> just doing something wrong. Can anyone confirm whether concurrent 
> access to an in-memory database is supported? 

Use database on tmpfs (ram disk) for this task. It's not needed to add 
this functionality at SQLite internals.

Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to