Absolutely.  

For what I'm trying to do, and given my experiments thus far, I would love to 
replicate the performance of the one-query/thread-per-process concurrency in 
the multithreaded case, foregoing the resource optimisations (shared cache 
etc.) and just having each query/thread do whatever is happening in the process 
case.

-- Luke

On 2010-03-14, at 6:54 AM, Olaf Schmidt wrote:

> If my assumption is right, that running such a multithreaded
> scenario against a singlethreaded compiled library performs
> at the same level as the multiple-processes-scenario,
> then the question remains, how one could make this mode
> "secure and usable" in the same way as with the "naturally isolated"
> process-memory.

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

Reply via email to