<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Speeding up activeCollab with opcode and memory caching</title>
  <link>http://www.activecollab.com/forums/topic/5818/</link>
  <description>Recent posts on topic: Speeding up activeCollab with opcode and memory caching</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 24 May 2012 08:20:00 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/32790/#post32790</link>
    <guid>http://www.activecollab.com/forums/post/32790/#post32790</guid>
    <title>Post #36 by rahul286</title>
    <dc:creator>rahul286</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Ilija Studen:</div>It will be default caching mechanism for systems where APC is installed when activeCollab 3 gets launched.</blockquote></div><br />
<br />
I will prefer to wait for ActiveCollab 3 in this case. We use APC by default everywhere. Its sensible choice as in future APC will be PHP's default caching mechanism.<br />
<br />
Off-topic - Good to see something revealed here about upcoming release! ;-)</p>]]></description>
    <pubDate>Tue, 25 Oct 2011 03:08:35 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/32757/#post32757</link>
    <guid>http://www.activecollab.com/forums/post/32757/#post32757</guid>
    <title>Post #35 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello,<br />
<br />
1. Cache backend that we provide here is APC only. It does not work with other tools.<br />
<br />
2. Configuration of APC, or any other PHP or Apache extension, is not something that we offer as a service, sorry. We draw a clear line between what system administration of platform is and what's activeCollab administration. If APC is configured and running on server, we can set up activeCollab's APC cache backend, but configuration of APC itself is not something that we do, sorry.</p>]]></description>
    <pubDate>Fri, 21 Oct 2011 15:20:00 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/32756/#post32756</link>
    <guid>http://www.activecollab.com/forums/post/32756/#post32756</guid>
    <title>Post #34 by BlueSky</title>
    <dc:creator>BlueSky</dc:creator>
    <description><![CDATA[<p>Thanks, 2 more questions:<br />
<br />
1) Turns out we had Zend optimizer installed but not the latest version - would the zend community edition server do the same thing as APC or should we stick with APC?<br />
<br />
2) Can we hire you separately (not an upgrade), once we have updated to PHP 5.3 to then install the APC DLL?</p>]]></description>
    <pubDate>Fri, 21 Oct 2011 13:40:56 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/32735/#post32735</link>
    <guid>http://www.activecollab.com/forums/post/32735/#post32735</guid>
    <title>Post #33 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello,<br />
<br />
1. You should always go with latest stable version of PHP and latest stable version of APC. PHP 5.2 is now at version 5.2.17 and it is no longer maintained nor development, so it is possible that latest versions of APC doesn't work well with it. Give PHP 5.3 a shot :) <br />
<br />
2. We can upgrade your activeCollab, and see to configure APC caching backend, but installation and configuration of APC itself is not something that we offer as part of Professional Installation / Upgrade Service, sorry.</p>]]></description>
    <pubDate>Thu, 20 Oct 2011 02:00:56 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/32716/#post32716</link>
    <guid>http://www.activecollab.com/forums/post/32716/#post32716</guid>
    <title>Post #32 by BlueSky</title>
    <dc:creator>BlueSky</dc:creator>
    <description><![CDATA[<p>I am running PHP Version 5.2.13 with 2.1, corporate and trying to APC support:<br />
<br />
1) which version of the AP dLL do I needed for a windows server (running Apache for AC) from this page: http://downloads.php.net/pierre/<br />
<br />
I tried php_apc-3.1.5-5.2-vc6-x86.zip -- but recived an almost blank page that said memory erro when I ran phpinfo to see if the AP was installed.<br />
<br />
2) Can I use one of my install credit to have you upgrade my AC version to the latest and install/configure the APC cache too? :)</p>]]></description>
    <pubDate>Wed, 19 Oct 2011 17:28:21 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/31641/#post31641</link>
    <guid>http://www.activecollab.com/forums/post/31641/#post31641</guid>
    <title>Post #31 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello,<br />
<br />
Open /activecollab/defaults.php, and replace this line:<br />
<br />
<pre name="code" class="brush: php">define('CACHE_BACKEND', 'FileCacheBackend');</pre><br />
<br />
with:<br />
<br />
<pre name="code" class="brush: php">if(!defined('CACHE_BACKEND')) {
  define('CACHE_BACKEND', 'FileCacheBackend');
}</pre><br />
<br />
That should resolve the warning that you are getting.</p>]]></description>
    <pubDate>Tue, 19 Jul 2011 03:29:01 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/31633/#post31633</link>
    <guid>http://www.activecollab.com/forums/post/31633/#post31633</guid>
    <title>Post #30 by stex</title>
    <dc:creator>stex</dc:creator>
    <description><![CDATA[<p>I just ran an apt-upgrade on my server and now I'm getting this:<br />
<br />
Constant CACHE_BACKEND already defined in /home/admin/domains/xxxxxxx/public_html/projects/activecollab/defaults.php on line XXX<br />
<br />
Not sure what it was that updated that broke it... but something is up.</p>]]></description>
    <pubDate>Mon, 18 Jul 2011 19:53:05 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/31632/#post31632</link>
    <guid>http://www.activecollab.com/forums/post/31632/#post31632</guid>
    <title>Post #29 by kingcontent</title>
    <dc:creator>kingcontent</dc:creator>
    <description><![CDATA[<p>[deleted]</p>]]></description>
    <pubDate>Mon, 18 Jul 2011 19:42:38 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/29231/#post29231</link>
    <guid>http://www.activecollab.com/forums/post/29231/#post29231</guid>
    <title>Post #28 by fatheaddesign</title>
    <dc:creator>fatheaddesign</dc:creator>
    <description><![CDATA[<p>Figured it out, finally.<br />
<br />
Running MAMP, APC is not enabled initially - it needs to be enabled. In the MAMP Pro app, go to Server » PHP and choose APC in the Cache dropdown. Make sure you deselect Zend Optimizer - apparently it's incompatible with APC. Restart Apache (I actually had to restart Apache then restart the entire server), then you should be good to go.</p>]]></description>
    <pubDate>Fri, 17 Dec 2010 12:34:34 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/29222/#post29222</link>
    <guid>http://www.activecollab.com/forums/post/29222/#post29222</guid>
    <title>Post #27 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hello,<br />
<br />
If you don't see APC on phpinfo() page, than you don't have it installed. Please, recheck your installation instructions and make sure that you have APC configured and loaded in order to use APC cache backend. Without APC, that cache backend will completely break the system (it will try to use functions that are not available, which results in Fatal Error).</p>]]></description>
    <pubDate>Fri, 17 Dec 2010 04:27:52 CST</pubDate>
  </item>
</channel>
</rss>
