Re: UDP support in mod_perl2/apache

2007-11-01 Thread William A. Rowe, Jr.
Issac Goldstand wrote: Nice. A cursory look appears to match what I have. I also dug up another nugget - a complete patch against httpd-2.2.6 for the UDP support (excluding only the APR recvfrom issue) - I thought I had it lying around somewhere. I included two; one with and one without the AP

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 or

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 adopt