I committed the initial bits of my idea for a common web API. I think this is the right way to make both an apache module and a stand-alone CGI program, as it permits us to decide what to include at *compile* time, so as to avoid burdening anyone with code that they don't need.
I don't think I quite have the right API, but it will emerge as I work on it. I'm nervous about threads, as in one place we init the thing, and it holds onto a request object, but I suppose we can fix that later (yuck...famous last words :-( ). -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/
