Quoth Hemant Shah <hj...@yahoo.com>, on 2010-09-08 20:55:29 -0700:
> Both of these processes are sibling and have same database
> handle.

No, don't do that.

http://www.sqlite.org/faq.html#q6

And :memory: databases are not shared between processes, AFAIK.

Why are there two processes anyway?  You could just use one process
with both a timer and packet reception, and then a single in-memory
single-process db and db handle (or other data structures, but I
presume you've found SQLite is convenient for some other reason).

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

Reply via email to