(I'm not actually interested in this - just providing ideas from a
conceptual perspective).

You'd be able to receive messages from the server if Silverlight
natively supported HTML5 WebSockets.

It looks like there's some libraries out there which allow access to
HTML5 websockets from SL (e.g.
http://tech.kaazing.com/documentation/howto-silverlight.html). It
shouldn't be that difficult to build a bridge from the browser JS to
SL from scratch if required.

In this case - you'd be able to replace the background polling with a
WebSocket event handler - which would clean things up a bit.

You'd also need to implement a WebSocket server - which is once again
work - but not technically difficult.

Just some thoughts.

j.

On Mon, Jul 26, 2010 at 4:30 PM, Ayende Rahien <[email protected]> wrote:
> Attached is said design, will be up in the blog in a few days
>
> On Sun, Jul 25, 2010 at 9:57 PM, Nikos C. Baxevanis
> <[email protected]> wrote:
>>
>> (note: I originally post this on ALTNET group but it's subject fits
>> better in this group)
>>
>> I was wondering if it's possible to have a subset of Rhino Service Bus
>> and Rhino Queues working for Silverlight clients. It could use
>> IsolatedStorage instead of Esent to persist the messages till the
>> client close the browser. Has anybody come into this before? Is it
>> (technically) worth it?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Rhino Tools Dev" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/rhino-tools-dev?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Rhino Tools Dev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/rhino-tools-dev?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to