-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoR2iwACgkQmOOfHg372QTBFgCfdGWCRMpCqZwQnCRPeKU4Vmjj
xgcAn0YW2IRXyyPwkoFFadEn8fW+mLjE
=HduX
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to