<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Why not LDAP?</title>
	<atom:link href="http://lucasrockwell.com/2009/03/why-not-ldap/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasrockwell.com/2009/03/why-not-ldap/</link>
	<description>web dev, iphone dev, and all the other devs...</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:19:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Izmir escort</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-344</link>
		<dc:creator>Izmir escort</dc:creator>
		<pubDate>Fri, 06 Jan 2012 18:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-344</guid>
		<description>oh my god..</description>
		<content:encoded><![CDATA[<p>oh my god..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucasrockwell</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-54</link>
		<dc:creator>lucasrockwell</dc:creator>
		<pubDate>Sun, 28 Jun 2009 03:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-54</guid>
		<description>In my current work we use Sun&#039;s LDAP proxy server which allows you to very easily scale out LDAP. For instance, if you have 100M users, you could easily split them up into n clusters (at least 2 LDAP servers -- each a multi-master -- in a cluster) of people (maybe 2-10M per cluster), and then the proxy server (based on the DN) would know where the user is located. Of course, if you didn&#039;t know where someone was (because you were not doing a base search using an exact DN) then there is more work involved in finding the person.</description>
		<content:encoded><![CDATA[<p>In my current work we use Sun&#39;s LDAP proxy server which allows you to very easily scale out LDAP. For instance, if you have 100M users, you could easily split them up into n clusters (at least 2 LDAP servers &#8212; each a multi-master &#8212; in a cluster) of people (maybe 2-10M per cluster), and then the proxy server (based on the DN) would know where the user is located. Of course, if you didn&#39;t know where someone was (because you were not doing a base search using an exact DN) then there is more work involved in finding the person.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The ROFLR</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-47</link>
		<dc:creator>The ROFLR</dc:creator>
		<pubDate>Sat, 27 Jun 2009 02:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-47</guid>
		<description>It&#039;s not a problem with LDAP itself, but whether or not it can scale out. The cost you end up paying in a distributed LDAP server is for consistency, since LDAP is designed with strong consistency in mind, it would likely need to be (a) completely replicated and (b) require some strong ordering mechanism (like Paxos). It&#039;s not a problem of scaling up, it&#039;s a problem of scaling out. If you have an example of a scaled OUT LDAP system, I&#039;d be interested in seeing it.</description>
		<content:encoded><![CDATA[<p>It&#39;s not a problem with LDAP itself, but whether or not it can scale out. The cost you end up paying in a distributed LDAP server is for consistency, since LDAP is designed with strong consistency in mind, it would likely need to be (a) completely replicated and (b) require some strong ordering mechanism (like Paxos). It&#39;s not a problem of scaling up, it&#39;s a problem of scaling out. If you have an example of a scaled OUT LDAP system, I&#39;d be interested in seeing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucasrockwell</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-41</link>
		<dc:creator>lucasrockwell</dc:creator>
		<pubDate>Thu, 25 Jun 2009 08:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-41</guid>
		<description>I am not sure what you are suggesting... Are you suggesting that LDAP can not handle tens of thousands of operations per second?&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.sun.com/directoryservices/entry/450_000_ldap_operations_per&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/directoryservices/entry/45...&lt;/a&gt;&lt;br&gt;&lt;br&gt;or&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blogs.sun.com/directoryservices/entry/opends_on_ustream&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/directoryservices/entry/op...&lt;/a&gt;&lt;br&gt;&lt;br&gt;On my MacBook, I can get OpenDS 1.3RC6 to do around 7000 requests/second (and this is a Java app). Sun&#039;s c-based DS is much faster.</description>
		<content:encoded><![CDATA[<p>I am not sure what you are suggesting&#8230; Are you suggesting that LDAP can not handle tens of thousands of operations per second?</p>
<p><a href="http://blogs.sun.com/directoryservices/entry/450_000_ldap_operations_per" rel="nofollow"></a><a href="http://blogs.sun.com/directoryservices/entry/45.." rel="nofollow">http://blogs.sun.com/directoryservices/entry/45..</a>.</p>
<p>or</p>
<p><a href="http://blogs.sun.com/directoryservices/entry/opends_on_ustream" rel="nofollow"></a><a href="http://blogs.sun.com/directoryservices/entry/op.." rel="nofollow">http://blogs.sun.com/directoryservices/entry/op..</a>.</p>
<p>On my MacBook, I can get OpenDS 1.3RC6 to do around 7000 requests/second (and this is a Java app). Sun&#39;s c-based DS is much faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The ROFLR</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-38</link>
		<dc:creator>The ROFLR</dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-38</guid>
		<description>But seriously, LDAP&#039;s scalability is *not* performance scalability. In a modern key-value store, being unable to handle tens of thousands of operations per second per node would be completely unacceptable.</description>
		<content:encoded><![CDATA[<p>But seriously, LDAP&#39;s scalability is *not* performance scalability. In a modern key-value store, being unable to handle tens of thousands of operations per second per node would be completely unacceptable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The ROFLR</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-37</link>
		<dc:creator>The ROFLR</dc:creator>
		<pubDate>Wed, 24 Jun 2009 03:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-37</guid>
		<description>lolololololol</description>
		<content:encoded><![CDATA[<p>lolololololol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucasrockwell</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-17</link>
		<dc:creator>lucasrockwell</dc:creator>
		<pubDate>Sat, 18 Apr 2009 07:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-17</guid>
		<description>Yea, it is sad how the web 2.0 crowd doesn&#039;t consider LDAP. I downloaded &lt;a href=&quot;http://laconi.ca/trac/&quot; rel=&quot;nofollow&quot;&gt;Laconica&lt;/a&gt; and took a look at the SQL and it just boggles my mind how they think something like that can scale. I guess when your tool of choice is a RDBMS, every problem starts looking like a SQL query.</description>
		<content:encoded><![CDATA[<p>Yea, it is sad how the web 2.0 crowd doesn&#39;t consider LDAP. I downloaded <a href="http://laconi.ca/trac/" rel="nofollow">Laconica</a> and took a look at the SQL and it just boggles my mind how they think something like that can scale. I guess when your tool of choice is a RDBMS, every problem starts looking like a SQL query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucasrockwell</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-16</link>
		<dc:creator>lucasrockwell</dc:creator>
		<pubDate>Sat, 18 Apr 2009 07:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-16</guid>
		<description>We have a 3 node (multi master) + 2 proxy setup that barely gets exercised (like in the low teens requests/second). This is with Sun&#039;s DS and proxy 5.2 series.&lt;br&gt;&lt;br&gt;The real fun I am having right now is working on using OpenDS as a ticket cache (TicketRegistry) for CAS (the JA-SIG single sign on server). My testing today used two OpenDS servers doing an average of 216 write/read/delete operations per second (72 tickets per second going through this 3-stage process). One server would do the initial write, and then replicate the info the other server where it was read and then deleted. So, it was replicating 72 tickets/second over the network. I actually think it can do a lot more than that.&lt;br&gt;&lt;br&gt;On Monday I am going to do this for 1M tickets to see how it goes. I will be putting together a paper on it when I am done. I&#039;ll post a link to all of that info on this blog once it&#039;s ready.</description>
		<content:encoded><![CDATA[<p>We have a 3 node (multi master) + 2 proxy setup that barely gets exercised (like in the low teens requests/second). This is with Sun&#39;s DS and proxy 5.2 series.</p>
<p>The real fun I am having right now is working on using OpenDS as a ticket cache (TicketRegistry) for CAS (the JA-SIG single sign on server). My testing today used two OpenDS servers doing an average of 216 write/read/delete operations per second (72 tickets per second going through this 3-stage process). One server would do the initial write, and then replicate the info the other server where it was read and then deleted. So, it was replicating 72 tickets/second over the network. I actually think it can do a lot more than that.</p>
<p>On Monday I am going to do this for 1M tickets to see how it goes. I will be putting together a paper on it when I am done. I&#39;ll post a link to all of that info on this blog once it&#39;s ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jauder Ho</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-15</link>
		<dc:creator>Jauder Ho</dc:creator>
		<pubDate>Sat, 18 Apr 2009 04:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-15</guid>
		<description>What kind of traffic are you seeing on your DS? &lt;br&gt;&lt;br&gt;I&#039;ve been a longtime fan of LDAP and have done several deployments. It is interesting to me that none of the web20 companies have used LDAP (that I know of) as part of their architecture.&lt;br&gt;&lt;br&gt;Imagine, sharding information could easily be kept in the DS (amongst other things) and on a well tested infrastructure.</description>
		<content:encoded><![CDATA[<p>What kind of traffic are you seeing on your DS? </p>
<p>I&#39;ve been a longtime fan of LDAP and have done several deployments. It is interesting to me that none of the web20 companies have used LDAP (that I know of) as part of their architecture.</p>
<p>Imagine, sharding information could easily be kept in the DS (amongst other things) and on a well tested infrastructure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucasrockwell</title>
		<link>http://lucasrockwell.com/2009/03/why-not-ldap/comment-page-1/#comment-7</link>
		<dc:creator>lucasrockwell</dc:creator>
		<pubDate>Thu, 19 Mar 2009 09:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://lucasrockwell.com/?p=85#comment-7</guid>
		<description>Thanks for the comment. Yes, LDAP is old, and still an amazing technology. Telcos don&#039;t use LDAP because they are &quot;legacy&quot; companies, they use it because it is fast and scales wonderfully.&lt;br&gt;&lt;br&gt;I wish you the best of luck with your current and future LDAP projects!</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. Yes, LDAP is old, and still an amazing technology. Telcos don&#39;t use LDAP because they are &#8220;legacy&#8221; companies, they use it because it is fast and scales wonderfully.</p>
<p>I wish you the best of luck with your current and future LDAP projects!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

