<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.1" -->
<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/"
	>

<channel>
	<title>Crisscott.com</title>
	<link>http://crisscott.com</link>
	<description>PHP tips, samples, and help.</description>
	<pubDate>Wed, 12 May 2010 14:52:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>
	<language>en</language>
			<item>
		<title>Introducing WaterSpout: A light weight, real-time communication server</title>
		<link>http://crisscott.com/2010/05/12/introducing-waterspout-a-light-weight-real-time-communication-server/</link>
		<comments>http://crisscott.com/2010/05/12/introducing-waterspout-a-light-weight-real-time-communication-server/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:52:31 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
	<category>OnForce</category>
	<category>WebSockets</category>
		<guid isPermaLink="false">http://crisscott.com/2010/05/12/introducing-waterspout-a-light-weight-real-time-communication-server/</guid>
		<description><![CDATA[Over the last several months the development team at OnForce has been working a cutting edge web server, called WaterSpout, that will change the way OnForce is able to deliver information to our users.  WaterSpout takes advantage of emerging standards in web communication to eliminate the delay between an event occurring on our system and the affected users being notified.
Traditional notification techniques require the browser to send background requests to the server at timed intervals to ask for updates. This approach comes with considerable overhead and has a delay which is dependant on the timed interval. Decreasing the interval [...]]]></description>
		<wfw:commentRSS>http://crisscott.com/2010/05/12/introducing-waterspout-a-light-weight-real-time-communication-server/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>WebSockets Rule!</title>
		<link>http://crisscott.com/2010/01/18/websockets-rule/</link>
		<comments>http://crisscott.com/2010/01/18/websockets-rule/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 02:46:44 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
	<category>WebSockets</category>
		<guid isPermaLink="false">http://crisscott.com/2010/01/18/websockets-rule/</guid>
		<description><![CDATA[Wow. It has been a ridiculously long time since I have posted anything. I used to post a lot about PHP-GTK, but in the last two years I have moved on to more exciting topics. What could be more exciting than PHP-GTK you say?! Well, WebSockets, of course.
WebSockets are part of the emerging HTML5 spec. They offer a full-duplex socket connection between the user&#8217;s browser and the web server. The server is able to talk to the browser instead of just answering questions. No more polling with Ajax, asking the server every 30 seconds if anything has changed. When something [...]]]></description>
		<wfw:commentRSS>http://crisscott.com/2010/01/18/websockets-rule/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
