On 2001.10.08, Tomasz Kosiak <[EMAIL PROTECTED]> wrote: > I would like to use these mechanisms to allow independent TCL modules > to handle parts of URL tree. During request handling I would like to > identify which TCL module handles which url (exactly which instance of > given module).
Can you not register pretrace filters which would decide what handler to invoke based on the criteria you're planning on using? That's how I've implemented CGI in AOLserver for the AOLserver Wiki (instead of using nscgi). -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
