Folks,

I have written a C program that creates in-memory database. It reads packets 
from the network and insert some info in the database. 

Sometimes I get following error:

SQL logic error or missing database.

I prepare statement, bind columns and run step.

After every insert I also delete rows more than one minute old.

The program may inserts between 10 to 100 rows a millisecond. There are no 
issues with memory or CPU. The system has two quad core CPUs and 24GB of 
memory. My program takes maximum of 200 MB of memory. Each row is about 250KB.

What could be the problem?

Thanks.

Hemant Shah
E-mail: hj...@yahoo.com


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

Reply via email to