UDP support in mod_perl2/apache

2007-11-01 Thread Rolf Banting
Hi, I'd like to able to transplant a kind of gateway app I have written from a POE to mod_perl2. Why? Well mainly so I have an excuse to get into mod_perl2 apache. What the app does is accept client requests in a proprietrary protocol carried over UDP and translate them either into synchronous

Re: UDP support in mod_perl2/apache

2007-11-01 Thread Issac Goldstand
I put out a patchset a few months ago to support UDP in trunk and 2.2.x branches of httpd (for a mod_dns protocol module that we're currently in the process of releasing to the public). The patchset only works for the unix flavor of APR and the prefork MPM at the moment (I'm sure if it gets

Re: UDP support in mod_perl2/apache

2007-11-01 Thread William A. Rowe, Jr.
Issac Goldstand wrote: The same patchset can be used for 2.2.x branch pretty much as is with the single addition of backporting the apr_socket_sendto function from trunk (it's broken in the APR that ships with 2.2.x) We agree that's true - have you looked at apr 1.2.x branch lately? A week