<?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>Think API&#187; ajax</title>
	<atom:link href="http://thinkapi.com/blog/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkapi.com/blog</link>
	<description>An interface to tech thoughts</description>
	<lastBuildDate>Mon, 10 May 2010 10:32:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ajax Push Engine &#8211; Javascript framework to handle 100,000 concurrent users</title>
		<link>http://thinkapi.com/blog/ajax-push-engine-javascript-framework/</link>
		<comments>http://thinkapi.com/blog/ajax-push-engine-javascript-framework/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:51:49 +0000</pubDate>
		<dc:creator>Sukumar</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[APE]]></category>
		<category><![CDATA[http server]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[xhr]]></category>

		<guid isPermaLink="false">http://thinkapi.com/blog/?p=96</guid>
		<description><![CDATA[From their website, Ajax Push Engine (APE) is an OpenSource technology allowing to exchange data between thousands of users through a web browser, without reloading and without external plugins. It consists of an epoll-driven HTTP server written in C as its core with a javascript framework based on mootools for the frontend. APE supports multiple [...]


Related posts:<ol><li><a href='http://thinkapi.com/blog/socialhistoryjs-find-out-what-your-users-are-thinking/' rel='bookmark' title='Permanent Link: SocialHistory.js &#8211; Find out what your users are thinking'>SocialHistory.js &#8211; Find out what your users are thinking</a> <small>SocialHistory.js &#8211; a solution (problem?) to check where your users...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 300px"><a href="http://www.ape-project.org/"><img title="APE Project" src="http://lh6.ggpht.com/_f3EtWybcQP4/SjCzwWAohnI/AAAAAAAAA04/5GGNFhxAGNY/s800/ape_logo_l.png" alt="Ajax Push Engine" width="290" height="110" /></a><p class="wp-caption-text">Ajax Push Engine</p></div>
<p><span style="line-height: 19px;">From their <a title="Ajax Push Engine" href="http://www.ape-project.org/" target="_self">website</a>,<strong> Ajax Push Engine</strong> (APE) is an <strong>OpenSource</strong> technology allowing to <strong>exchange data</strong> between <strong>thousands of users</strong> through a web browser, without reloading and without external plugins.</span></p>
<p>It consists of an <strong>epoll-driven HTTP server</strong> written in C as its core with a javascript framework based on mootools for the frontend. APE supports multiple patterns such as comet, XHR, long polling, forever frame etc. because of the way its designed.</p>
<p><span id="more-96"></span>APE can be used for a wide variety of applications ranging from browser based chat to updating stock quotes in real time, some of which can be seen on the <a href="http://www.ape-project.org/en/demos/" target="_self">demo page</a>.</p>
<p>The really interesting aspect of all this is the claim that APE can handle 100,000 connections on the same server. It is also  cross browser compatible and uses all the lastest browser features and provides backward compatibility for older ones.</p>
<p><strong>Related Links</strong></p>
<p><a title="APE project" href="http://www.ape-project.org/" target="_self">Official website</a></p>
<p><a title="About APE" href="http://www.ape-project.org/en/about.html" target="_self">Read more about APE architecture</a></p>
<p><a href="http://www.ape-project.org/en/demos/" target="_self">Demos</a></p>


<p>Related posts:<ol><li><a href='http://thinkapi.com/blog/socialhistoryjs-find-out-what-your-users-are-thinking/' rel='bookmark' title='Permanent Link: SocialHistory.js &#8211; Find out what your users are thinking'>SocialHistory.js &#8211; Find out what your users are thinking</a> <small>SocialHistory.js &#8211; a solution (problem?) to check where your users...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://thinkapi.com/blog/ajax-push-engine-javascript-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
