You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Mark Jones <ml...@hackerjones.org> on 2003/07/04 17:08:45 UTC

Good APR example code

Hello All

 I am thinking about using APR in a project. Are there any source for good 
example code using APR I have seen a few examples but all of them only seem 
to show the use of sockets with APR. I am very intersted in what APR can do 
on the multithread/process/IPC department. I guess of course I could always 
look at the apache code.

Thanks
Mark

Re: Good APR example code

Posted by Cliff Woolley <jw...@virginia.edu>.
On Fri, 4 Jul 2003, Mark Jones wrote:

>  I am thinking about using APR in a project. Are there any source for good
> example code using APR I have seen a few examples but all of them only seem
> to show the use of sockets with APR. I am very intersted in what APR can do
> on the multithread/process/IPC department. I guess of course I could always
> look at the apache code.

Yes... definitely have a look at the httpd-2.0 distribution, particularly
the server/mpm/* directories.  The worker MPM in particular would be worth
having a look at.

--Cliff