Hi,

According to the documentation for AOLServer.
To share a file between the interpreters in a group, use the Tcl detach command.
A shared file is left open after an interpreter is deallocated when the
AutoClose parameter is on (it is on by default).
For example:
#init time:
set sharedFile [open myfile.dat]
detach $sharedFile

But tcl does not have a detach command and aolserver complaints that the detach
command is not found.

Any ideas?

thanks,
sunil.

Reply via email to