Privacy and Security Notice

Archived Messages for CDEV@cebaf.gov: Re: Directory Service

Re: Directory Service

Chip WATSON (Chip.WATSON@cern.ch)
Mon, 23 Mar 1998 08:22:57 +0100

Steve,

CDEV does not cache information except in a running client.
The situation you give is odd, unless someone changed the
ddl file or environment variables between the first and second
running of wish.

Chip

Steve Hunt wrote:

> Where does CDEV directory service 'cache' information ?
>
> Consider the following :
>
> wish8.0
> load libtclcdev.so
> cdev hunt:ai011 "get VAL"
> CDEV Directory Warning: No service matches "hunt:ai011" - "get VAL", default to
> caService
> 0
> % cdev hunt:ai011 "get VAL"
> 0
> % exit
> [hunt@pc1559]$ wish8.0
> % load libtclcdev.so
> % cdev hunt:ai011 "get VAL"
> 0
>
> Thanks
> Steve Hunt