<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Glimpsing into the Future of Collanos</title>
	<atom:link href="http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/</link>
	<description>- think out of the inbox -</description>
	<pubDate>Fri, 29 Aug 2008 01:31:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Al M</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-32864</link>
		<dc:creator>Al M</dc:creator>
		<pubDate>Thu, 06 Mar 2008 21:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-32864</guid>
		<description>The web interface to Collanos will be make or break. Right now in our team - half of us use Google Docs/Sites exclusively. For Collanos to compete with the elephant in the room, the web experience is critical. I still think offline access to data (which Google does not provide (for now! but Google Gears is coming!) is extremely critical for businesses.
AM</description>
		<content:encoded><![CDATA[<p>The web interface to Collanos will be make or break. Right now in our team - half of us use Google Docs/Sites exclusively. For Collanos to compete with the elephant in the room, the web experience is critical. I still think offline access to data (which Google does not provide (for now! but Google Gears is coming!) is extremely critical for businesses.<br />
AM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoit Broucke</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6378</link>
		<dc:creator>Benoit Broucke</dc:creator>
		<pubDate>Wed, 14 Mar 2007 13:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6378</guid>
		<description>Hello every body,
I follow Collanos since a few time, and as lot of people my feeling is it looks like a great product. I would like to add two comments. First is regarding the data security and especially about the encryption. I understand the answer of Franco, but it stills a problem: no way to control encryption, and no way to control the bounds of the community. In some companies it's a problem. Or perhaps it's just a problem of explanation/information. The second point is the concept of data space, work space, repository space ... and associated, tools, binary formats... In a compagny data management is more or less organised, versionning, project repository and others. Using several data model and tools generates data replication, copies, and after a while ... which version is right ? Just to think about this organisationnal problem. But I'm not sure a solution is profiling today. (The nature of data storing, where it is, and how I can access it should be tool agnosting and defined in a public concept of "electronic data", with kinds of properties like security).</description>
		<content:encoded><![CDATA[<p>Hello every body,<br />
I follow Collanos since a few time, and as lot of people my feeling is it looks like a great product. I would like to add two comments. First is regarding the data security and especially about the encryption. I understand the answer of Franco, but it stills a problem: no way to control encryption, and no way to control the bounds of the community. In some companies it&#8217;s a problem. Or perhaps it&#8217;s just a problem of explanation/information. The second point is the concept of data space, work space, repository space &#8230; and associated, tools, binary formats&#8230; In a compagny data management is more or less organised, versionning, project repository and others. Using several data model and tools generates data replication, copies, and after a while &#8230; which version is right ? Just to think about this organisationnal problem. But I&#8217;m not sure a solution is profiling today. (The nature of data storing, where it is, and how I can access it should be tool agnosting and defined in a public concept of &#8220;electronic data&#8221;, with kinds of properties like security).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franco Dal Molin</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6230</link>
		<dc:creator>Franco Dal Molin</dc:creator>
		<pubDate>Sun, 11 Mar 2007 19:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6230</guid>
		<description>Thanks everybody for your comments, encouragements, and ideas!

Mark, 1. The tricky part when it comes to locking/checking-in-out schemes is being a P2P system and furthermore allowing off-line work. While marking content as "changed" is easy, the complexity is pushed to the "conflict resolution" part (and again, because of P2P, remains still hard). Source control systems are server centric. We are working on concepts such as "managed objects" with a "mobile locking" that can be passed on to others. More about this in a future column. 2. Off-line invites. First step comes with central user directory, but yes, your ideas are the next steps: Email invitations/notifications including opt-in to specific workplaces.

Neil, 1. Workplace currently is a 45MB download, and typically has 90-120MB memory footprint (depending on active workspaces). This numbers are before applying optimizations. We will unbundle the Java Runtime Environment (JRE), which will make it roughly 15MB lighter. A 30MB download is comparable to Skype. We are also working on the memory reduction. Currently we are using about the same as OUTLOOK, but with the replication improvements we hope to also bring down this number. 2. You can read on www.jxta.org about the P2P protocols that we use. Traffic is going through a "Relay" only, if no direct TCP connection can be established between any two peers. If that is the case, still, all communication is encrypted from peer to peer.</description>
		<content:encoded><![CDATA[<p>Thanks everybody for your comments, encouragements, and ideas!</p>
<p>Mark, 1. The tricky part when it comes to locking/checking-in-out schemes is being a P2P system and furthermore allowing off-line work. While marking content as &#8220;changed&#8221; is easy, the complexity is pushed to the &#8220;conflict resolution&#8221; part (and again, because of P2P, remains still hard). Source control systems are server centric. We are working on concepts such as &#8220;managed objects&#8221; with a &#8220;mobile locking&#8221; that can be passed on to others. More about this in a future column. 2. Off-line invites. First step comes with central user directory, but yes, your ideas are the next steps: Email invitations/notifications including opt-in to specific workplaces.</p>
<p>Neil, 1. Workplace currently is a 45MB download, and typically has 90-120MB memory footprint (depending on active workspaces). This numbers are before applying optimizations. We will unbundle the Java Runtime Environment (JRE), which will make it roughly 15MB lighter. A 30MB download is comparable to Skype. We are also working on the memory reduction. Currently we are using about the same as OUTLOOK, but with the replication improvements we hope to also bring down this number. 2. You can read on <a href="http://www.jxta.org" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.jxta.org');" rel="nofollow">http://www.jxta.org</a> about the P2P protocols that we use. Traffic is going through a &#8220;Relay&#8221; only, if no direct TCP connection can be established between any two peers. If that is the case, still, all communication is encrypted from peer to peer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Johnson</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6228</link>
		<dc:creator>Neil Johnson</dc:creator>
		<pubDate>Sun, 11 Mar 2007 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6228</guid>
		<description>OK, I just linked here from a "Groove" discussion on Slashdot, and took the tour.  I like the idea, and the product looks pretty good.  I do have a couple of questions though:
1. How much memory does the application use?
2. Is there a version that does NOT have all of the communication and files going throuh a server that is not under my control?</description>
		<content:encoded><![CDATA[<p>OK, I just linked here from a &#8220;Groove&#8221; discussion on Slashdot, and took the tour.  I like the idea, and the product looks pretty good.  I do have a couple of questions though:<br />
1. How much memory does the application use?<br />
2. Is there a version that does NOT have all of the communication and files going throuh a server that is not under my control?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve van Niman</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6134</link>
		<dc:creator>Steve van Niman</dc:creator>
		<pubDate>Fri, 09 Mar 2007 18:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6134</guid>
		<description>Franco,

Thank you for the roadmap and general direction we can expect from Collanos in the near term.  Your teams willingness to listen to practical improvments have helped improve our collaboration within our team.  We now have timeframes on when we can tap into additional functionality to aid in improving performance.

Thanks,
Steve</description>
		<content:encoded><![CDATA[<p>Franco,</p>
<p>Thank you for the roadmap and general direction we can expect from Collanos in the near term.  Your teams willingness to listen to practical improvments have helped improve our collaboration within our team.  We now have timeframes on when we can tap into additional functionality to aid in improving performance.</p>
<p>Thanks,<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Beaubien</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6086</link>
		<dc:creator>Mark Beaubien</dc:creator>
		<pubDate>Fri, 09 Mar 2007 11:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6086</guid>
		<description>First off, great job!

A couple ideas, (which you may have already pondered): 
1. to prevent overwrites, how about a semaphore/lock mechanism on files? Essentially, you check out a file, and if the file is being edited/changed/overwritten a hash code is generated to indicate to another peer that the file's been modified since it was last checked-in. Source code control systems do this. 
2. For user must be online to be invited, perhaps use a method of sending them a smtp email and when they open it they click on a URL hyperlink (OK that means a web server and that's not pure P2P) and if necessary, auto-download/install the entire environment (*gasp*). Then they opt-in to the workspace?

-Mark +1-413-863-0200 X7201</description>
		<content:encoded><![CDATA[<p>First off, great job!</p>
<p>A couple ideas, (which you may have already pondered):<br />
1. to prevent overwrites, how about a semaphore/lock mechanism on files? Essentially, you check out a file, and if the file is being edited/changed/overwritten a hash code is generated to indicate to another peer that the file&#8217;s been modified since it was last checked-in. Source code control systems do this.<br />
2. For user must be online to be invited, perhaps use a method of sending them a smtp email and when they open it they click on a URL hyperlink (OK that means a web server and that&#8217;s not pure P2P) and if necessary, auto-download/install the entire environment (*gasp*). Then they opt-in to the workspace?</p>
<p>-Mark +1-413-863-0200 X7201</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tra</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6074</link>
		<dc:creator>tra</dc:creator>
		<pubDate>Thu, 08 Mar 2007 22:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-6074</guid>
		<description>Franco,

Great to see the progress and continued improvements, and glad to see that the JXTA technology, the industry leading open-source P2P platform, has enabled you to develop a great product.

B.</description>
		<content:encoded><![CDATA[<p>Franco,</p>
<p>Great to see the progress and continued improvements, and glad to see that the JXTA technology, the industry leading open-source P2P platform, has enabled you to develop a great product.</p>
<p>B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Kuppinger</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-5997</link>
		<dc:creator>Martin Kuppinger</dc:creator>
		<pubDate>Wed, 07 Mar 2007 15:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-5997</guid>
		<description>Franco,

like you know I think that you are on the right track and many of the features I have in mind for Collanos and discussed with you are prioritized on your roadmap.
So I'm looking forward especially for the central user directory and, in consequence, an easy way where I can have one identity with Collanos even when I work on different systems (like my notebook and the PC in my home office).

Martin</description>
		<content:encoded><![CDATA[<p>Franco,</p>
<p>like you know I think that you are on the right track and many of the features I have in mind for Collanos and discussed with you are prioritized on your roadmap.<br />
So I&#8217;m looking forward especially for the central user directory and, in consequence, an easy way where I can have one identity with Collanos even when I work on different systems (like my notebook and the PC in my home office).</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Pearl</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-5964</link>
		<dc:creator>Steve Pearl</dc:creator>
		<pubDate>Tue, 06 Mar 2007 18:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-5964</guid>
		<description>Here's hoping that my comments on the TechCast get Collanos the positive recognition it deserves.  You guys are doing a great service to the IT community in developing this product.  Yes, I acknowledge Collanos "early stage" warts in my comments, but I hope the admiration I have for your product comes through in my comments.  Keep up the good work!

Steve</description>
		<content:encoded><![CDATA[<p>Here&#8217;s hoping that my comments on the TechCast get Collanos the positive recognition it deserves.  You guys are doing a great service to the IT community in developing this product.  Yes, I acknowledge Collanos &#8220;early stage&#8221; warts in my comments, but I hope the admiration I have for your product comes through in my comments.  Keep up the good work!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Helfenstein</title>
		<link>http://blog.collanos.com/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-5960</link>
		<dc:creator>Peter Helfenstein</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.collanos.com/index.php/2007/03/01/glimpsing-into-the-future-of-collanos/#comment-5960</guid>
		<description>Todays PhillyTechcast with Collanos user Steven Pearl confirms the importance of the improved replication for all our users. This blog series will address Steven's requirements re IM and calendar soon!
Interesting webcast: 

http://www.phillytechcast.com/2007/03/interview_steve.html 

Such feedback is a great motivation for all the Collanos team!</description>
		<content:encoded><![CDATA[<p>Todays PhillyTechcast with Collanos user Steven Pearl confirms the importance of the improved replication for all our users. This blog series will address Steven&#8217;s requirements re IM and calendar soon!<br />
Interesting webcast: </p>
<p><a href="http://www.phillytechcast.com/2007/03/interview_steve.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://www.phillytechcast.com/2007/03/interview_steve.html');" rel="nofollow">http://www.phillytechcast.com/2007/03/interview_steve.html</a> </p>
<p>Such feedback is a great motivation for all the Collanos team!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
