Re: [AOLSERVER] ns_register_proc

2003-03-29 Thread Jeffrey Hobbs
I missed the beginning on this conversation (too much email while I was away), but here are my relevant comments to the last message: > > During my lunch break, I wrote a small program to > > compare the execution of Tcl_StringMatch() (what > > ns_register_filter uses to match URLs) and > > Tcl_Re

Re: [AOLSERVER] ns_register_proc

2003-03-29 Thread Tomasz Kosiak
On Fri, 28 Mar 2003, Ayan George wrote: > Why can't we just use POSIX regular expressions for all of > the ns_register* procedures? Urlpattern string or regexp match is ok to execute filters. You execute all filters that match. For URL handlers, ex. register procs or ADPs you can have only one m