HTTP-Push (Comet/Reverse Ajax)using Silverlight to Javascript bridge?
Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject
to achieve Comet-style javascript functionality?
(see tutorial)