I have a situation where multiple (6-15) users will be accessing a Tcl library, and I want to use Welch's Library_UpdateIndex() (p. 177 of Practical Programming in Tcl and Tk, 4th ed.) to keep the tclIndex file up to date.
I doubt I'll ever have a collision, but just in case: does auto_mkIndex lock this file, and respect other process's locks?
Thanks
I doubt I'll ever have a collision, but just in case: does auto_mkIndex lock this file, and respect other process's locks?
Thanks