<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActiveCampaign Email Marketing Blog &#187; speed</title>
	<atom:link href="http://www.activecampaign.com/blog/tag/speed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activecampaign.com/blog</link>
	<description>Email marketing blog discussing email marketing features, deliverability, new marketing ideas, and more.</description>
	<lastBuildDate>Mon, 16 Jan 2012 19:12:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to optimize Sendmail for sending speed&#8230;</title>
		<link>http://www.activecampaign.com/blog/how-to-optimize-sendmail-for-sending-speed/</link>
		<comments>http://www.activecampaign.com/blog/how-to-optimize-sendmail-for-sending-speed/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:42:57 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/?p=241</guid>
		<description><![CDATA[While we certainly prefer Qmail over Sendmail (for a variety of reasons) here is some information to help you optimize and work with Sendmail on your server. There is a main configuartion file when dealing with sendmail.  This can be found at: /etc/sendmail.cf This is the file that you will likely want to edit to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>While we certainly prefer Qmail over Sendmail (for a variety of reasons) here is some information to help you optimize and work with Sendmail on your server.</p>
<p>There is a main configuartion file when dealing with sendmail.  This can be found at:</p>
<ul>
<li>/etc/sendmail.cf</li>
</ul>
<p>This is the file that you will likely want to edit to make your optimizations.</p>
<p>There are numerous custom changes and modifications you could make to Sendmail.  Here are a couple we would suggest looking into:</p>
<ul>
<li>Change the Timeout.ident setting to be &#8220;Timeout.ident=0s&#8221;</li>
<li>Configure Sendmail&#8217;s command-line submission tool to background itself after getting the email  instead of trying to deliver it to the main sendmail daemon (<a href="http://bit.ly/SaBuu" target="_blank">http://bit.ly/SaBuu</a>)</li>
<li>Setup your own DNS server.  Then configure <span>sendmail</span> to use your new DNS server to resolve MX and A records.</li>
<li>Tune Sendmail (<a href="http://www.sendmail.org/~ca/email/doc8.12/TUNING" target="_blank">http://www.sendmail.org/~ca/email/doc8.12/TUNING</a>)</li>
<li>Try switching to Qmail or Postfix and you will likely see improved speed even with the default configurations of both Qmail and Postfix.</li>
</ul>
<p><em>Using Qmail instead of Sendmail? View our other article on how to <a href="http://www.activecampaign.com/blog/2008/10/23/how-to-optimize-qmail-sending-speed/">optimize Qmail</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-to-optimize-sendmail-for-sending-speed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Forget To Optimize MySQL</title>
		<link>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/</link>
		<comments>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:00:44 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/16/dont-forget-to-optimize-mysql/</guid>
		<description><![CDATA[I often encounter situations where someone is dedicating their time to server specs yet overlooking some of the most basic optimization options available.  One of these basic optimization options include looking into your MySQL configuration and actually setting it to properly use the resources available on your server. All ActiveCampaign products utilize a MySQL database.  [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_3997111.jpeg" alt="" width="320" height="219" align="left" />I often encounter situations where someone is dedicating their time to server specs yet overlooking some of the most basic optimization options available.  One of these basic optimization options include looking into your MySQL configuration and actually setting it to properly use the resources available on your server.<span id="more-262"></span></p>
<p>All ActiveCampaign products utilize a MySQL database.  The database is a critical part of the application and your MySQL configuration can result in your software being lightning fast or can force limited speed upon your applications.</p>
<h2>Types of tables</h2>
<p>Before you start to optimize MySQL you will need to know the basics.  There are two types of tables we use for our applications.  <span><span class="articlecontents">MyISAM and </span></span><span><span class="articlecontents">InnoDB.  While the differences are important &#8211; we will focus on configuration for this article.  There are different configuration options for both types of tables.  Thus the configuration you set your MySQL to may depend on the product(s) you are using.  For example, if you are only using 1-2-All you would want to optimize MySQL for InnoDB and you do not need </span></span>to use as many resources for MyISAM.</p>
<p>Here is a list of table types for a couple of our products:</p>
<blockquote><p>Email Marketing &#8211; Mostly InnoDB &#8211; Some MyISAM</p>
<p>Survey Software -  MyISAM</p>
<p>Knowledge Management &#8211; Mostly MyISAM &#8211; Some InnoDB</p>
<p>Live Chat &#8211; Mostly InnoDB &#8211; Some MyISAM</p>
<p>Help Desk &#8211; Mostly MyISAM &#8211; Some InnoDB</p></blockquote>
<h2>What to edit</h2>
<p>For the basic MySQL configuration options you will want to edit the MySQL configuration file.  This file is called my.cnf or my.ini.</p>
<p>On a linux box you will usually find the file at: /etc/my.cnf</p>
<p>On a windows box you will usually find the file in your MySQL folder and the file name will be my.ini</p>
<h2>Specific Optimization Tips</h2>
<p>For MyISAM tables:</p>
<blockquote><p>bulk_insert_buffer_size=32M<br />
join_buffer_size=4M<br />
key_buffer_size=128M<br />
max_allowed_packet=32M<br />
query_cache_limit=4M<br />
read_buffer_size=1M<br />
read_rnd_buffer_size=2M<br />
sort_buffer_size=8M<br />
table_cache=128<br />
tmp_table_size=32M</p>
<p>These are modest values.  They can be doubled or more based on the amount of RAM on your server.</p></blockquote>
<p>For InnoDB tables:</p>
<blockquote><p>innodb_buffer_pool_size=1G<br />
innodb_flush_log_at_trx_commit=0</p></blockquote>
<p>The buffer size should be 25-50% of your server&#8217;s RAM, if not more. Intensive programs benefit a lot from extra RAM.</p>
<h2>Dig deeper</h2>
<p>The information provided here is only scratching the surface of what you can do with MySQL configuration options.  If you have a host or system administrator they should be able to assist with such configuration changes.  For additional reading you may want to view the <a href="http://www.mysqlperformanceblog.com/" target="_blank">MySQL Performance Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/dont-forget-to-optimize-mysql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to optimize Qmail sending speed&#8230;</title>
		<link>http://www.activecampaign.com/blog/how-to-optimize-qmail-sending-speed/</link>
		<comments>http://www.activecampaign.com/blog/how-to-optimize-qmail-sending-speed/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 20:56:16 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/10/23/how-to-optimize-qmail-sending-speed/</guid>
		<description><![CDATA[One of our favorite mail transfer agents that we suggest is Qmail.  We find Qmail to be significantly faster than Sendmail (in most default scenarios) and quite easy for our clients to manage and optimize. While there are numerous things you can do to improve sending speed of Qmail &#8211; one of the easiest is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of our favorite mail transfer agents that we suggest is Qmail.  We find Qmail to be significantly faster than Sendmail (in most default scenarios) and quite easy for our clients to manage and optimize.</p>
<p>While there are numerous things you can do to improve sending speed of Qmail &#8211; one of the easiest is to adjust your concurrency settings.</p>
<p>There are a couple setting files that you will want to take a look at.  if you do not have these files you can try to create them.</p>
<ul>
<li><strong>/var/qmail/control/concurrencyremote<br />
</strong>Usually is a default around 10 or 20. We suggest to increase this to 250 or above if your memory can handle it.   This is the file that you want to adjust.</p>
<p><strong> </strong></li>
<li><strong>/var/qmail/control/concurrencylocal<br />
</strong>Usually is a default around 20 or 30.  You can increase this to a higher number. Please note however &#8211; when sending lots of mail (to users outside of your server) concurrencyremote will be the file you want to change.</li>
</ul>
<p>The files should simply contain the number you wish to have for that concurrency type.  After you change the files (or create the files) you MUST <strong>restart the Qmail</strong> service on your server.  If you want to see the current settings that your Qmail is using you can run <em># /var/qmail/bin/qmail-showctl</em></p>
<p>There is a hard limit that is set when Qmail is built &#8211; so you do not want to go crazy with your concurrency settings.  Often you can push the concurrency up to 500 and in some default setups of Qmail you can go up to 1,000.  You should ensure that you have the memory/ram to back up your settings though.  If you set your concurrency remote to several hundred be prepared for Qmail to start using up more memory as you send.</p>
<p>As with all server changes your results and performance will be heavilly affected by a combination of your settings, server resources, and other server settings that can affect your services.  I suggest to make minor changes and then monitor your sending speeds and adjust as needed.</p>
<p>Check here for more <a href="http://www.activecampaign.com/email-marketing/articles">email marketing tips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-to-optimize-qmail-sending-speed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help Desk 3.0 Development</title>
		<link>http://www.activecampaign.com/blog/supporttrio-30-development/</link>
		<comments>http://www.activecampaign.com/blog/supporttrio-30-development/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:24:04 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[SupportTrio]]></category>
		<category><![CDATA[unencoded]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/08/28/supporttrio-30-development/</guid>
		<description><![CDATA[Help Desk 3.0 development has begun&#8230;. We recently started work on Help Desk 3.0.  Version 3.0 will be a major update to the ActiveCampaign Help Desk Software package. We will be incorporating hundreds of changes and additions including such things as: Rewriting the majority of the backend code Improving the speed and responsiveness of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Help Desk 3.0 development has begun&#8230;.</strong></p>
<p>We recently started work on Help Desk 3.0.  Version 3.0 will be a major update to the ActiveCampaign <a href="http://www.activecampaign.com/supporttrio/">Help Desk </a>Software package.</p>
<p>We will be incorporating hundreds of changes and additions including such things as:</p>
<ul>
<li>Rewriting the majority of the backend code</li>
<li>Improving the speed and responsiveness of the entire application</li>
<li>Leaving 99% of the source code unencoded</li>
<li>CSS Based admin/public interfaces</li>
<li>Escalation system</li>
<li>SLA Management</li>
<li>External Login Sources</li>
<li>Much more&#8230;.</li>
</ul>
<p>While we have our development plans &#8211; we still want to know what you want to see in Help Desk 3.0.</p>
<p>Let us know what you want changed, what you wish was added, general feedback &amp; comments, etc&#8230; Your feedback is greatly appreciated and will be taken into consideration for Help Desk 3.0.</p>
<p><!--   /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	font-size:10.0pt; 	mso-ansi-font-size:10.0pt; 	mso-bidi-font-size:10.0pt;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[if gte mso 10]></p>
<p><mce:style><!    /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;}  --></p>
<p><!--[endif]--><strong><a href="http://isalient.com/app/index.php?survey_code=d7273012&amp;login=1">Tell us what you want in the next version of SupportTrio!</a> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/supporttrio-30-development/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Knowledge Management 3.0 &#8211; Beta coming soon&#8230;</title>
		<link>http://www.activecampaign.com/blog/knowledgebuilder-30-beta-coming-soon/</link>
		<comments>http://www.activecampaign.com/blog/knowledgebuilder-30-beta-coming-soon/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:09:52 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[knowledge management]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/07/09/knowledgebuilder-30-beta-coming-soon/</guid>
		<description><![CDATA[It has been a while since the last major update of Knowledge Management. For the last couple of months we have been working on a major update.  A core part of this update is a complete rewrite of Knowledge Management&#8217;s backend. We&#8217;ve optimized the database to handle much more data with greater speed, no more [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It has been a while since the last major update of Knowledge Management. For the last couple of months we have been working on a major update.  A core part of this update is a complete rewrite of Knowledge Management&#8217;s backend.</p>
<p>We&#8217;ve optimized the database to handle much more data with greater speed, no more slow pages when there are a lot of articles and/or categories. Speaking of articles and categories, icons and tags can now be added as well as SEO urls: all categories and articles will have “search friendly” URLS that include article/category titles.</p>
<p>Knowledge Management will include better management features including simplified importing and syncing as well as improved content management. Ajax enabled features will eliminate the need to reload pages for minor actions, meaning increased page optimization and usability.</p>
<p>The admin side of Knowledge Management is almost done and we&#8217;re working to catch up on the public end. A major new feature on the public side is live edit, you can double click the article title/content (or category&#8217;s title/description) and edit it right there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/knowledgebuilder-30-beta-coming-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Zend Optimizer</title>
		<link>http://www.activecampaign.com/blog/how-to-install-zend-optimizer/</link>
		<comments>http://www.activecampaign.com/blog/how-to-install-zend-optimizer/#comments</comments>
		<pubDate>Tue, 06 May 2008 14:12:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[Loaded]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/05/06/how-to-install-zend-optimizer/</guid>
		<description><![CDATA[Update: 1 Reason Not To Install Zend Optimizer Since this article was published in May of 2008, ActiveCampaign has discontinued use of Zend Optimizer and Ioncube in favor of our own solutions to enhance the speed and security of our applications. Consequently, there is no longer any additional software that you need to install in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Update: 1 Reason Not To Install Zend Optimizer</strong></p>
<p>Since this article was published in May of 2008, ActiveCampaign has discontinued use of Zend Optimizer and Ioncube in favor of our own solutions to enhance the speed and security of our applications. Consequently, there is no longer any additional software that you need to install in order to use our products, and you now have full access to the source code of all of our software.</p>
<p>We believe our software can help your business to succeed. We believe this so much that we want  to give you the opportunity to try it out for free for 30 days and make your own decision:</p>
<ul>
<li><a href="http://www.activecampaign.com/email-marketing/free.php">Click here for a free trial of Email Marketing</a></li>
<li><a href="http://www.activecampaign.com/survey-software/free.php">Click here for a free trial of Survey Software</a></li>
<li><a href="http://www.activecampaign.com/help-desk-software/free.php">Click here for a free trial of Help Desk</a></li>
<li><a href="http://www.activecampaign.com/knowledge-management/trial.php">Click here for a free trial of Knowledge Management</a></li>
<li><a href="http://www.activecampaign.com/live-chat/free.php">Click here for a free trial of Live Chat</a></li>
</ul>
<p><span id="more-210"></span><strong>Original Instructions for Installing Zend Optimizer on Your Web Server</strong></p>
<p>One of the ways that we increase the overall speed and security of our <a href="http://www.activecampaign.com/">web-based software</a> is by pre-compiling the PHP code. The tools that we use to do this are called Zend Optimizer and Ioncube. You actually only need one or the other in order to encode PHP scripts, and I&#8217;m not aware of any performance benefit that either one enjoys over the other. The only reason that we use both of these products is to provide maximum compatibility with all the different types of web hosts and servers that are out there. That&#8217;s why, when you visit the downloads page in our <a href="http://www.activecampaign.com/help-desk-software/">online help desk</a>, you&#8217;re always asked which version of the software you&#8217;d like to download: Zend or Ioncube.</p>
<p>Most people who don&#8217;t produce or use a lot of web-based software have never heard of either of these products and get a little flustered when confronted with the question of which they should download. If you&#8217;re using a shared web hosting account or have an in-house server admin running your web server, then you have a simple one-step solution: pick up the phone, call the admin, and ask which one you can use <img src='http://www.activecampaign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you&#8217;re running your own server, it&#8217;s still very simple. The first thing to do is to find out if your server can already run Ioncube scripts, since if it can there are no additional steps for you. The way to find this out is to:</p>
<ul>
<li>download our test script</li>
<li>unzip and upload it to your web directory</li>
<li>and then open it up in a web browser</li>
</ul>
<p>You&#8217;ll see something like this:</p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_4059132.jpeg" alt="" width="640" height="232" /></p>
<p>As you can see, my own local test server is not able to run Ioncube-encoded scripts without additional setup, because I&#8217;m using the latest version of PHP, which has broken dynamic loading. That&#8217;s no big deal, because I went ahead and installed the free Zend Optimizer with just a couple of clicks, and now I&#8217;ll show you how to do the same.</p>
<p><strong>Download Zend Optimizer</strong></p>
<p>If you find this part challenging, you probably shouldn&#8217;t be trying to run your own web server!  <img src='http://www.activecampaign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What you need to do is to download the Zend Optimizer package onto your web server. You can get it from <a href="http://www.zend.com/en/products/guard/downloads">http://www.zend.com/en/products/guard/downloads</a>, where you&#8217;ll need to select the appropriate package for your server. So first select the radio button labeled &#8220;Zend Optimizer&#8221; (not the one labeled &#8220;Zend Guard,&#8221;) and then you&#8217;ll find that the dropdown box becomes populated with a list of server types that Zend Optimizer is available for. The chances are very good that the type of server you are using is supported by Zend Optimizer. Remember, folks, you&#8217;re installing this on your web server, not on your own local computer (unless your web site is served from your local machine), so you want to be doing all this from the server, and to select the option that corresponds to the operating system running on the web server.</p>
<p>Before you are allowed to download, you&#8217;ll have to register for an account on zend.com on the next page. Once you&#8217;ve downloaded the software, all that is left is to install it on the server. The instructions for doing this will vary depending on the type of server that you use. If it is a Windows IIS server, just double-click on the installer .exe file and follow the instructions that appear on the screen. On any other type of system, including Mac OS X and any Linux or Unix variant, you&#8217;ll find that the installation package is compressed, so you first need to extract it.</p>
<p><strong>On Linux or Unix servers</strong></p>
<ul>
<li>Open up a terminal window or get yourself out to the command line. You can decompress the package by entering the following at the command line prompt:
<ul>
<li>gunzip -c &lt;package name&gt; | tar xf -</li>
</ul>
</li>
<li>Then, from inside the installer package directory that is created when the package is unzipped, type:
<ul>
<li>./install.</li>
</ul>
</li>
<li>Now you&#8217;ll see a nice pretty graphical installation wizard that will walk you through setting up Zend Optimizer on your server.</li>
</ul>
<p><strong>On servers running Mac OS X</strong></p>
<p>Installation on a server running OS X is a little more complicated that you might like it to be, but is still very doable. The most complicated part is basically just that you have to use the command line, which many OS X users are not very familiar with. However, you can find a very good tutorial for going through this process here [link removed since the article disappeared!).</p>
<p><strong>Now put it to good use!</strong></p>
<p>Once you&#8217;ve got Zend Optimizer installed on your server, you should be able to run Zend-encoded PHP scripts right away. So now just grab a copy of the Zend version of whichever ActiveCampaign software product you&#8217;ve purchased, and follow the installation instructions in the docs/install.txt file (you can also find the instructions in our <a href="http://www.activecampaign.com/knowledge-management/">knowledge base</a>.)</p>
<p>If you run into any problems with the Zend Optimizer installation or if you get an error message saying that Zend Optimizer is not installed on your server, check the Zend website for troubleshooting tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-to-install-zend-optimizer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Email Marketing 4.70.2</title>
		<link>http://www.activecampaign.com/blog/1-2-all-4702/</link>
		<comments>http://www.activecampaign.com/blog/1-2-all-4702/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 21:00:13 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/02/04/1-2-all-4702/</guid>
		<description><![CDATA[A handful of Email Marketing users reported a slower archive with Email Marketing 4.7.  We tracked down the issue and 4.70.2 takes care of that along with a couple other issues.  The speed issue occured on certain systems and was often due to older installs that have been upgraded time and time again in the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A handful of Email Marketing users reported a slower archive with Email Marketing 4.7.  We tracked down the issue and 4.70.2 takes care of that along with a couple other issues.  The speed issue occured on certain systems and was often due to older installs that have been upgraded time and time again in the past.</p>
<p>We encourage all users to upgrade to 4.70.2 to increase the speed of the archive.  If you continue to have any issues please submit a ticket and we will assist you right away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/1-2-all-4702/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Week in review 10/22 &#8211; 10/26</title>
		<link>http://www.activecampaign.com/blog/week-in-review-1022-1026/</link>
		<comments>http://www.activecampaign.com/blog/week-in-review-1022-1026/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 18:31:14 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[SupportTrio]]></category>
		<category><![CDATA[TrioLive]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2007/10/26/week-in-review-1022-1026/</guid>
		<description><![CDATA[visualEdit Work We have continued finishing up work on visualEdit and have a couple of small items left. We adjusted how we were going to manage users and what not which caused a small delay in preparing for the beta. You can still signup at http://www.activecampaign.com/visualedit/ to be notified when the public beta is ready. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>visualEdit Work</strong></p>
<p>We have continued finishing up work on visualEdit and have a couple of small items left.   We adjusted how we were going to manage users and what not which caused a small delay in preparing for the beta.  You can still signup at http://www.activecampaign.com/visualedit/ to be notified when the public beta is ready.</p>
<p><strong>New Software Updates</strong></p>
<ul>
<li>Email Marketing 4.61.2 was released with a number of bug fixes</li>
<li>Live Chat Software 1.56.1 and Live Chat Desktop 1.16 was released with some new features and lots of speed enhancements.</li>
</ul>
<p><strong>Recently Added/Updated KB Articles</strong></p>
<blockquote><p><a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=381">Syncing from custom fields</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=382">Customizing the way your name looks</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=380">What are Tasks?  What are Time Entries?</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=292">POP Account Settings</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=319"> POP3.php PEAR problems</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=364">Quick Start Guide</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=366">Viewing project time estimates versus actual time spent</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=367">Setting Up a New Project</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=368">Creating User Groups and Using Project Permissions</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=369">Integrating SwiftTraction With Help Desk Software</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=370">Custom Fields for Actions</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=355">Email Marketing A/B Split Module</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=356">Flash forms</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=357">Auto Remind Add On</a><br />
<a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=358">EmailCheck Add On</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/week-in-review-1022-1026/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Chat Update &#8211; Faster, less resource-intensive&#8230;</title>
		<link>http://www.activecampaign.com/blog/triolive-update-faster-less-resource-intensive/</link>
		<comments>http://www.activecampaign.com/blog/triolive-update-faster-less-resource-intensive/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 19:35:17 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[live chat]]></category>
		<category><![CDATA[live chat software]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2007/10/16/triolive-update-faster-less-resource-intensive/</guid>
		<description><![CDATA[We just released the latest version of Live Chat Software and Live Chat Desktop. This new version of Live Chat has been in testing for some time and has shown a significant increase in speed and reduction in used resources on the server. Both the web and desktop clients have been updated with these speed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We just released the latest version of Live Chat Software and <em>Live Chat Desktop</em>.</p>
<p>This new version of Live Chat has been in testing for some time and has shown a significant increase in speed and reduction in used resources on the server.   Both the web and desktop clients have been updated with these speed and resource changes.</p>
<p>Download the updates and start chatting faster today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/triolive-update-faster-less-resource-intensive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Marketing: New Sending Engine Is Final</title>
		<link>http://www.activecampaign.com/blog/1-2-alls-new-sending-engine-is-final/</link>
		<comments>http://www.activecampaign.com/blog/1-2-alls-new-sending-engine-is-final/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 17:00:23 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[email campaign software]]></category>
		<category><![CDATA[email marketing software]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2007/08/07/1-2-alls-new-sending-engine-is-final/</guid>
		<description><![CDATA[After over a month of alpha and beta testing, the standard released version of ActiveCampaign Email Marketing now makes standard use of our new e-mail sending engine. The engine uses proprietary logic to maximize the abilities of your server setup in order to improve speed and efficiency, and to minimize send stalling. Our beta testers [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_4737950.jpeg" alt="This new sending engine is packed with green energy" hspace="10" vspace="5" align="left" /></p>
<p>After over a month of alpha and beta testing, the standard released version of ActiveCampaign <a href="http://www.activecampaign.com/email-marketing/">Email Marketing</a> now makes standard use of our new e-mail sending engine. The engine uses proprietary logic to maximize the abilities of your server setup in order to improve speed and efficiency, and to minimize send stalling.</p>
<p>Our beta testers achieved some pretty remarkable results: the average gains in sending speed hovered around 100%, with some users reporting speed increases of as much as 600%. In most cases, improved stability was also reported, so we&#8217;re expecting great results and recommending that all current Email Marketing users upgrade to the latest version.</p>
<p>In addition to updating the underlying sending framework, we&#8217;ve also added an option under Settings-&gt;Script Settings to make send-throttling much more intuitive, and to offer you more precise control over the way Email Marketing&#8217;s sending process interacts with your server.</p>
<p>Let&#8217;s say your server allows you to send 6,000 e-mails per hour. In order to ensure that Email Marketing never sends you over this limit, you&#8217;ll simply instruct it to try to send a maximum of 100 messages per minute. However, in some cases this limit will be higher than the server can comfortably send given the available resources, whether its due to other processes running on the server or simply due to a bottleneck somewhere in the system.</p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_3739497.jpeg" alt="It's now much easier to throttle your sending speed" /></p>
<p>In this case, you would leave the maximum send rate at 100 per minute, but tweak Email Marketing&#8217;s pause setting to slow down the rate at which messages are processed and sent to the outgoing mail server. If you&#8217;re experiencing a lot of sending stalls, for example, you would want to decrease the number of messages processed between pauses, and increase the number of seconds that Email Marketing will pause before processing another chunk of messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/1-2-alls-new-sending-engine-is-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

