Bill Stoddard wrote:
> Third, all the network io is done via apr_socket_t structs which are created 
> in the MPMs
> and propogated to other parts of Apache.  By definition, I am not interested 
> in dealing
> with apr_socket_t structs (slightly modfied apr_socket_t structs maybe).  How 
> do we handle
> each place in the Apache code where we frob (look at, call an API with, 
> whatever) an
> apr_socket_t and expect a real 'socket'?  Where do I store my custom 
> structure I use for
> networkio? I would like to be able to use the apr_socket_t structure and 
> tweak it slightly
> for my custom calls, but that structure is opaque to Apache.

Gleep! Tell me we don't do this!

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff

Reply via email to