dbTalk Databases Forums  

Gathering transactions from embedded devices

comp.databases comp.databases


Discuss Gathering transactions from embedded devices in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
metiu
 
Posts: n/a

Default Gathering transactions from embedded devices - 07-05-2007 , 10:52 AM






We need to send transaction logs from multiple networked embedded
devices to a centralized database located on a server.
The server may be not available, so the devices need to cache locally
the transactions.

We are currently keeping a local log of the transactions, which we
close every n minutes and send to the server via ftp. This way, we are
vulnerable only to the loss of the last n minutes of work.
It is important that we don't lose any transactions, since they are
worth money.

I'm planning on updating the mechanism using a better local storage,
like a sqlite database, and some kind of standard middleware.

I looked at Message Oriented Middlewares, XMPP and AMQP, but I still
don't see a clear winner...

I understand that the closest scenario is that of multiple mail
servers routing mail to a centralized address, but that would be
overkill.

Any advice?

Thank you


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.