<?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: Guide on GUIDs</title>
	<atom:link href="http://bhavin.directi.com/guide-on-guids/feed/" rel="self" type="application/rss+xml" />
	<link>http://bhavin.directi.com/guide-on-guids/</link>
	<description></description>
	<lastBuildDate>Tue,  7 Sep 2010 09:45:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fivefigers shoe</title>
		<link>http://bhavin.directi.com/guide-on-guids/comment-page-1/#comment-16369</link>
		<dc:creator>fivefigers shoe</dc:creator>
		<pubDate>Thu, 15 Jul 2010 08:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://bhavin.directi.com/?p=261#comment-16369</guid>
		<description>Although vibram flow walking over gravel in my Vibrams was a little vibram sprint uncomfortable, the rest of the hike was extremely fun and vibram fivefingers kso enjoyable. I am wanting to work out in my vibram 5fingers every day!Most of the vibram shoes sale, the fact that it is indeed more harm than good. The problem is that these shoes in order to “protect” in such a way that they should not be his leg. After the over-built five finger shoes muscles, tendons and ligaments of the lower limb atrophy conclusions. This is because your five fingers shoe do the work, your legs and feet should do.http://www.fivefingeronline.com/</description>
		<content:encoded><![CDATA[<p>Although vibram flow walking over gravel in my Vibrams was a little vibram sprint uncomfortable, the rest of the hike was extremely fun and vibram fivefingers kso enjoyable. I am wanting to work out in my vibram 5fingers every day!Most of the vibram shoes sale, the fact that it is indeed more harm than good. The problem is that these shoes in order to “protect” in such a way that they should not be his leg. After the over-built five finger shoes muscles, tendons and ligaments of the lower limb atrophy conclusions. This is because your five fingers shoe do the work, your legs and feet should do.http://www.fivefingeronline.com/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin Turakhia</title>
		<link>http://bhavin.directi.com/guide-on-guids/comment-page-1/#comment-15570</link>
		<dc:creator>Bhavin Turakhia</dc:creator>
		<pubDate>Thu, 31 Dec 2009 11:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://bhavin.directi.com/?p=261#comment-15570</guid>
		<description>*ramki: except that if you are using them to substitute your regular rdbms auto increment on the server then using MAC / URIs etc will infact increase the collision chance as opposed to reducing it</description>
		<content:encoded><![CDATA[<p>*ramki: except that if you are using them to substitute your regular rdbms auto increment on the server then using MAC / URIs etc will infact increase the collision chance as opposed to reducing it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramki Gaddipati</title>
		<link>http://bhavin.directi.com/guide-on-guids/comment-page-1/#comment-15569</link>
		<dc:creator>Ramki Gaddipati</dc:creator>
		<pubDate>Thu, 31 Dec 2009 10:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://bhavin.directi.com/?p=261#comment-15569</guid>
		<description>An extract from MySQL reference manual, as an example

•UUID() 

Returns a Universal Unique Identifier (UUID) generated according to “DCE 1.1: Remote Procedure Call” (Appendix A) CAE (Common Applications Environment) Specifications published by The Open Group in October 1997 (Document Number C706, http://www.opengroup.org/public/pubs/catalog/c706.htm). 
A UUID is designed as a number that is globally unique in space and time. Two calls to UUID() are expected to generate two different values, even if these calls are performed on two separate computers that are not connected to each other. 
A UUID is a 128-bit number represented by a utf8 string of five hexadecimal numbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee format: 
■The first three numbers are generated from a timestamp. 
■The fourth number preserves temporal uniqueness in case the timestamp value loses monotonicity (for example, due to daylight saving time). 
■The fifth number is an IEEE 802 node number that provides spatial uniqueness. A random number is substituted if the latter is not available (for example, because the host computer has no Ethernet card, or we do not know how to find the hardware address of an interface on your operating system). In this case, spatial uniqueness cannot be guaranteed. Nevertheless, a collision should have very low probability. 
Currently, the MAC address of an interface is taken into account only on FreeBSD and Linux. On other operating systems, MySQL uses a randomly generated 48-bit number. 

http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_uuid</description>
		<content:encoded><![CDATA[<p>An extract from MySQL reference manual, as an example</p>
<p>•UUID() </p>
<p>Returns a Universal Unique Identifier (UUID) generated according to “DCE 1.1: Remote Procedure Call” (Appendix A) CAE (Common Applications Environment) Specifications published by The Open Group in October 1997 (Document Number C706, <a href="http://www.opengroup.org/public/pubs/catalog/c706.htm)" rel="nofollow">http://www.opengroup.org/public/pubs/catalog/c706.htm)</a>.<br />
A UUID is designed as a number that is globally unique in space and time. Two calls to UUID() are expected to generate two different values, even if these calls are performed on two separate computers that are not connected to each other.<br />
A UUID is a 128-bit number represented by a utf8 string of five hexadecimal numbers in aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee format:<br />
■The first three numbers are generated from a timestamp.<br />
■The fourth number preserves temporal uniqueness in case the timestamp value loses monotonicity (for example, due to daylight saving time).<br />
■The fifth number is an IEEE 802 node number that provides spatial uniqueness. A random number is substituted if the latter is not available (for example, because the host computer has no Ethernet card, or we do not know how to find the hardware address of an interface on your operating system). In this case, spatial uniqueness cannot be guaranteed. Nevertheless, a collision should have very low probability.<br />
Currently, the MAC address of an interface is taken into account only on FreeBSD and Linux. On other operating systems, MySQL uses a randomly generated 48-bit number. </p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_uuid" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_uuid</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramki Gaddipati</title>
		<link>http://bhavin.directi.com/guide-on-guids/comment-page-1/#comment-15568</link>
		<dc:creator>Ramki Gaddipati</dc:creator>
		<pubDate>Thu, 31 Dec 2009 10:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://bhavin.directi.com/?p=261#comment-15568</guid>
		<description>The generation of UUIDs is not truly random. Most implementations are based on certain values in the problem/solution domain which are assumed/expected to be unique, to avoid even those small chances of collisions, like MAC, URIs, UserIds so on.

http://en.wikipedia.org/wiki/UUID</description>
		<content:encoded><![CDATA[<p>The generation of UUIDs is not truly random. Most implementations are based on certain values in the problem/solution domain which are assumed/expected to be unique, to avoid even those small chances of collisions, like MAC, URIs, UserIds so on.</p>
<p><a href="http://en.wikipedia.org/wiki/UUID" rel="nofollow">http://en.wikipedia.org/wiki/UUID</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

