<?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 : Load Balancing BOS</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Load Balancing BOS</description>
  <pubDate>Sun, 12 Apr 2026 17:10:21 -700</pubDate>
  <lastBuildDate>Tue, 15 Mar 2011 17:30:01 -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=2557</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>Load Balancing BOS : It sounds like you want to programatically...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10177#10177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2557<br /><strong>Posted:</strong> 15-Mar-2011 at 5:30pm<br /><br />It sounds like you want to programatically change the objectServer element inside the app.config. This can be achieved by using the IdeaBladeConfig.Instance. You can look at the API for more info, but here's a small snippet showing how it works.<div><br></div><div><div>&nbsp;&nbsp; &nbsp; &nbsp;var ideaBladeConfig = IdeaBladeConfig.Instance;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;var objectServer = ideaBladeConfig.ObjectServer;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;ideaBladeConfig.ObjectServer.ClientSettings.IsDistributed = true;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;if (ideaBladeConfig.ObjectServer.ServerPort != 9009) {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ideaBladeConfig.ObjectServer.ServerPort = 9009;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;}</div><div>&nbsp;&nbsp; &nbsp; &nbsp;if (ideaBladeConfig.ObjectServer.RemoteBaseUrl != "http://localhost") {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ideaBladeConfig.ObjectServer.RemoteBaseUrl = "http://localhost";</div><div>&nbsp;&nbsp; &nbsp; &nbsp;}</div><div>&nbsp;&nbsp; &nbsp; &nbsp;if (ideaBladeConfig.ObjectServer.ServiceName != "EntityService.svc") {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ideaBladeConfig.ObjectServer.ServiceName = "EntityService.svc";</div><div>&nbsp;&nbsp; &nbsp; &nbsp;}</div></div>]]>
   </description>
   <pubDate>Tue, 15 Mar 2011 17:30:01 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10177#10177</guid>
  </item> 
  <item>
   <title>Load Balancing BOS : 		Thanks for your prompt reply...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10172#10172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=957" rel="nofollow">hijaggu</a><br /><strong>Subject:</strong> 2557<br /><strong>Posted:</strong> 14-Mar-2011 at 3:48pm<br /><br /><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; "><span ="Apple-tab-span" style="white-space: pre; ">	</span>&nbsp;<div><span ="Apple-tab-span" style="white-space: pre; ">	</span>&nbsp;<span ="Apple-style-span" style="line-height: normal; "><span style="font-family: Verdana, sans-serif; color: black; ">Thanks for your prompt reply Denis. Let me explain my requirement in detail. Currently we are configuring&nbsp;</span><span style="font-family: Verdana, sans-serif; color: rgb163, 21, 21; ">objectServer details&nbsp;</span><span style="font-family: Verdana, sans-serif; color: black; ">in client side config file and Ideablade reads it from there to connect to BOS.</span></span><p ="Ms&#111;normal" style="margin-bottom: 0.0001pt; line-height: normal; -: initial; -attachment: initial; -origin: initial; -clip: initial; : white; -: initial initial; -repeat: initial initial; "><span style="font-family: Verdana, sans-serif; color: black; "><o:p>&nbsp;<span ="Apple-tab-span" style="white-space: pre; ">	</span>&nbsp;&nbsp;</o:p></span><span style="font-family: Verdana, sans-serif; color: black; ">Instead of that I want client app&nbsp;to call custom implemented WCF service which can return&nbsp;</span><span style="font-family: Verdana, sans-serif; color: rgb163, 21, 21; ">objectServer&nbsp;</span><span style="font-family: Verdana, sans-serif; color: black; ">details based on certain parameters supplied by client app in order to connect to specific BOS.</span></p><p ="Ms&#111;normal" style="margin-bottom: 0.0001pt; line-height: normal; -: initial; -attachment: initial; -origin: initial; -clip: initial; : white; -: initial initial; -repeat: initial initial; "><span style="font-family: Verdana, sans-serif; color: black; "></span><span style="font-family: Verdana, sans-serif; color: black; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;This can be useful to route the clients to different servers based on say their geographical location. We don’t want to hard code&nbsp;</span><span style="font-family: Verdana, sans-serif; color: rgb163, 21, 21; ">objectServer&nbsp;</span><span style="font-family: Verdana, sans-serif; color: black; ">details in client app config file.</span></p></div></div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 15:48:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10172#10172</guid>
  </item> 
  <item>
   <title>Load Balancing BOS : Hi hijaggu;Load balancing is actually...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10170#10170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2557<br /><strong>Posted:</strong> 14-Mar-2011 at 12:33pm<br /><br />Hi hijaggu;<div><br></div><div>Load balancing is actually a broad topic and can be achieved in several ways. See if this link can help you get started.</div><div><br></div><div><a href="http://msdn.microsoft.com/en-us/library/ms730128.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms730128.aspx</a></div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 12:33:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10170#10170</guid>
  </item> 
  <item>
   <title>Load Balancing BOS : How do I load balance Business...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10168#10168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=957" rel="nofollow">hijaggu</a><br /><strong>Subject:</strong> 2557<br /><strong>Posted:</strong> 14-Mar-2011 at 11:36am<br /><br />How do I load balance Business Object Server ? &nbsp;<div><br></div>]]>
   </description>
   <pubDate>Mon, 14 Mar 2011 11:36:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2557&amp;PID=10168#10168</guid>
  </item> 
 </channel>
</rss>