Not likely, although possible in theory.

Signature
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
> Is there any chance that a GUID will be duplicated if I create it from
> different threads in an applications in a multiCPU machine using
> Guid.NewGuid();
> Thanks
> Bipin
enrico sabbadin - 13 May 2004 12:08 GMT
nope if the machine has a network card (the guid algorithm uses the mach
address)
> Not likely, although possible in theory.
>
[quoted text clipped - 3 lines]
> > Thanks
> > Bipin
Bipin V - 13 May 2004 12:31 GMT
Ok, I know the alogorithm will be using the mac address of networkcard, time
and X(I dont knnow) parameters
There is a chance that, the time will be same, can somebody tell about other
parameters,
Does it include the threadid or process id or something like that to make it
unique.
Thanks
Bipin
> Not likely, although possible in theory.
>
[quoted text clipped - 3 lines]
> > Thanks
> > Bipin