Tagged Questions
2
votes
3answers
2k views
Apache and the c10k
How is Apache in respect to handling the c10k problem under normal conditions ?
Say while running very small scripts with little data, or do I need to scale out if I use Apache?
In the background ...
1
vote
2answers
147 views
Software/system to serve large quantities of images?
At our peak hour we need to serve around 250/rps. What we're doing is accepting a url for an image, pulling the image out of memcache, and returning it via Apache.
Our currently system is a ...