>-----Original Message----- >From: Cliff Woolley [mailto:[EMAIL PROTECTED] [SNIP] >On Wed, 3 Dec 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > >> instead of having the worker threads compete for the >incoming connections >> (using ap_queue_pop .. and hence mutex_lock), assign the >connection to the >> next free thread on a round-robin basis - if I'm not wrong, zeus does >> something similar. > >Isn't that what the leader-follower MPM does?
Ah.. I didn't see the leader-follower stuff (I'm probably too focussed on worker MPM). Thanks for pointing it out ! Has there been any analysis done on the leader-follower MPM already ? -Madhu