On 05-05-2010 20:04, Dave Watts wrote: > No need to be sorry! I'm not very familiar with StreamingAMF. > StreamingAMF was a new channel added the same time they provided piggyback capabilities to the amf-polling channel, can't remember exactly when it was added.
Kim, the channels itself aren't much important, they just differ from the kind of «real-time» you really need for you app, they are just a endpoint to deliver messages to the client. The only thing you'll need it will be consumers and producers (if clients can broadcast messages) and server side, a way to call the sendMessage using the java API. Of course it would be a lot easier for you to use CF since it already has a specific method to broadcast messages to all connected clients. Now the question is, how many concurrent users are you expecting? João Fernandes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6383 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/flex/unsubscribe.cfm
