Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a random and unique string
Message
From
02/12/2015 05:59:50
 
 
To
02/12/2015 05:55:51
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628141
Message ID:
01628248
Views:
29
>>>>>What is the need for randomness? Not clear from the post. Why not ask the server for a unique ID if GUID is considered too flakey?
>>>>
>>>>Don't think GUIDs are flaky (at least compared to other options). If you ask a server to generate an ID (what are you suggesting? An int?) you have problems with overlapping hits......
>>>
>>>calling into DB table, creating records with candidate key, perhaps with some rules invalidating to stem growth without prune
>>
>>But why bother ?
>
>There are a couple of UC where the device / endpoint making changes has to be logged as well. -If/When the ID of the device has to enter the "DB space", the mechanics of the DB might be used again. Embolded part of my original post does not imply I think GUID is especially untrustworthy, but if there are very demanding specs I'd trust a DB based ID generating mechanism more.

But, to be safe, the table issuing Ids would need to be locked on each request. That means multiple requests would essentially be handled in a serial fashion - bit of a bottle neck on a web server ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform