GUID

B

Bipin V

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
 
E

enrico sabbadin

nope if the machine has a network card (the guid algorithm uses the mach
address)
 
B

Bipin V

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top