Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: eAccelerator for PHP 5.2.2 released |
|
Author |
|
chrisd
Joined: 10 Sep 2006 Posts: 9 Location: Colorado
|
Posted: Sat 05 May '07 20:51 Post subject: eAccelerator for PHP 5.2.2 released |
|
|
Hi All & particularly Steffen,
Just a quick note to let you know, i've released a new version of eAccelerator for PHP 5.2.2
You can find it here:
http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.
Cheers,
Chris |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 06 May '07 22:17 Post subject: |
|
|
Do you have any experience how to configure it best? |
|
Back to top |
|
chrisd
Joined: 10 Sep 2006 Posts: 9 Location: Colorado
|
|
Back to top |
|
chrisd
Joined: 10 Sep 2006 Posts: 9 Location: Colorado
|
Posted: Mon 21 May '07 8:16 Post subject: |
|
|
I compiled a new version of eAccelerator 0951 for php 522 with VC 2005.
http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds
Steffen, I noticed you release your modules with a ".manifest" file.
Do I need to also include one ? Will yours do ?
Users probably also need the VC++ Redistributable SP1, right ?
Also in the optimization section of VC 2005 do you pick any of the options to make this faster. After a quick read of the help file, I picked:
Only __inline (/Ob1)
Yes (/Oi)
Favor Fast Code (/Ot)
No
Enable link-time code generation (/GL)
Do you have any recommendation for these settings.
Thanks,
Chris from SiteBuddy.com |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Mon 21 May '07 19:24 Post subject: |
|
|
Yep, I include httpd.exe.manifest for running Apache not build with VC8 eg. the distro from apache.org . I cannot recall the exact reason anymore, was a long time ago.
When there are issues with loading, try to pick the httpd.exe.manifest from the mod_security-2.1.1-win32.zip. This one has the manifest for SP1.
Nowadays in the readme files I have:
- If you run a binary *not* from the ApacheLounge, copy httpd.exe.manifest to .../apache2/bin
Yes the users need to install VC++ Redistributable SP1 with your build.
I did not play that much with optimization, sorry.
Steffen |
|
Back to top |
|
chrisd
Joined: 10 Sep 2006 Posts: 9 Location: Colorado
|
Posted: Mon 21 May '07 21:03 Post subject: |
|
|
I'll just wait and see if anyone has any issue. It worked without any problem for me since I already had the required pieces (redis. VC SP1 + .manifest).
Thanks Steffen. |
|
Back to top |
|
|
|
|
|
|