Prefork or Worker MPM for amazon xlarge server?
Posted
by
Netismine
on Server Fault
See other posts from Server Fault
or by Netismine
Published on 2012-10-09T08:46:21Z
Indexed on
2012/10/09
9:40 UTC
Read the original article
Hit count: 242
I'm trying to measure would it be better to have prefork or worker mpm apache module for the server I'm working on, which is Amazon X-Large
15 GB memory
8 EC2 Compute Units (4 virtual cores with 2 EC2 Compute Units each)
and that will run a Magento website with about 50 active users at once. Site serves a lot of images and about 45 requests per page. Images sometimes hang, so it seems worker would be a better option?
Thanks
© Server Fault or respective owner