Cesar David Rodas Maldonado wrote:
Thanks Daniel!

Now i have another question! Is any way to serialize all the dates given a
preference to SELECT a delay to the insert.

I am building a Small Library in C & SQLite that will be under GPL, is
something like Lucene. Please help me how to give a preference to SELECT and
a delay to INSERT or update.
Maintain two queues--one for SELECT and one for everything else.

When each db access completes, check the SELECT queue first.

Reply via email to