Are Apache queue requests processed FIFO or prioritized?
- by huy
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.