Re: TclApp | DLL | CGI - permissions?




"Uwe Klein" <uwe_klein_habertwedt@xxxxxxxxxxx> wrote in message
news:f7ddl4-nqs.ln1@xxxxxxxxxxxxxxxxxxxxxx
One reason this might be done ( unique path name ) could be
to manage concurrent multiple invocations of your wrappend app.

If you change over to a fixed path you will have to be carefull
with cleanup at exit.

Uwe,

Yeah, those are good points - and some that would definitely have to
be considered in a CGI environment. I've already modified my app to
just load a static DLL sitting in the same directory. This seems to
solve the immediate problem, and nicely avoids the ones you mention
above - which I hadn't yet thought about yet. I guess I'm best off
just sticking with that as a solution.

Thanks for the input.

Jeff


.