Re: [users@httpd] Re: ap_run_mpm

2013-07-22 Thread Valter Nogueira
ed on each platform? Thanks Valter * * 2013/7/19 Christophe JAILLET > Le 19/07/2013 02:38, Valter Nogueira a écrit : > > I don't know if this question belongs here. >> >> While reading over internet how apache works I learned that different >> thre

[users@httpd] ap_run_mpm

2013-07-18 Thread Valter Nogueira
I don't know if this question belongs here. While reading over internet how apache works I learned that different threading/multi-process models are called thru ap_run_mpm inded, main.c calls ap_run_mpm, but I don't figure out where it is defined nor how it is linked with the correct mpm model.