<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Workers on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/workers/</link>
		<description>Recent content in Workers on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sun, 04 Oct 2015 20:00:18 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/workers/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Talk: Scaling &amp; Managing Asynchronous Workers (and staying sane!) - PHPNW15</title>
				<link>https://www.justincarmony.com/2015/10/04/talk-scaling-managing-asynchronous-workers-and-staying-sane-phpnw15/</link>
				<pubDate>Sun, 04 Oct 2015 20:00:18 +0000</pubDate>
				<guid>https://www.justincarmony.com/2015/10/04/talk-scaling-managing-asynchronous-workers-and-staying-sane-phpnw15/</guid>
				<description>&lt;p&gt;I had the absolute privilege of flying out to Manchester, England to give this presentation. It was a total blast.&lt;/p&gt;&#xA;&lt;h2 id=&#34;video&#34;&gt;Video&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=bTcyuzJkxIg&#34;&gt;https://www.youtube.com/watch?v=bTcyuzJkxIg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/scaling-and-managing-asynchronous-workers-and-staying-sane&#34;&gt;https://speakerdeck.com/justincarmony/scaling-and-managing-asynchronous-workers-and-staying-sane&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;There comes a point in time with a website when eventually need to do something in the background. There are always cron jobs, but eventually those either don&amp;rsquo;t scale well, or are not responsive enough. Learn about how to help your website efficiently scale by using workers. We&amp;rsquo;ll touch briefly the fundamental theory behind workers and how to easily implement them. We&amp;rsquo;ll learn about several different technologies to help manage workers such as Beanstalkd, Supervisord, Redis, and others. We&amp;rsquo;ll show a live demo of PHP workers performing tasks and you&amp;rsquo;ll leave with sound understanding of how to implement workers in your own application.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: Scaling &amp; Managing Asynchronous Workers (and staying sane!) - Lone Star PHP 2014</title>
				<link>https://www.justincarmony.com/2014/04/25/talk-scaling-managing-asynchronous-workers-and-staying-sane-lone-star-php-2014/</link>
				<pubDate>Fri, 25 Apr 2014 20:00:48 +0000</pubDate>
				<guid>https://www.justincarmony.com/2014/04/25/talk-scaling-managing-asynchronous-workers-and-staying-sane-lone-star-php-2014/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/managing-and-scaling-asynchronous-workers-and-staying-sane&#34;&gt;https://speakerdeck.com/justincarmony/managing-and-scaling-asynchronous-workers-and-staying-sane&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: High-Performance Websites with Scalable Workers - Dutch PHP Conference 2013</title>
				<link>https://www.justincarmony.com/2013/06/07/talk-high-performance-websites-with-scalable-workers-dutch-php-conference-2013/</link>
				<pubDate>Fri, 07 Jun 2013 20:00:19 +0000</pubDate>
				<guid>https://www.justincarmony.com/2013/06/07/talk-high-performance-websites-with-scalable-workers-dutch-php-conference-2013/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/high-performance-websites-with-scalable-workers&#34;&gt;https://speakerdeck.com/justincarmony/high-performance-websites-with-scalable-workers&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: High-Performance Websites with Scalable Workers - OpenWest 2013</title>
				<link>https://www.justincarmony.com/2013/05/02/talk-high-performance-websites-with-scalable-workers-openwest-2013/</link>
				<pubDate>Thu, 02 May 2013 20:00:10 +0000</pubDate>
				<guid>https://www.justincarmony.com/2013/05/02/talk-high-performance-websites-with-scalable-workers-openwest-2013/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://speakerdeck.com/justincarmony/high-performance-websites-with-scalable-workers&#34;&gt;https://speakerdeck.com/justincarmony/high-performance-websites-with-scalable-workers&lt;/a&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>PHP Workers with Redis &amp; Solo</title>
				<link>https://www.justincarmony.com/2012/01/10/php-workers-with-redis-solo/</link>
				<pubDate>Tue, 10 Jan 2012 18:20:10 +0000</pubDate>
				<guid>https://www.justincarmony.com/2012/01/10/php-workers-with-redis-solo/</guid>
				<description>&lt;p&gt;I&amp;rsquo;ve come across an awesome combination of tools for managing PHP Workers, and thought I&amp;rsquo;d share.&lt;/p&gt;&#xA;&lt;h3 id=&#34;why-workers&#34;&gt;Why Workers?&lt;/h3&gt;&#xA;&lt;p&gt;Sometimes there are situations when you want to parallel process things. Other times you might have a list of tasks to accomplish, and you don&amp;rsquo;t want to make the user wait after pressing a button. This is where &amp;ldquo;Workers&amp;rdquo; can come in. They are independent scripts that run along side of your application, performing tasks, or &amp;ldquo;jobs.&amp;rdquo;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
