Hi there,

 

I have a "queue" implemented in C using SQLIte in WAL mode.

 

When I send messages to the queue....it is fine, and I can receive messages
from the queue no problem.

 

BUT when I try run BOTH applications at the same time the sender works 100%
and the receiver seems to be able to read the messages but not DELETE them
as they come in.

 

Am I doing something stupid here or is WAL not going to work for this Queue
implementation whereby I need two (or more) applications to be able to SEND
and RECEIVE at the same time?

 

Thanks for the help ;-)

 

Lynton

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

Reply via email to