I'm a beginner with APR (and C too :))) and I'm trying to create a
server that opens a thread
for each accepted connection. In examples there is only a poolset server
(using multiplexing),
but I need a multi thread server.
I tryied to read in apache httpd sources to learne how apache web server
works, but it's incomprehensible
for me...
Someone can help me indicating the right way I can take to create a
server that creates a new child process or thread (better)
for each accepted connection?
Thanks in advance.
Carlo