> Back then the aolserver development team (Mark? George?) thought
> this was a problem worth considering, but I never heard about any
> resolution. What do you think, should "directoryfile" be applied
> first before pattern matching filter functions? I think so.
It's debatable. I think the fact that [ns_conn url] returns a URL that
has "index.adp" appended is wrong.
> 2. The documentation outlines a strategy for sharing open file descriptors
> across TCL interpreters:
>
> http://aolserver.com/docs/tcldev/tgen-ch3.htm#15579
>
> This is outdated, there is no detach command. How does one share
> a file descriptor these days?
One can use my dqd_utils module's dqd_detachfile and dqd_attachfile
commands.
http://dqd.com/~mayoff/aolserver/#dqd_utils