APR and CMake: help please...

2008-04-15 Thread Wakan
Someone can help me please? I posted yesterday again, but no reply I know that this is a newbie question...but I need help... Hope someone can waste a bit of its time for me :))) Carlo

APR + CMake + Eclipse on Windows platform

2008-04-14 Thread Wakan
Hi everyone... I can't find any documentation about that subject, so I decided to post here, asking for help about the use of APR in C project developped with Eclipse and Cmake on Windows platform...(and Linux too...so cross platform...but I'm starting with windows) I particular I'm having diff

MPMs based server

2007-03-28 Thread Wakan
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? Thanks in advance, Carlo

multi-thread server

2007-03-03 Thread Wakan
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