<?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"
	>

<channel>
	<title>OSSLine: Aggregated RSS/Atom Feeds of Everything OSSLine</title>
	<atom:link href="http://ossline.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://ossline.org/blog</link>
	<description>Aggregated RSS/Atom Feeds of Everything OSSLine</description>
	<pubDate>Fri, 03 Sep 2010 19:33:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>tag 3.2 and google compiler broken</title>
		<link>http://groups.google.com/group/jsio/browse_thread/thread/b16f9f1b1214b759/cf2f447ca5d4f870?show_docid=cf2f447ca5d4f870</link>
		<comments>http://groups.google.com/group/jsio/browse_thread/thread/b16f9f1b1214b759/cf2f447ca5d4f870?show_docid=cf2f447ca5d4f870#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:33:27 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[js.io Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/jsio/browse_thread/thread/b16f9f1b1214b759/cf2f447ca5d4f870?show_docid=cf2f447ca5d4f870</guid>
		<description><![CDATA[
  closure compiler minifying jsio/util/browser.js <br /> Failed compiling jsio/util/browser.js <br /> stdin:1: ERROR - Parse error. invalid return <br /> if (jsio.__env.name != 'browser') { return; } <br /> ^ <br /> 1 error(s), 0 warning(s) <br /> make: *** [all] Error 1
  ]]></description>
			<content:encoded><![CDATA[
  closure compiler minifying jsio/util/browser.js <br> Failed compiling jsio/util/browser.js <br> stdin:1: ERROR - Parse error. invalid return <br> if (jsio.__env.name != 'browser') { return; } <br> ^ <br> 1 error(s), 0 warning(s) <br> make: *** [all] Error 1
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/jsio/browse_thread/thread/b16f9f1b1214b759/cf2f447ca5d4f870?show_docid=cf2f447ca5d4f870/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: Problems with Orbited.js: ERROR LOADING jsio/net/protocols/mspp.js : TypeError: Object # has no method &#8216;getLogger&#8217;</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/7d5bafd613aea7da/129cee9563d4b0ff?show_docid=129cee9563d4b0ff</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/7d5bafd613aea7da/129cee9563d4b0ff?show_docid=129cee9563d4b0ff#comments</comments>
		<pubDate>Fri, 27 Aug 2010 20:10:18 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/7d5bafd613aea7da/129cee9563d4b0ff?show_docid=129cee9563d4b0ff</guid>
		<description><![CDATA[
  I think the js.io apis changes from jsio.logging.getLogger to <br /> jsio.logging.get() <br /> <p>More importantly, loggers are in each scope by default, so you can <br /> probably just delete whatever offending getLogger line is there. <br /> <p>Also, you should do any compilations against the 3.2 tag of js.io -- <br /> things are changing rapidly in trunk.
  ]]></description>
			<content:encoded><![CDATA[
  I think the js.io apis changes from jsio.logging.getLogger to <br> jsio.logging.get() <br> <p>More importantly, loggers are in each scope by default, so you can <br> probably just delete whatever offending getLogger line is there. <br> <p>Also, you should do any compilations against the 3.2 tag of js.io -- <br> things are changing rapidly in trunk.
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/7d5bafd613aea7da/129cee9563d4b0ff?show_docid=129cee9563d4b0ff/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: [Orbited] Re: Announcing Orbited2 Beta</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/50987f7041eec016?show_docid=50987f7041eec016</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/50987f7041eec016?show_docid=50987f7041eec016#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:33:13 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/50987f7041eec016?show_docid=50987f7041eec016</guid>
		<description><![CDATA[
  On Fri, Aug 27, 2010 at 12:17 PM, Erik Anderson &#60; <br /> Orbited2 supports the same use case that Orbited supports -- a tcp proxy. <br /> Orbited2 is an architectural drop-in replacement for Orbited. <br /> Orbited2 has two basic modes <br /> 1) Exposing a WebSocket api to the browser, and sending WebSocket data (with <br /> the WS protocol) to a back-end server.
  ]]></description>
			<content:encoded><![CDATA[
  On Fri, Aug 27, 2010 at 12:17 PM, Erik Anderson &lt; <br> Orbited2 supports the same use case that Orbited supports -- a tcp proxy. <br> Orbited2 is an architectural drop-in replacement for Orbited. <br> Orbited2 has two basic modes <br> 1) Exposing a WebSocket api to the browser, and sending WebSocket data (with <br> the WS protocol) to a back-end server.
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/50987f7041eec016?show_docid=50987f7041eec016/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: Announcing Orbited2 Beta</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/4a6ecdf22ef90e3f?show_docid=4a6ecdf22ef90e3f</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/4a6ecdf22ef90e3f?show_docid=4a6ecdf22ef90e3f#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:17:07 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/4a6ecdf22ef90e3f?show_docid=4a6ecdf22ef90e3f</guid>
		<description><![CDATA[
  Trying to wrap my head around this... I think my use case is still <br /> that of using TCPSockets, in which case WebSockets becomes an <br /> infinitely more efficient transport protocol, but the daemon still <br /> maintains its purpose as a transport proxy, at least when you're <br /> dealing with a service that doesn't speak native WebSocket (or
  ]]></description>
			<content:encoded><![CDATA[
  Trying to wrap my head around this... I think my use case is still <br> that of using TCPSockets, in which case WebSockets becomes an <br> infinitely more efficient transport protocol, but the daemon still <br> maintains its purpose as a transport proxy, at least when you're <br> dealing with a service that doesn't speak native WebSocket (or
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/4a6ecdf22ef90e3f?show_docid=4a6ecdf22ef90e3f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: Not killing proxied connection when browser leaves page</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/05dc9df431846242?show_docid=05dc9df431846242</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/05dc9df431846242?show_docid=05dc9df431846242#comments</comments>
		<pubDate>Thu, 26 Aug 2010 15:05:57 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/05dc9df431846242?show_docid=05dc9df431846242</guid>
		<description><![CDATA[
  It's getting called the first time by CometTransport's close method, <br /> in base.py. But that gets called after every write. Shouldn't <br /> connectionLost be called only when the client disconnects? <br /> <p>Here's the stack trace from pdb: <br /> (Pdb) w <br /> /usr/local/bin/orbited(8)&#60;modu le&#62;() <br /> -&#62; load_entry_point('orbited==0.7 .10', 'console_scripts', 'orbited')()
  ]]></description>
			<content:encoded><![CDATA[
  It's getting called the first time by CometTransport's close method, <br> in base.py. But that gets called after every write. Shouldn't <br> connectionLost be called only when the client disconnects? <br> <p>Here's the stack trace from pdb: <br> (Pdb) w <br> /usr/local/bin/orbited(8)&lt;modu le&gt;() <br> -&gt; load_entry_point('orbited==0.7 .10', 'console_scripts', 'orbited')()
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/05dc9df431846242?show_docid=05dc9df431846242/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: Not killing proxied connection when browser leaves page</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ee2eb1c16102fe46?show_docid=ee2eb1c16102fe46</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ee2eb1c16102fe46?show_docid=ee2eb1c16102fe46#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:21:35 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ee2eb1c16102fe46?show_docid=ee2eb1c16102fe46</guid>
		<description><![CDATA[
  I've seen this as well (i.e IRC closing by timeout and Orbited not <br /> closing). I think this is to due with the issues with the CSP protocol <br /> not closing properly (also causing the issues on <br /> <a target="_blank" rel="nofollow" href="http://groups.google.com/group/orbited-users/browse_thread/thread/73066ee7e761b447/6f2780655c019acb">[link]</a>) <br /> <p>mcarter, I know your busy, but can you check
  ]]></description>
			<content:encoded><![CDATA[
  I've seen this as well (i.e IRC closing by timeout and Orbited not <br> closing). I think this is to due with the issues with the CSP protocol <br> not closing properly (also causing the issues on <br> <a  rel=nofollow href="http://groups.google.com/group/orbited-users/browse_thread/thread/73066ee7e761b447/6f2780655c019acb">[link]</a>) <br> <p>mcarter, I know your busy, but can you check
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ee2eb1c16102fe46?show_docid=ee2eb1c16102fe46/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: [Orbited] Not killing proxied connection when browser leaves page</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/a481eb9b2340c35c?show_docid=a481eb9b2340c35c</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/a481eb9b2340c35c?show_docid=a481eb9b2340c35c#comments</comments>
		<pubDate>Thu, 26 Aug 2010 03:52:59 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/a481eb9b2340c35c?show_docid=a481eb9b2340c35c</guid>
		<description><![CDATA[
  Not sure if that is quite right... if you look at TCPResource.render (this <br /> is what gets called each time a client attempts to handshake) you see where <br /> an instance of a TCPConnectionResource is created. There should always be <br /> one of these created per connection. <br /> Perhaps the lostTriggered is being set improperly elsewhere. I would think
  ]]></description>
			<content:encoded><![CDATA[
  Not sure if that is quite right... if you look at TCPResource.render (this <br> is what gets called each time a client attempts to handshake) you see where <br> an instance of a TCPConnectionResource is created. There should always be <br> one of these created per connection. <br> Perhaps the lostTriggered is being set improperly elsewhere. I would think
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/a481eb9b2340c35c?show_docid=a481eb9b2340c35c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Not killing proxied connection when browser leaves page</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ca1f2a68d85f3507?show_docid=ca1f2a68d85f3507</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ca1f2a68d85f3507?show_docid=ca1f2a68d85f3507#comments</comments>
		<pubDate>Thu, 26 Aug 2010 03:37:32 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ca1f2a68d85f3507?show_docid=ca1f2a68d85f3507</guid>
		<description><![CDATA[
  I'm having trouble getting orbited to kill the connection it's <br /> proxying. <br /> <p>I'm using it to run IRC through a web browser. When the user <br /> disconnects, I would expect the IRC server to show the &#34;remote host <br /> closed the connection&#34; message, but instead I get ping timeout. So <br /> the code in proxy.py (in connectionLost) isn't killing the connection.
  ]]></description>
			<content:encoded><![CDATA[
  I'm having trouble getting orbited to kill the connection it's <br> proxying. <br> <p>I'm using it to run IRC through a web browser. When the user <br> disconnects, I would expect the IRC server to show the &quot;remote host <br> closed the connection&quot; message, but instead I get ping timeout. So <br> the code in proxy.py (in connectionLost) isn't killing the connection.
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/849c7b7465977a41/ca1f2a68d85f3507?show_docid=ca1f2a68d85f3507/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: [Orbited] Re: Announcing Orbited2 Beta</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/b9a09002782230ec?show_docid=b9a09002782230ec</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/b9a09002782230ec?show_docid=b9a09002782230ec#comments</comments>
		<pubDate>Wed, 25 Aug 2010 22:55:54 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/b9a09002782230ec?show_docid=b9a09002782230ec</guid>
		<description><![CDATA[
  Sounds about right. If tornado is a websocket server, then just use <br /> Orbited2.js to put a websocket in IE, etc. and you're good to go. <br /> - Michael Carter
  ]]></description>
			<content:encoded><![CDATA[
  Sounds about right. If tornado is a websocket server, then just use <br> Orbited2.js to put a websocket in IE, etc. and you're good to go. <br> - Michael Carter
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/b9a09002782230ec?show_docid=b9a09002782230ec/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: Announcing Orbited2 Beta</title>
		<link>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/a014aa08200322ea?show_docid=a014aa08200322ea</link>
		<comments>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/a014aa08200322ea?show_docid=a014aa08200322ea#comments</comments>
		<pubDate>Wed, 25 Aug 2010 22:13:27 +0000</pubDate>
		<dc:creator>ossline</dc:creator>
		
		<category><![CDATA[Orbited Discussion Group]]></category>

		<guid isPermaLink="false">http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/a014aa08200322ea?show_docid=a014aa08200322ea</guid>
		<description><![CDATA[
  So for instance I could do the following with Orbited2: <br /> <p>Deploy Orbited2, and use the Javascript library Orbited2.js and use <br /> Websockets in any browser (including IE?). <br /> Write a Tornado websocket server, which could deal with authentication <br /> from the incoming request. <br /> Once authenticated my Tornado setup could subscribe to a AMQP message
  ]]></description>
			<content:encoded><![CDATA[
  So for instance I could do the following with Orbited2: <br> <p>Deploy Orbited2, and use the Javascript library Orbited2.js and use <br> Websockets in any browser (including IE?). <br> Write a Tornado websocket server, which could deal with authentication <br> from the incoming request. <br> Once authenticated my Tornado setup could subscribe to a AMQP message
  ]]></content:encoded>
			<wfw:commentRss>http://groups.google.com/group/orbited-users/browse_thread/thread/d9a0a0fc810bea46/a014aa08200322ea?show_docid=a014aa08200322ea/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
