I am wondering if anyone has an familiarity with using cairngorm with a back
end where polling is required to get the result. Amazon SQS is a queue based
messaging server where you send messages that get enqueued and ultimately
handled by presumably a server farm. When the results are in, the answer
becomes available. The only way to find the answer is to poll to see if the
answer is in fact available.

This sounds like a wonderfully scalable system, but I am wondering if anyone
has either done anything to support sqs from cairngorm or if anyone has any
thoughts on the best way to put polling based result handling into
cairngorm.

It seems to me this is a much more scalable solution than FDS or standard
remoting for large scale web apps, and that a good generalized cairngorm
solution would be very helpful.

Hank

Reply via email to