> $instance_id  # could be opaque or structured to include server name
>                 # or IP, PID, etc.
> $instance_id.$connection_id   # identifies a connection handled
>                               # by this instance
> $instance_id.$connection_id.$transaction_id   # identifies a
>                                               # transaction within 
>                                               # this connection.

I notice that svn code has moved to this model but it still has these
lines in it

  my $SALT_HOST = crypt(hostname, chr(65+rand(57)).chr(65+rand(57)));
  $SALT_HOST =~ tr/A-Za-z0-9//cd;

Is this being used anymore?  I don't find a reference to $SALT_HOST in
the same file.

-- 
JT Moree

Reply via email to