is there a way to delete memory allocated to agents from the tcl script.. or what does the function/command delete do??? say I have a agent 'client' set client [new Http/Client $ns $node] can 'delete $client' free the memory allocated to the instance client??? does delete work for all agents.. ie. tcp,PagePool etc... prashant