Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Wed May 07, 2008 10:23 am 
Offline
Junior Member

Joined: Fri Dec 24, 2004 7:57 pm
Posts: 25
Website: http://www.rrijkse.com
WLM: robbert@rrijkse.com
AOL: robbertrijkse
Location: Toronto, Canada
HowtoForge has a few nice tutorials on intergrating op-code accelerators.

These two are for debian & apache with php5

http://howtoforge.com/apc-php5-apache2-debian-etch
http://howtoforge.com/xcache-php5-apache2-debian-etch

And if you decide to switch to lighthttpd

http://howtoforge.com/xcache-php5-lighttpd-debian-etch


Top
   
 Post subject:
PostPosted: Wed May 07, 2008 11:21 pm 
Offline
Junior Member

Joined: Tue Jan 01, 2008 4:28 am
Posts: 32
Floppy wrote:
Not yet, how do they work and how can i install (and configure) one of them?


As you are on Etch.

Code:
$ sudo apt-get install php5-xcache


And just restart Apache after that. You might also look at /etc/php/conf.d/xcache.ini to fine tune your settings (like increasing the cache size since you are running a linode 1440).

Those op-code cache/optimisers basically caches the parsed and compiled PHP byte code in memory so there is no need to re-parse/compile again for subsequent requests. They do a bit more like runtime optimisation and share memory API but they are usually a bit more experimental.


Top
   
 Post subject:
PostPosted: Sat May 10, 2008 8:44 am 
Offline
Newbie

Joined: Tue May 06, 2008 5:28 pm
Posts: 3
It seems that i can find xcache only in sid's repositories, but i'm running a stable version, install it from them may cause me any problem?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group