Another question I have is, can we create a module that services UDP "connections" without
hitting the cental apache server code.
what has to happen when a datagram is received? something totally in the scope of the module, or should Apache's HTTP processing be performed on a request extracted from the datagram?
