[us...@httpd] Apache uses FIFO scheduling ??

2009-06-03 Thread ricardo13
hi, I would like about How work Apache ?? I read a scientific about that Apache works like FIFO. Is it true ?? Thank you Ricardo -- View this message in context: http://www.nabble.com/Apache-uses-FIFO-schedulingtp23857087p23857087.html Sent from the Apache HTTP Server - Users mailing list

Re: [us...@httpd] Apache uses FIFO scheduling ??

2009-06-05 Thread ricardo figueiredo
Hi, Anyone ??? Ricardo On Wed, Jun 3, 2009 at 3:49 PM, ricardo13 wrote: > > hi, > > I would like about How work Apache ?? > I read a scientific about that Apache works like FIFO. > Is it true ?? > > Thank you > Ricardo > -- > View this message in context: > http://www.nabble.com/Apache-uses-FI

Re: [us...@httpd] Apache uses FIFO scheduling ??

2009-06-05 Thread Eric Covener
On Fri, Jun 5, 2009 at 8:08 AM, ricardo figueiredo wrote: > Hi, > >> I would like about How work Apache ?? >> I read a scientific about that Apache works like FIFO. >> Is it true ?? > Anyone ??? You need to elaborate. What scenario/processing in Apache are you talking about? -- Eric Covener c

Re: [us...@httpd] Apache uses FIFO scheduling ??

2009-06-05 Thread Jonathan Zuckerman
You've probably included mod_worker (http://httpd.apache.org/docs/2.0/mod/worker.html) In this case, requests are assigned to a thread within a unix process. I think that each thread can operate concurrently (that is the definition of a thread right?), and apache child processes are likely given C