> Have you considered using a more generic message queuing program?
> Wikipedia has a good page about it:
> 
>   http://en.wikipedia.org/wiki/Message_queue
> 
> There is even a standardised protocol - AMQP:
> 
>   http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol
> 
> You could just go ahead an use a free MQ server such as RabbitMQ.  At
> the very least it would be worthwhile structuring your internal APIs to
> be similar to those in wide use even while using a SQLite backend, since
> that would make it easier to switch to an alternate implementation, or
> to contribute your SQLite based implementation back.
> 

Thank you for the RabbitMQ link....   I will read up on it.

For now, though, I was hopping to K.I.S.S. and just use Python for my tasks 
without any extra long-running processes involved.   (Just CGI and cron for 
now.)

I was under the impression that folks use SQL for simple message FIFO's all the 
time .... am I wrong on this?


Thank you



      

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

Reply via email to