Hi. I'm looking how to convert an UNIX socket to APR socket (apr_socket_t). Can anyone help me please?
Is there also any way to convert stdin/stdout to apr_socket_t (I'm trying to use APR to write a simple daemon example, one for inetd, so I need stdin/stdout, and the other one more general). Also is there any way to convert file descriptor (int and/or FILE *) to APR file descriptors? I appreciate any sugestion and help. Thank you in advance. Regards, Dezo