logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: can use more than one accelerator for PHP on windwos
Author
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Sat 06 Oct '12 7:44    Post subject: can use more than one accelerator for PHP on windwos Reply with quote

Hi,

Anyone can advise that can i use more than one accelerator to make faster on windows for PHP.

Right now i'm using wincache accelerator and planing to use another accelerator along with wincache.

so please advise can i use more accelerator or will impact if i use it.

Thanks,
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Sat 06 Oct '12 22:39    Post subject: Reply with quote

Nope it won't work. Most accelerators cache the opcode and improve it and cache it. That works only one time. If the code is still too slow you should profile your code and see which part is the slowest part.

xdebug is good, but do not use it on a productive system.
Back to top
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Sun 07 Oct '12 9:15    Post subject: Reply with quote

Thank you so much for your advise and surely I'll stick with only one accelerator ( WinCache ) rather than multiple accelerators.

Thanks
Back to top


Reply to topic   Topic: can use more than one accelerator for PHP on windwos View previous topic :: View next topic
Post new topic   Forum Index -> Other Software