<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Reid&#039;s Blog</title>
	<atom:link href="http://blogs.salentica.com/creid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.salentica.com/creid</link>
	<description>Technical thoughts</description>
	<lastBuildDate>Mon, 03 Jan 2011 20:47:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SharePoint WebDAV: Insufficient system resources exist to complete the requested service.</title>
		<link>http://blogs.salentica.com/creid/2011/01/03/sharepoint-webdav-insufficient-system-resources-exist-to-complete-the-requested-service/</link>
		<comments>http://blogs.salentica.com/creid/2011/01/03/sharepoint-webdav-insufficient-system-resources-exist-to-complete-the-requested-service/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 20:45:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/?p=94</guid>
		<description><![CDATA[Here’s the cause and fix for an interesting SharePoint / WebDAV issue. Environment: Windows 2003 Problem: When copying files to a SharePoint WebDAV share the following error is displayed: Cannot copy file name: Insufficient system resources exist to complete the requested service. Cause: The localservice internet cache index.dat has reached 15792KB and it can’t grow [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s the cause and fix for an interesting SharePoint / WebDAV issue.</p>
<p><strong>Environment:</strong></p>
<p>Windows 2003</p>
<p><strong>Problem:</strong></p>
<p>When copying files to a SharePoint WebDAV share the following error is displayed:</p>
<p>Cannot copy <i>file name</i>: Insufficient system resources exist to complete the requested service.</p>
<p><strong>Cause:</strong></p>
<p>The localservice internet cache index.dat has reached 15792KB and it can’t grow any larger.</p>
<p><a href="http://blogs.salentica.com/creid/files/2011/01/clip_image001.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.salentica.com/creid/files/2011/01/clip_image001_thumb.png" width="244" height="24" /></a></p>
<p><strong>Resolution:</strong></p>
<p>1. Stop the WebClient service</p>
<p><a href="http://blogs.salentica.com/creid/files/2011/01/clip_image002.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.salentica.com/creid/files/2011/01/clip_image002_thumb.png" width="244" height="29" /></a></p>
<p>NET STOP WEBCLIENT</p>
<p>2. Delete</p>
<p>C:\Documents and Settings\LocalService\Local Settings\Temporary Internet Files\Content.IE5\index.dat </p>
<p>3. Stop and Start services</p>
<p>NET STOP MRXDAV</p>
<p>NET START WEBCLIENT</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2011/01/03/sharepoint-webdav-insufficient-system-resources-exist-to-complete-the-requested-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Web Service vs. Web Reference</title>
		<link>http://blogs.salentica.com/creid/2010/05/28/visual-studio-web-service-vs-web-reference/</link>
		<comments>http://blogs.salentica.com/creid/2010/05/28/visual-studio-web-service-vs-web-reference/#comments</comments>
		<pubDate>Fri, 28 May 2010 14:26:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Microsoft CRM]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2010/05/28/visual-studio-web-service-vs-web-reference/</guid>
		<description><![CDATA[If you are building a new project in Visual Studio targeting the 3.5 or 4.0 framework that uses the Microsoft CRM web services, and you use code snippets from a 2.0 framework project you will notice your code doesn’t compile. If you’re like me you blindly added something called a service reference rather then a [...]]]></description>
			<content:encoded><![CDATA[<p>If you are building a new project in Visual Studio targeting the 3.5 or 4.0 framework that uses the Microsoft CRM web services, and you use code snippets from a 2.0 framework project you will notice your code doesn’t compile.</p>
<p>If you’re like me you blindly added something called a service reference rather then a web reference.</p>
<p>&#160;</p>
<p><a href="http://blogs.salentica.com/creid/files/2010/05/image.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2010/05/image_thumb.png" width="244" height="57" /></a> </p>
<p>&#160;</p>
<p>After adding the service reference you’ll notice your code won’t compile. </p>
<p><a href="http://blogs.salentica.com/creid/files/2010/05/image1.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2010/05/image_thumb1.png" width="733" height="164" /></a>&#160;</p>
<p>You will have to choose Advanced &gt; Add Web Reference to add a web service reference.</p>
<p><a href="http://blogs.salentica.com/creid/files/2010/05/image2.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2010/05/image_thumb2.png" width="528" height="431" /></a> </p>
<p>&#160;</p>
<p><a href="http://blogs.salentica.com/creid/files/2010/05/image3.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2010/05/image_thumb3.png" width="548" height="516" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2010/05/28/visual-studio-web-service-vs-web-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certified for Microsoft Dynamics CRM</title>
		<link>http://blogs.salentica.com/creid/2010/04/29/certified-for-microsoft-dynamics-crm/</link>
		<comments>http://blogs.salentica.com/creid/2010/04/29/certified-for-microsoft-dynamics-crm/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 15:21:55 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2010/04/29/certified-for-microsoft-dynamics-crm/</guid>
		<description><![CDATA[We’ve just completed certification a second product for Microsoft Dynamics CRM. The Salentica Advisor Desk product is now Certified. This means it’s been tested and seamlessly integrated with Microsoft Dynamics CRM. It is also used and recommended by other companies. &#160; The solution is profiled here on Microsoft’s site: http://www.microsoft.com/dynamics/en/us/solution-finder.aspx?solutionid=c60a3f83-ff0b-4c99-8c95-a729b23647c9 (It could be a few [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve just completed certification a second product for Microsoft Dynamics CRM. The Salentica Advisor Desk product is now Certified. This means it’s been tested and seamlessly integrated with Microsoft Dynamics CRM. It is also used and recommended by other companies.</p>
<p>&#160;</p>
<p>The solution is profiled here on Microsoft’s site: <a title="http://www.microsoft.com/dynamics/en/us/solution-finder.aspx?solutionid=c60a3f83-ff0b-4c99-8c95-a729b23647c9" href="http://www.microsoft.com/dynamics/en/us/solution-finder.aspx?solutionid=c60a3f83-ff0b-4c99-8c95-a729b23647c9">http://www.microsoft.com/dynamics/en/us/solution-finder.aspx?solutionid=c60a3f83-ff0b-4c99-8c95-a729b23647c9</a></p>
<p>(It could be a few days before the solution starts displaying the Certified for Microsoft Dynamics CRM Logo)</p>
<p>&#160;</p>
<p><a href="http://blogs.salentica.com/creid/files/2010/04/AdvisorDeskCfMD.jpg"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="AdvisorDesk CfMD" src="http://blogs.salentica.com/creid/files/2010/04/AdvisorDeskCfMD_thumb.jpg" width="467" height="101" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2010/04/29/certified-for-microsoft-dynamics-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CRM 5 at PDC</title>
		<link>http://blogs.salentica.com/creid/2009/11/23/crm-5-at-pdc/</link>
		<comments>http://blogs.salentica.com/creid/2009/11/23/crm-5-at-pdc/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:38:13 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/11/23/crm-5-at-pdc/</guid>
		<description><![CDATA[Microsoft had 2 sessions at PDC featuring CRM 5 which gives a glimpse at what’s coming in the next version. You can watch the sessions here: Managing the Solution Lifecycle for xRM Applications Developing xRM Solutions Using Windows Azure &#160; Here’s a brief list of some of the what’s new: Solutions &#8211; customizations can be [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft had 2 sessions at PDC featuring CRM 5 which gives a glimpse at what’s coming in the next version. You can watch the sessions here:</p>
<p><a href="http://microsoftpdc.com/Sessions/PR31" target="_blank">Managing the Solution Lifecycle for xRM Applications</a></p>
<p><a href="http://microsoftpdc.com/Sessions/P09-07" target="_blank">Developing xRM Solutions Using Windows Azure</a></p>
<p>&#160;</p>
<p>Here’s a brief list of some of the what’s new:</p>
<p>Solutions &#8211; customizations can be packed as a solution. These solutions include plug-ins,&#160; web resources (images, script, Sliverlight, etc). Solutions can be versioned, and layered with other solutions to form your xRM app.</p>
<p>Option sets – basically pick lists shared between entities. </p>
<p>Developer productivity improvements &#8211; .NET 4.0, Flexible web services (WCF, REST, AJAX) , improvements to client side object model</p>
<p>Native dashboards inside the CRM, there’s also charting available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/11/23/crm-5-at-pdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V and VLAN&#8217;s</title>
		<link>http://blogs.salentica.com/creid/2009/08/12/hyper-v-and-vlans/</link>
		<comments>http://blogs.salentica.com/creid/2009/08/12/hyper-v-and-vlans/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:54:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/08/12/hyper-v-and-vlans/</guid>
		<description><![CDATA[I had to get a Hyper-V guest attached to a VLAN last night. Here’s a quick summary of what I learned. This blog post is an excellent place to start: http://blogs.msdn.com/adamfazio/archive/2008/11/14/understanding-hyper-v-vlans.aspx Changes I made: Virtual Switch The virtual switch controls how the host communicates on the network, set the VLAN ID to the VLAN your [...]]]></description>
			<content:encoded><![CDATA[<p>I had to get a Hyper-V guest attached to a VLAN last night. Here’s a quick summary of what I learned.</p>
<p>This blog post is an excellent place to start: <a title="http://blogs.msdn.com/adamfazio/archive/2008/11/14/understanding-hyper-v-vlans.aspx" href="http://blogs.msdn.com/adamfazio/archive/2008/11/14/understanding-hyper-v-vlans.aspx">http://blogs.msdn.com/adamfazio/archive/2008/11/14/understanding-hyper-v-vlans.aspx</a></p>
<p>Changes I made:</p>
<p><strong>Virtual Switch</strong></p>
<p>The virtual switch controls how the host communicates on the network, set the VLAN ID to the VLAN your host usually communicates on. </p>
<p><a href="http://blogs.salentica.com/creid/files/2009/08/image.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2009/08/image_thumb.png" width="443" height="401" /></a> </p>
<p><strong>Virtual Machine</strong></p>
<p>Each Virtual Machine will have to communicate on a VLAN, so we set the VLAN ID on all the guests. In this case I’ve opted for VLAN’s 1 and 8.</p>
<p><a href="http://blogs.salentica.com/creid/files/2009/08/image1.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2009/08/image_thumb1.png" width="443" height="311" /></a> </p>
<p><a href="http://blogs.salentica.com/creid/files/2009/08/image2.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2009/08/image_thumb2.png" width="442" height="307" /></a> </p>
<p>&#160;</p>
<p><strong>Switch Port</strong></p>
<p>The server is connected to a Dell PowerConnect 6248 switch, and we’ll have to make a couple changes.</p>
<p>Change the port VLAN mode from Access to Trunk</p>
<p><a href="http://blogs.salentica.com/creid/files/2009/08/image3.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2009/08/image_thumb3.png" width="833" height="384" /></a> </p>
<p><strong>VLAN Membership</strong></p>
<p>Now we have to change the U in on the port to a T for each VLAN we want the server to access. </p>
<p><a href="http://blogs.salentica.com/creid/files/2009/08/image4.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="image" src="http://blogs.salentica.com/creid/files/2009/08/image_thumb4.png" width="337" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/08/12/hyper-v-and-vlans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A week using Windows Mobile 6.1</title>
		<link>http://blogs.salentica.com/creid/2009/07/20/a-week-using-windows-mobile-60/</link>
		<comments>http://blogs.salentica.com/creid/2009/07/20/a-week-using-windows-mobile-60/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:32:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/07/20/a-week-using-windows-mobile-60/</guid>
		<description><![CDATA[I decided to take the Samsung Epix i907 Windows Mobile with me to New Orleans and use it as my data device for the week. My usual device is a Blackberry 8800. Key things I learned you have to do before using the device: Download the latest device software from the manufacture.&#160; This process clears [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to take the <a href="http://www.expansys-usa.com/p.aspx?i=175683" target="_blank">Samsung Epix i907</a> Windows Mobile with me to New Orleans and use it as my data device for the week. My usual device is a Blackberry 8800.</p>
<p>Key things I learned you have to do before using the device:</p>
<blockquote><p><a href="http://ars.samsung.com/customer/usa/jsp/faqs/faqs_view.jsp?SITE_ID=22&amp;PG_ID=557&amp;PROD_SUB_ID=558&amp;PROD_ID=1343&amp;AT_ID=151652" target="_blank">Download the latest device software</a> from the manufacture.&#160; This process clears your device, so before you have to start over might as well update.</p>
<p>Our exchange SSL cert is supplied by Comodo, and because of some Comodo root certificate weirdness, I had to perform <a href="http://www.confusedamused.com/notebook/installing-windows-mobile-60-root-certificates/" target="_blank">this procedure</a>.</p>
</blockquote>
<p>&#160;</p>
<p>Other surprises:</p>
<blockquote><p>The device does not charge over USB.</p>
<p>The tap screen is awesome, I’m hooked on touching what I want on the screen.</p>
<p>Setting up email with exchange was really easy after I got the certificate issue sorted.</p>
<p>You can set flags on emails. Awesome, this is how I use my inbox.</p>
</blockquote>
<p>&#160;</p>
<p>i907 vs. 8800</p>
<blockquote><p>It’s a close tie between which device gets emails first, sometimes it’s the winmo, sometimes the berry. </p>
<p>The BlackBerry was able to maintain a connection in the WPC09 keynote while i907 had problems maintaining a connection. It’s not often I’m sitting in a room with over 6000 people (all with devices) but it’s good to still have email. I assume this is a hardware issue.</p>
</blockquote>
<p>&#160;</p>
<p>I’m excited to see the upcoming changes in Windows Mobile 6.5. I’d also like to try devices from other manufactures to see how they differ from the Samsung. This <a href="http://www.expansys-usa.com/d.aspx?i=179270" target="_blank">Acer device</a> looks good.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/07/20/a-week-using-windows-mobile-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft World Wide Partner Conference</title>
		<link>http://blogs.salentica.com/creid/2009/07/08/microsoft-world-wide-partner-conference/</link>
		<comments>http://blogs.salentica.com/creid/2009/07/08/microsoft-world-wide-partner-conference/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 19:26:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/07/08/microsoft-world-wide-partner-conference/</guid>
		<description><![CDATA[I’m heading New Orleans next week for WPC09. It’s a great opportunity to catch up on the latest from Microsoft. If anyone needs a Tim Horton’s fix the Canadian Regional Lounge is brewing Tim Horton’s coffee.]]></description>
			<content:encoded><![CDATA[<p>I’m heading New Orleans next week for WPC09. It’s a great opportunity to catch up on the latest from Microsoft.</p>
<p>If anyone needs a Tim Horton’s fix the Canadian Regional Lounge is brewing Tim Horton’s coffee.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/07/08/microsoft-world-wide-partner-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft tech days Canada</title>
		<link>http://blogs.salentica.com/creid/2009/06/30/microsoft-tech-days-canada/</link>
		<comments>http://blogs.salentica.com/creid/2009/06/30/microsoft-tech-days-canada/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:49:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/06/30/microsoft-tech-days-canada/</guid>
		<description><![CDATA[Late notice, but there’s an $249 early bird special (code: TDDIRVIP) for tech days that ends July 1. The Toronto event takes place on September 29-30 at Metro Toronto Convention Centre. I always find events like this a great opportunity to keep pace with Microsoft’s latest and greatest for developers. This years tracks are covered [...]]]></description>
			<content:encoded><![CDATA[<p>Late notice, but there’s an $249 early bird special (code: TDDIRVIP) for <a href="http://www.techdays.ca" target="_blank">tech days</a> that ends July 1. The Toronto event takes place on September 29-30 at Metro Toronto Convention Centre. </p>
<p>I always find events like this a great opportunity to keep pace with Microsoft’s latest and greatest for developers. This years tracks are covered <a href="http://www.microsoft.com/canada/techdays/sessions.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/06/30/microsoft-tech-days-canada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MLPPP to get more bandwidth from ADSL</title>
		<link>http://blogs.salentica.com/creid/2009/06/30/using-mlppp-to-get-more-bandwidth-from-adsl/</link>
		<comments>http://blogs.salentica.com/creid/2009/06/30/using-mlppp-to-get-more-bandwidth-from-adsl/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:22:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Network Admin]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/06/30/using-mlppp-to-get-more-bandwidth-from-adsl/</guid>
		<description><![CDATA[One of the infrastructure upgrades we required was additional inbound bandwidth at the development office. Our T1 running at 1.5mbps no longer provided enough bandwidth, and despite being a T1 had more issues then it should over the 3 1/2 years we have had the service. The development office is at the far south end [...]]]></description>
			<content:encoded><![CDATA[<p>One of the infrastructure upgrades we required was additional inbound bandwidth at the development office. Our T1 running at 1.5mbps no longer provided enough bandwidth, and despite being a T1 had more issues then it should over the 3 1/2 years we have had the service.</p>
<p>The development office is at the far south end of town next to the lake, which is quite a distance from the centrally located CO. It’s primarily industrial, I can watch the trains pickup the new Camaro’s from GM out my window. SDSL can’t make it this far from the CO, and the upstream bandwidth of an ADSL line wouldn’t be enough.</p>
<p>Fiber isn’t already in our building, and judging by the price I was quoted and the long term contract required, it’s not nearby either.</p>
<p>That’s when I found there’s way to “bond” multiple ADSL lines together using MLPPP. Basically you have 2 ADSL lines setup with MLPPP, and you get almost twice the speed. Your provider has to support the technology, because there is hardware on your end and their end that makes the MLPPP magic happen.</p>
<p><a href="http://www.teksavvy.com/" target="_blank">Teksavvy</a> had many positive comments about them on the web so I went ahead and ordered 2 <a href="http://www.teksavvy.com/en/busdrydsl.asp?ID=7&amp;mID=3" target="_blank">dry ADSL lines</a> from them, 2 <a href="http://www.amazon.ca/Thomson-ST516v6-Multi-User-ADSL2-Gateway/dp/B000PSJBWK/ref=sr_1_1?ie=UTF8&amp;s=electronics&amp;qid=1246392065&amp;sr=8-1" target="_blank">SpeedTouch 516</a> modems, and an well powered <a href="http://www.newegg.ca/Product/Product.aspx?Item=N82E16833320030" target="_blank">consumer router</a> to run Tomato MLPPP on.</p>
<p>Here’s some speed tests I did when I first setup the line.</p>
<p>Single ASDL line:</p>
<p><a href="http://blogs.salentica.com/creid/files/2009/06/teksavvysalentica2speedtest.png"><img border="0" alt="Teksavvy Salentica 2 speedtest" src="http://blogs.salentica.com/creid/files/2009/06/teksavvysalentica2speedtest-thumb.png" width="350" height="108" /></a></p>
<p>Two ADSL lines using MLPPP:</p>
<p><a href="http://blogs.salentica.com/creid/files/2009/06/teksavvyoshawa2linemlpppspeed.png"><img border="0" alt="Teksavvy Oshawa 2 line MLPPP speed" src="http://blogs.salentica.com/creid/files/2009/06/teksavvyoshawa2linemlpppspeed-thumb.png" width="343" height="97" /></a></p>
<p>After testing the line for a couple of weeks I cut the office over to the new line.</p>
<p>Pros:</p>
<blockquote><p>- 3 times the download bandwidth, almost the same up we had before</p>
<p>- 60% cost savings per month vs. T1</p>
</blockquote>
<p>Cons:</p>
<blockquote><p>- No 4 hour SLA, if the lines go down might have to work from home (or all get <a href="http://blogs.salentica.com/creid/2009/06/19/rogers-mobile-internet/" target="_blank">rocket sticks</a>).</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/06/30/using-mlppp-to-get-more-bandwidth-from-adsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rogers Mobile Internet</title>
		<link>http://blogs.salentica.com/creid/2009/06/19/rogers-mobile-internet/</link>
		<comments>http://blogs.salentica.com/creid/2009/06/19/rogers-mobile-internet/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:58:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>

		<guid isPermaLink="false">http://blogs.salentica.com/creid/2009/06/19/rogers-mobile-internet/</guid>
		<description><![CDATA[I just plugged in a Rogers Mobile Internet stick into my laptop, the speed in the office is fantastic. It’s much faster then the speed I get with my aging tethered Blackberry 8800.]]></description>
			<content:encoded><![CDATA[<p>I just plugged in a Rogers Mobile Internet stick into my laptop, the speed in the office is fantastic.</p>
<p>It’s much faster then the speed I get with my aging tethered Blackberry 8800.</p>
<p><a href="http://blogs.salentica.com/creid/files/2009/06/image.png"><img src="http://blogs.salentica.com/creid/files/2009/06/image-thumb.png" border="0" alt="image" width="306" height="183" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.salentica.com/creid/2009/06/19/rogers-mobile-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

