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