> Is the id (in this case eaf39) a random number? Is it possible to change
> the id to a fixed number?
It's not random, but (part of) a hash, based on the current time,
hostname, process ID etc. to make sure it's unique. What do you mean by
"fixed number"? A simple integer value?
> the id to a fixed number?
It's not random, but (part of) a hash, based on the current time,
hostname, process ID etc. to make sure it's unique. What do you mean by
"fixed number"? A simple integer value?
Comment