apache-mpm-event: optimizing for linode-512

Hi,

am just getting started with linode.

Looking at the getting started docs, there is a section on optimizing apache for a linode-512

http://library.linode.com/hosting-websi … linode-512">http://library.linode.com/hosting-website#sph_optimizing-apache-for-a-linode-512

Anyone care to share their settings for Apache2 mpm-event ?

Thanks

3 Replies

no love =|

Let me ask this a different way:

is mpm-event close enough to mpm-worker to apply the same setting optimizations?

I think you'll be hard pushed to find someone who uses mpm-event in production, in most (if not all) the distros it's still classed as experimental see http://httpd.apache.org/docs/2.2/mod/event.html most people use prefork or worker.

After a quick glance over the event page it appears you can use the same settings as prefork except you can keep keep alives on since they're passed off to a separate thread.

@obs:

I think you'll be hard pushed to find someone who uses mpm-event in production

Untrue. HostGator's VPS + Dedicated systems run Event to pretty good effect. Performance is great.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct