PHP performance boost from eaccellerator?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

PHP performance boost from eaccellerator?

Post by Don Chambers »

Anyone try this: http://eaccelerator.net/ with s9y? I need to get some performance boosts on a particular server and wondered if it might be worth considering.
=Don=
sonichouse
Regular
Posts: 196
Joined: Sun May 11, 2008 2:53 am
Contact:

Re: PHP performance boost from eaccellerator?

Post by sonichouse »

Don Chambers wrote:Anyone try this: http://eaccelerator.net/ with s9y? I need to get some performance boosts on a particular server and wondered if it might be worth considering.
Just tried this on my 32mb slug running at 266 mhz and it definitely feels quicker with fastcgi.

My php only has 16mb memory to play with, but it seems to rock.

Thanks, not sure if the cache plugin is getting in the way or helping ?

HTH - Steve
Steve is occasionally blogging here
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: PHP performance boost from eaccellerator?

Post by garvinhicking »

Hi!

This DEFINITELY helps. A lot. Parsing can be improved often by a factor of 2 or 3.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Is this the same thing as the Zend accelerator?
Judebert
---
Website | Wishlist | PayPal
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Garvin - did you try eAccellerator specifically with s9y, or are you speaking in general terms?

Sonichouse - this server has 8Gb RAM, but is also running 10 high traffic s9y installs, but I still need a performance boost if I can get it. Thanks for your input everyone. It will be a week or 2 before I can test it though as I am about to leave for vacation for a week.
=Don=
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

I'm more speaking of general terms. Personally, I am using APC from PECL.

But opcode caches all do the same, it does not really matter which one you pick, as long as you do pick one. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

I read somewhere that APC may be integrated into php6 in the future, so perhaps I will take a cloer look at that one. Opinions on which is better seem to vary.

Any tips you can give me on using APC specifically with s9y? I'm running 1.3.x and use mod rewrite, should that matter.
=Don=
Post Reply