Re: [nhusers] Using guid.comb to create sequential IDs in distributed environment

2010-02-18 Thread Fabio Maulo
There is another option http://fabiomaulo.blogspot.com/2009/02/nh210-new-generators.html see : guid.native 2010/2/18 Robert Rudduck > GUIDs themselves have a fairly low chance of reptition although it does > happen. Unfortunately

Re: [nhusers] Using guid.comb to create sequential IDs in distributed environment

2010-02-18 Thread Robert Rudduck
GUIDs themselves have a fairly low chance of reptition although it does happen. Unfortunately the Guid.Comb algorithm breaks down quickly when is distributed situations such as the one you are describing (read the comments from here: http://www.lostechies.com/blogs/derickbailey/archive/2009/07/14/d

[nhusers] Using guid.comb to create sequential IDs in distributed environment

2010-02-17 Thread Chris J
I am evaluating using NHibernate as the ORM for our platform. In our environment, there are multiple servers performing operations on the database. I'd like to be able to use sequential IDs when adding new records to certain tables. I have read about and experimented with the 'guid.comb' ID genera