Are Apache queue requests processed FIFO or prioritized?

Posted by huy on Server Fault See other posts from Server Fault or by huy
Published on 2010-04-04T20:32:13Z Indexed on 2010/04/04 20:43 UTC
Read the original article Hit count: 397

Filed under:
|

As titled. Is there an strategy/implementation in Apache to prioritize request's importance to process one request before another.

Example is in the case of PNG-interlace the most significant data (overall image view) are loaded and displayed while the rest is being loaded.

© Server Fault or respective owner

Related posts about queue

Related posts about apache