On 2016-09-28 11:16, Stefan Eissing wrote:
> Any advice on how to convert the master connection id into a unique
> slave connection id with high probability? 

How about using a UUID? Either v4 or a somewhat derived version of it:

mmmmmmmm-xxxx-4xxx-yxxx-xxxxxxxxxxxx

e.g. use the first part (mmmmmmmm) to indicate the master connection.

Cheers,
  K. C.

-- 
regards Helmut K. C. Tessarek
lookup http://sks.pkqs.net for KeyID 0xC11F128D

/*
   Thou shalt not follow the NULL pointer for chaos and madness
   await thee at its end.
*/
  • connection ids Stefan Eissing
    • Re: connection ids Helmut K. C. Tessarek

Reply via email to