<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Configuring Push service for 1 second intervals</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Configuring Push service for 1 second intervals</description>
  <pubDate>Tue, 16 Jun 2026 06:47:12 -700</pubDate>
  <lastBuildDate>Tue, 16 Nov 2010 17:34:57 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2309</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Configuring Push service for 1 second intervals : Hi  I just realized my problem...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2309&amp;PID=9139#9139</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=551" rel="nofollow">rasmus</a><br /><strong>Subject:</strong> 2309<br /><strong>Posted:</strong> 16-Nov-2010 at 5:34pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I just realized my problem was because of my web.config having </DIV><DIV><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><P>&lt;</FONT></FONT></FONT><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas><FONT color=#a31515 size=2 face=C&#111;nsolas>serviceHostingEnvironment</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas> </FONT></FONT></FONT><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas>aspNetCompatibilityEnabled</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>=</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>true</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>/&gt;</P></FONT></FONT></FONT></DIV><DIV>In order for the push service to work properly this aspNetCom... must be false</DIV><DIV>&nbsp;</DIV><DIV>More info here:</DIV><DIV><a href="http://blogs.msdn.com/b/silverlightws/archive/2009/09/30/having-a-pollingduplex-service-and-any-other-wcf-service-in-the-same-website-causes-silverlight-calls-to-be-slow.aspx" target="_blank">http://blogs.msdn.com/b/silverlightws/archive/2009/09/30/having-a-pollingduplex-service-and-any-other-wcf-service-in-the-same-website-causes-silverlight-calls-to-be-slow.aspx</A></DIV><DIV>&nbsp;</DIV><DIV>-Rasmus</DIV>]]>
   </description>
   <pubDate>Tue, 16 Nov 2010 17:34:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2309&amp;PID=9139#9139</guid>
  </item> 
  <item>
   <title>Configuring Push service for 1 second intervals : The settings for the PollingDuplexHttpBinding...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2309&amp;PID=9137#9137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2309<br /><strong>Posted:</strong> 16-Nov-2010 at 12:03pm<br /><br /><P>The settings for the PollingDuplexHttpBinding in the web.config control this.&nbsp; The DevForce defaults specify MultipleMessagesPerPoll and a MaxOutputDelay of 3 seconds, but you can change these settings and others.&nbsp;&nbsp; MultipleMessagesPerPoll will stream messages in 32k chunks, while the output delay will flush all queued messages after the specified interval.</P><DIV>In theory, changing the MaxOutputDelay to 1 second, or removing the setting altogether to allow the WCF default of 200ms, will do what you need.&nbsp; In practice, you may run into problems depending on your browser and SDK level (google for more information).&nbsp;&nbsp; Here's a good overview of the timeouts available:&nbsp; <a href="http://blogs.msdn.com/b/silverlightws/archive/2010/07/16/pollingduplex-multiple-mode-timeouts-demystified.aspx" target="_blank">http://blogs.msdn.com/b/silverlightws/archive/2010/07/16/pollingduplex-multiple-mode-timeouts-demystified.aspx</A></DIV><DIV>&nbsp; </DIV>]]>
   </description>
   <pubDate>Tue, 16 Nov 2010 12:03:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2309&amp;PID=9137#9137</guid>
  </item> 
  <item>
   <title>Configuring Push service for 1 second intervals : Hi  I have problems configuring...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2309&amp;PID=9124#9124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=551" rel="nofollow">rasmus</a><br /><strong>Subject:</strong> 2309<br /><strong>Posted:</strong> 15-Nov-2010 at 2:07pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I have problems configuring the push service for small intervals (fx. 1 secong). Can you show me how to configure the OrderWatcher-method in the TwoSubcription example-project for 1 second push-intervals?</DIV><DIV>&nbsp;</DIV><DIV>-Rasmus</DIV>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 14:07:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2309&amp;PID=9124#9124</guid>
  </item> 
 </channel>
</rss>