On 3/28/07, Wakan <[EMAIL PROTECTED]> wrote:
Hi,
is it possibile to write a server program using APR (of course) and the
apache MPMs module
to manage connections? it is part of APR?
If is it possibile to use it, in which way? Are there some examples?

The MPMs are part of Apache httpd.
The expected way to reuse the MPMs is to provide your own protocol
implementation to run inside httpd.
examples: http://incubator.apache.org/projects/mod_ftp.html,
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/echo/mod_echo.c?view=annotate

Reply via email to