<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2987032012497124857.post4057409085556943721..comments</id><updated>2011-08-23T08:45:28.349-07:00</updated><category term='ruby'/><category term='node.js'/><category term='iisnode'/><category term='proxy'/><category term='jQuery'/><category term='whiteboard'/><category term='java'/><category term='PDC10'/><category term='debugging'/><category term='web'/><category term='development'/><category term='picasso'/><category term='gissues'/><category term='codeplex'/><category term='Windows'/><category term='IIS'/><category term='RIA'/><category term='Websockets'/><category term='HTTP'/><category term='express'/><category term='GitHub'/><category term='jsconf'/><category term='scrum'/><category term='WCF'/><category term='software'/><category term='browser'/><category term='Mac OS'/><category term='arrjs'/><category term='node-inspector'/><category term='routing'/><category term='.net'/><category term='testing'/><category term='JavaScript'/><category term='webmatrix'/><category term='c++'/><category term='management'/><category term='Silverlight'/><category term='MIX'/><title type='text'>Comments on Tomek on Software: Scale-out of Silverlight HTTP polling duplex WCF s...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tomasz.janczuk.org/feeds/4057409085556943721/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default?start-index=26&amp;max-results=25'/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-2958285477172976867</id><published>2011-08-23T08:45:28.349-07:00</published><updated>2011-08-23T08:45:28.349-07:00</updated><title type='text'>Hi ,

I took the sample and did many modification ...</title><content type='html'>Hi ,&lt;br /&gt;&lt;br /&gt;I took the sample and did many modification to accomodate my need. However, I am trying to design it so that once the duplex service receives the new session request I&amp;#39;m getting the object like &lt;br /&gt;IClientPushNotification callback =OperationContext.Current.GetCallbackChannel and trying to pass the callback object to another service through a service call. Problem is siince my IClientPushNotification is already a sevice contract, I can&amp;#39;t make it again a DataContract to pass over the wcf channel to the other serice. I tried KnownType,    [System.ServiceModel.ServiceKnownTypeAttribute(typeof(IClientPushNotification))] like these, but none of them works. I know its a different issue not directly related to the topic here , but thought someone could help.&lt;br /&gt;&lt;br /&gt;Anyone has any idea, how to dear with this kinda situation?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/2958285477172976867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/2958285477172976867'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1314114328349#c2958285477172976867' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-988147177'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-7514793079037272670</id><published>2011-07-01T15:19:42.221-07:00</published><updated>2011-07-01T15:19:42.221-07:00</updated><title type='text'>Thanks for your efforts. 

It&amp;#39;s too bad this w...</title><content type='html'>Thanks for your efforts. &lt;br /&gt;&lt;br /&gt;It&amp;#39;s too bad this whole continuous data delivery paradigm is so hard to implement. Push still has no quality solution I&amp;#39;m afraid. Your code does help though. SL4/5 hasn&amp;#39;t come up with an industry solution to this yet?&lt;br /&gt;&lt;br /&gt;Code confusion: your use of the &amp;quot;Microsoft.???&amp;quot; naming convention continuously forces me to stop and ask &amp;quot;is this a Microsoft supplied library/code/example/etc.?&amp;quot; I suggest you use verbiage that identifies your code more clearly.&lt;br /&gt;&lt;br /&gt;For instance : &amp;quot;Microsoft.ServiceModel.PollingDuplex&amp;quot;, did Microsoft provide this? Is this namespace to be found within some Microsoft assembly? Convolutes the issue I believe.&lt;br /&gt;&lt;br /&gt;Lastly, Ten. Regardless of how I configure any polling duplex silverlight client or the web.config for the service all I can manage is 10 simultaneous client connections. Tried this on 3 different web servers (iis6,7,vsserver). Any clues as to how to fix this. (did all the service behavior gymnastics with session max and such.)&lt;br /&gt;&lt;br /&gt;Thanks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/7514793079037272670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/7514793079037272670'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1309558782221#c7514793079037272670' title=''/><author><name>Anonymole</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-921386863'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-8598935551427481789</id><published>2011-04-10T09:54:32.752-07:00</published><updated>2011-04-10T09:54:32.752-07:00</updated><title type='text'>Couldnt agree more with that, very attractive arti...</title><content type='html'>Couldnt agree more with that, very attractive article&lt;br /&gt;&lt;br /&gt;&lt;a href="http://yourdoctorpharmacy.com/#906" rel="nofollow"&gt;clomid&lt;/a&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8598935551427481789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8598935551427481789'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1302454472752#c8598935551427481789' title=''/><author><name>radapunk</name><uri>http://radapunk.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/openid16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-444079723'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-5315884126388508810</id><published>2010-11-09T09:27:42.736-08:00</published><updated>2010-11-09T09:27:42.736-08:00</updated><title type='text'>Anonymous, it is public domain, do whatever you de...</title><content type='html'>Anonymous, it is public domain, do whatever you desire with the code (but don&amp;#39;t hold me accountable for losses etc. etc.)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5315884126388508810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5315884126388508810'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1289323662736#c5315884126388508810' title=''/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-998066009'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-5875632582936806343</id><published>2010-11-09T08:51:02.879-08:00</published><updated>2010-11-09T08:51:02.879-08:00</updated><title type='text'>are there any license restrictions for the code in...</title><content type='html'>are there any license restrictions for the code in Microsoft.ServiceModel.PollingDuplex.Scalable.dll included in the sample download?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5875632582936806343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5875632582936806343'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1289321462879#c5875632582936806343' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-444968260'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-6234973139952106958</id><published>2010-10-12T09:44:23.783-07:00</published><updated>2010-10-12T09:44:23.783-07:00</updated><title type='text'>Pacome, 

you may also want to check out http://la...</title><content type='html'>Pacome, &lt;br /&gt;&lt;br /&gt;you may also want to check out http://laharsub.codeplex.com, an open source project addressing similar scenario as Silverlight&amp;#39;s polling duplex. It offers a .NET backend you can deploy anywhere you can run .NET (including Azure), and a selection of clients (Silverlight, .NET, and jQuery). I have not tried recompiling the client for WP7, but given it is only using generic HTTP features, I don&amp;#39;t suppose this would be a problem. Also check out the performance measurements for Laharsub - it performs better than polling duplex in Silverlight.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/6234973139952106958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/6234973139952106958'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1286901863783#c6234973139952106958' title=''/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-998066009'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-6681315744262511494</id><published>2010-10-12T05:14:40.999-07:00</published><updated>2010-10-12T05:14:40.999-07:00</updated><title type='text'>Thanks for your reply Tomasz, it&amp;#39;s more clear ...</title><content type='html'>Thanks for your reply Tomasz, it&amp;#39;s more clear for me.&lt;br /&gt;&lt;br /&gt;About Windows Phone 7 notifications, I already read a lot of mail threads about it, and to be honest, it seems the only existing way is to use Azure (marketing boys won the war ?)...&lt;br /&gt;&lt;br /&gt;In order to use Silverlight notifications inside video games, several ways exists and the best one is to use low level sockets. It&amp;#39;s not implemented in WP7 for the moment, that&amp;#39;s why I was looking for another flexible solution, and yours seemed to be the good one.&lt;br /&gt;&lt;br /&gt;Thanks again for your help.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/6681315744262511494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/6681315744262511494'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1286885680999#c6681315744262511494' title=''/><author><name>Pacome</name><uri>http://www.ease-production.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2071429310'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-5250222872471534050</id><published>2010-10-11T09:51:20.156-07:00</published><updated>2010-10-11T09:51:20.156-07:00</updated><title type='text'>Pacome, 

in general you can generate client proxy...</title><content type='html'>Pacome, &lt;br /&gt;&lt;br /&gt;in general you can generate client proxy for a WCF service using either the Add Service Reference feature in Visual Studio, or the slsvcutil.exe tool that ships with Silverlight 4 SDK. In the context of the scale-out method describe above, the only way to generate a client proxy automatically is to do so _before_ refactoring the service implementation to allow scale-out (i.e. when the service is still in the duplex form and exposed over HTTP long polling binding. &lt;br /&gt;&lt;br /&gt;We have not performed any validation of the polling duplex protocol with Windows Phone 7, so I cannot confirm one way or the other if it works on the Phone platform. However, given that battery power is an important constraint on the mobile devices, I would recommend looking at the notification APIs specifically targetting the mobile platform (http://msdn.microsoft.com/en-us/library/ff402537(v=VS.92).aspx) instead of polling duplex.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5250222872471534050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5250222872471534050'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1286815880156#c5250222872471534050' title=''/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-998066009'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-953657432884340421</id><published>2010-10-10T03:01:40.322-07:00</published><updated>2010-10-10T03:01:40.322-07:00</updated><title type='text'>Hello,

first, thanks a lot for both PollingDuplei...</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;first, thanks a lot for both PollingDupleix samples, they&amp;#39;re very useful.&lt;br /&gt;&lt;br /&gt;Two quick questions :&lt;br /&gt; - How do you generate the *good* reference.cs without VS2010 automation ? You write it manually ?&lt;br /&gt; - I noticed PollingDupleix is not supported on WindowsPhone7, but I noticed that this &amp;quot;scalable&amp;quot; example seems to be compatible, can you confirm ?&lt;br /&gt;&lt;br /&gt;Thanks again.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/953657432884340421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/953657432884340421'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1286704900322#c953657432884340421' title=''/><author><name>Pacôme</name><uri>http://www.ease-production.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2071429310'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-8286978329460281611</id><published>2010-07-26T12:08:15.339-07:00</published><updated>2010-07-26T12:08:15.339-07:00</updated><title type='text'>Jurassic, Silverlight 4 does not add any new scale...</title><content type='html'>Jurassic, Silverlight 4 does not add any new scale-out specific features and the mechanism described in this article is still applicable. If scale-out of HTTP long polling is of particular interest to you, please check out the http://laharsub.codeplex.com open source project which experiments with this technology.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8286978329460281611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8286978329460281611'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1280171295339#c8286978329460281611' title=''/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-998066009'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-8763000560683656798</id><published>2010-07-26T12:04:55.945-07:00</published><updated>2010-07-26T12:04:55.945-07:00</updated><title type='text'>Hi Thomasz,
Thanks for the excellent article. I cr...</title><content type='html'>Hi Thomasz,&lt;br /&gt;Thanks for the excellent article. I created a chat application using your sample code. Now that Silverlight 4 is out do i still have to use this approach to build a scale-out app or can i use the out of box Silverlight 4 Http Polling Duplex?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8763000560683656798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8763000560683656798'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1280171095945#c8763000560683656798' title=''/><author><name>Jurassic</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2053068030'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-1249492535324174704</id><published>2010-07-14T03:23:11.775-07:00</published><updated>2010-07-14T03:23:11.775-07:00</updated><title type='text'>Hi Tomasz,

I had developed an application with he...</title><content type='html'>Hi Tomasz,&lt;br /&gt;&lt;br /&gt;I had developed an application with help of your articals. But I am not getting large data. A table having 10 columns ( 256 char ) and 10000 rows. &lt;br /&gt;&lt;br /&gt;Can you suggest changes required for that??</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/1249492535324174704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/1249492535324174704'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1279102991775#c1249492535324174704' title=''/><author><name>sachinnshah</name><uri>http://www.blogger.com/profile/05757446374857765526</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_JuGPnjmwgR8/TAM2819FdhI/AAAAAAAAAqI/3fZf_PnnkN4/S220/S7006309.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1534595361'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-5131618266549208845</id><published>2010-07-05T13:59:21.890-07:00</published><updated>2010-07-05T13:59:21.890-07:00</updated><title type='text'>Bernd, the Add Server Reference (and Update Servic...</title><content type='html'>Bernd, the Add Server Reference (and Update Service Reference) functionality of Visual Studio will not generate the correct Silverlight proxy after the service has been refactored to allow load balancing - see the second comment to this post for a more detailed explanation.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5131618266549208845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5131618266549208845'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1278363561890#c5131618266549208845' title=''/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-998066009'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-4201960798006624050</id><published>2010-07-01T06:24:19.185-07:00</published><updated>2010-07-01T06:24:19.185-07:00</updated><title type='text'>Hi Bernd,
this is exactly what we do. The main adv...</title><content type='html'>Hi Bernd,&lt;br /&gt;this is exactly what we do. The main advantage of this solution is, as you described, the full control and less magic behind the scenes. Furthermore we can use REST-based communication. I&amp;#39;m also very interested in potential disadvantages.&lt;br /&gt;Cheers&lt;br /&gt;Alex</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/4201960798006624050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/4201960798006624050'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1277990659185#c4201960798006624050' title=''/><author><name>Alex</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-681118085'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-8458686397084639138</id><published>2010-06-30T16:32:44.849-07:00</published><updated>2010-06-30T16:32:44.849-07:00</updated><title type='text'>Hi Gurus ;)

I spent some days now following Tomas...</title><content type='html'>Hi Gurus ;)&lt;br /&gt;&lt;br /&gt;I spent some days now following Tomasz samples and all the related blogs of mostly frustrated people trying to create a reliable Load-Balance capable real-time update using PollingDuplex.&lt;br /&gt;&lt;br /&gt;My question here is : WHY Polling Duplex ?&lt;br /&gt;&lt;br /&gt;In most cases your RIA Website works like that:&lt;br /&gt;1. Navigate to a page.&lt;br /&gt;2. The page loads some data from a WebService and displays it.&lt;br /&gt;3. When there is a relevant update of the data on the server, it should immediately reflected on the client.&lt;br /&gt;&lt;br /&gt;OK, step 3 needs some magic - but not necessarily PollingDuplex.&lt;br /&gt;&lt;br /&gt;I would suggest to create your own &amp;quot;real-time updating WebService&amp;quot;. This will keep you in full control and with RIA its unbelievably easy to create even a load-balance capable solution.&lt;br /&gt;&lt;br /&gt;So what I do is:&lt;br /&gt;1. My page requests the data to be displayed from a WebService.&lt;br /&gt;2. Then it calls another WebService which checks the scalable storage for changes.&lt;br /&gt;2.1. This call is async - so the client can go on even if the service will not come back immediately.&lt;br /&gt;2.2.a. When the WebService detects a relevant change it returns this change.&lt;br /&gt;2.2.b. When the WebService cant detect a relevant change within 30seconds, it returns an empty result.&lt;br /&gt;2.3. When the WebService returns a result or empty, the client updates its data and calls the WebService again.&lt;br /&gt;2.4. When the Client doesnt need more &amp;quot;real-time updates&amp;quot; it cancels the WebService and goes on with whatever next.&lt;br /&gt;&lt;br /&gt;So you see, this is a kind of self made &amp;quot;long time polling&amp;quot; which is load-balance capable and keeps you in full control as far as you are in control of your WebServices.&lt;br /&gt;&lt;br /&gt;Now I need the Gurus telling me what are the disadvantages of this solution compared to the PollingDuplexScalable Tomasz suggested.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;&lt;br /&gt;Bernd</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8458686397084639138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8458686397084639138'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1277940764849#c8458686397084639138' title=''/><author><name>Bernd</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1342506879'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-9077119047691617310</id><published>2010-06-29T20:03:46.189-07:00</published><updated>2010-06-29T20:03:46.189-07:00</updated><title type='text'>Hi Tomasz

Do you have a fixed sample of your Poll...</title><content type='html'>Hi Tomasz&lt;br /&gt;&lt;br /&gt;Do you have a fixed sample of your PollingDuplexSampleScalable ?&lt;br /&gt;&lt;br /&gt;The one which can be downloaded here is broken. When you update the Service on the Client the NotifyReceived is undefined. I guess something is just confused/unfinished in your sample code.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;&lt;br /&gt;Bernd</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/9077119047691617310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/9077119047691617310'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1277867026189#c9077119047691617310' title=''/><author><name>Bernd</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1342506879'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-249332589144221169</id><published>2010-06-25T06:58:34.157-07:00</published><updated>2010-06-25T06:58:34.157-07:00</updated><title type='text'>Thanks for the heads-up. I realize it&amp;#39;s not ea...</title><content type='html'>Thanks for the heads-up. I realize it&amp;#39;s not easy, that&amp;#39;s why I asked the expert first ;)&lt;br /&gt;&lt;br /&gt;Good luck. I look forward to the article.&lt;br /&gt;&lt;br /&gt;Cheers!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/249332589144221169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/249332589144221169'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1277474314157#c249332589144221169' title=''/><author><name>Tim Vercruysse</name><uri>http://www.blogger.com/profile/12101665107841923195</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_hYfPDNdHLaQ/ShrFXpafjwI/AAAAAAAAAA0/BGuTI4PdP1c/S220/Tim+at+Helm.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1140429017'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-944832707179800504</id><published>2010-06-24T18:05:46.676-07:00</published><updated>2010-06-24T18:05:46.676-07:00</updated><title type='text'>Tim, it is not easy to change the framing or encod...</title><content type='html'>Tim, it is not easy to change the framing or encoding in the polling duplex binding that shipped in Silverlight. Coincidentally, I am currently prototyping a REST-based pub\sub protocol which has the full content type support of HTTP (including JSON). I plan to blog it in about 2 weeks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/944832707179800504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/944832707179800504'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1277427946676#c944832707179800504' title=''/><author><name>Tomasz Janczuk</name><uri>http://www.blogger.com/profile/14273379892104866795</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://2.bp.blogspot.com/_NUp_nWDyyvI/S0E4LaVBrmI/AAAAAAAABQ4/qtgB80y4O38/S220/D70-100-3785.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-998066009'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-6100349666629848512</id><published>2010-06-24T16:37:51.078-07:00</published><updated>2010-06-24T16:37:51.078-07:00</updated><title type='text'>Thanks for some really great posts! 

How would yo...</title><content type='html'>Thanks for some really great posts! &lt;br /&gt;&lt;br /&gt;How would you modify your &amp;quot;scaled-out&amp;quot; version to use JSON encoding instead of SOAP? I&amp;#39;m putting together a web service that will service iPhone applications, and JSON-over-HTTP looks like the best approach for that platform.&lt;br /&gt;&lt;br /&gt;Thanks in advance!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/6100349666629848512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/6100349666629848512'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1277422671078#c6100349666629848512' title=''/><author><name>Tim Vercruysse</name><uri>http://www.blogger.com/profile/12101665107841923195</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://2.bp.blogspot.com/_hYfPDNdHLaQ/ShrFXpafjwI/AAAAAAAAAA0/BGuTI4PdP1c/S220/Tim+at+Helm.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1140429017'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-9072225666963034658</id><published>2010-06-16T12:43:48.852-07:00</published><updated>2010-06-16T12:43:48.852-07:00</updated><title type='text'>I&amp;#39;m having trouble with this.  Everything work...</title><content type='html'>I&amp;#39;m having trouble with this.  Everything works fine except&lt;br /&gt;&lt;br /&gt;e.request.GetBody().Content&lt;br /&gt;&lt;br /&gt;My client does not see NotificationData.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/9072225666963034658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/9072225666963034658'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1276717428852#c9072225666963034658' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-797831542'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-8816825031698701696</id><published>2010-01-30T14:51:04.878-08:00</published><updated>2010-01-30T14:51:04.878-08:00</updated><title type='text'>Hey Tomasz, thanks for the great info here. I want...</title><content type='html'>Hey Tomasz, thanks for the great info here. I want to address Andy&amp;#39;s issue for proxy generation for the duplex service.&lt;br /&gt;&lt;br /&gt;The problem usually arises in WCF when an Interface inherits from another Interface. In this case: IPubSub inherits form IPollingDuplex, which is then implemented in the PubSubService class.&lt;br /&gt;&lt;br /&gt;To fix the auto proxy gen, remove the IPollingDuplex inheritance to IPubSub and then move it to PubSubService class instead, like this:&lt;br /&gt;&lt;br /&gt;public class PubSubService : IPubSub, IPollingDuplex { .... }&lt;br /&gt;&lt;br /&gt;This should solve the problem.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;&lt;br /&gt;Nasir Aziz&lt;br /&gt;&lt;br /&gt;Andy said... &lt;br /&gt;Hi Tomasz&lt;br /&gt;&lt;br /&gt;This looks a great solution. The only issue I see is that if you change the contract so for instance add a method to IPubSub it&amp;#39;s not possible to re-generate the client proxy through visual studio as it doesn&amp;#39;t generate the DuplexContract client side. Is there anyway to get around this issue that you know of?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;September 20, 2009 1:32 PM</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8816825031698701696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/8816825031698701696'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1264891864878#c8816825031698701696' title=''/><author><name>Nasir Aziz</name><uri>http://blog.geomentary.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1140608741'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-5316695848295690382</id><published>2010-01-15T00:54:13.858-08:00</published><updated>2010-01-15T00:54:13.858-08:00</updated><title type='text'>I&amp;#39;ve seen the same as 3axap - it&amp;#39;s very st...</title><content type='html'>I&amp;#39;ve seen the same as 3axap - it&amp;#39;s very strange that Silverlight just stops sending requests. Could it be anything to do with the silverlight plugin being suspended if the browser is not the active application???</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5316695848295690382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/5316695848295690382'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1263545653858#c5316695848295690382' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-25847794'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-4491058870314376558</id><published>2009-11-27T02:28:25.960-08:00</published><updated>2009-11-27T02:28:25.960-08:00</updated><title type='text'>*big responses</title><content type='html'>*big responses</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/4491058870314376558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/4491058870314376558'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1259317705960#c4491058870314376558' title=''/><author><name>Захар</name><uri>http://www.blogger.com/profile/06083967956921643728</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1916209122'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-576041557305778598</id><published>2009-11-27T02:27:26.283-08:00</published><updated>2009-11-27T02:27:26.283-08:00</updated><title type='text'>I can&amp;#39;t understand, why, but In some time silv...</title><content type='html'>I can&amp;#39;t understand, why, but In some time silverlight stops sending requests to server. Maybe it is because server sends big requests, something like 30Kb. The connection lives for just 4-5 minutes, sometimes more, and then it dies. Could you please explain this?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/576041557305778598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/576041557305778598'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1259317646283#c576041557305778598' title=''/><author><name>Захар</name><uri>http://www.blogger.com/profile/06083967956921643728</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1916209122'/></entry><entry><id>tag:blogger.com,1999:blog-2987032012497124857.post-1297186029825814064</id><published>2009-11-11T18:08:23.234-08:00</published><updated>2009-11-11T18:08:23.234-08:00</updated><title type='text'>I was considering writing something close to this ...</title><content type='html'>I was considering writing something close to this solution, but I have to say you&amp;#39;ve done an excellent job thinking this through and explaining it.. Well Done!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/1297186029825814064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2987032012497124857/4057409085556943721/comments/default/1297186029825814064'/><link rel='alternate' type='text/html' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html?showComment=1257991703234#c1297186029825814064' title=''/><author><name>Craig</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://tomasz.janczuk.org/2009/09/scale-out-of-silverlight-http-polling.html' ref='tag:blogger.com,1999:blog-2987032012497124857.post-4057409085556943721' source='http://www.blogger.com/feeds/2987032012497124857/posts/default/4057409085556943721' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-361791075'/></entry></feed>
