Next in thread → Next in month →

Re: [xml-dev] Pushing SAX events out onto the Web?

From
Sean McGrath <>
To
Date
2002-08-15T09:15:47Z
ID
<>
Thread
Re: [xml-dev] Pushing SAX events out onto the Web?
[Roger Costello]
 > I have a sensor that is collecting information over time.  As the data
 > is collected I want to stream it out to clients.  The data within each
 > element is huge.  Consequently, the number of SAX events would be small
 > compared with the size of the data.

Might a messaging approach such as jabber be more suitable? 
(http://www.jabber.org).

For more heavy duty reliable messaging, I'd suggest using a message queuing 
approach.

I've had some experience with http://www.swiftmq.com/ using the Java JMS 
APIs and
I've been very happy with it. The entry level price is right too :-)

Sean
Next in thread → Next in month →