On Wed, 28 Jan 2004, Matthew Gress wrote: > In any case, I have not found a reference to how to configure apache to > do this and need to know where I should start to create or adapt for > this functionality.
I think you just have to write it. The nearest thing Apache has to a utility library is the APR. > Another question I have is, can we create a module that services UDP > "connections" without > hitting the cental apache server code. Are you sure this prospective module wants to live within Apache? What are you expecting this to gain for you over (say) an RPC-based daemon sitting alongside Apache? -- Nick Kew