<?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>PlanetMysql.ru - информация о СУБД MySQL &#187; studio</title>
	<atom:link href="http://planetmysql.ru/category/studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetmysql.ru</link>
	<description>Блог о самой популярной СУБД MySQL</description>
	<lastBuildDate>Thu, 24 May 2012 22:24:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Perl is probably a fine scripting language, but on Windows&#8230;</title>
		<link>http://karlssonondatabases.blogspot.com/2010/11/perl-is-probably-fine-scripting.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=perl-is-probably-a-fine-scripting-language-but-on-windows</link>
		<comments>http://karlssonondatabases.blogspot.com/2010/11/perl-is-probably-fine-scripting.html#comments</comments>
		<pubDate>Sat, 27 Nov 2010 14:21:00 +0000</pubDate>
		<dc:creator>Anders Karlsson</dc:creator>
				<category><![CDATA[client]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqld_multi]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Please do not assume Perl is always installed on all platforms. In particular not on Windows! Just it is probably a bad ised to assume that Windows DOS commands work on Linux! Come on now!Why am I making a fuzz you ask, do I have a problem with you writing stuff in Perl (personally, I don't even like Perl, but that's another issue). But somewhat modern software really should not assume that you have Perl, or DOS, or some other arcane, not terribly standardized piece of software around for a server to do it's job. And MySQL still have a way to go to be reasonably good on Windows. Downloading the lastest RC, 5.5.7, MySQLhas managed to screw up at least two things, at least, in my mind. But maybe that's just me:The optimzied. non debug libraries, are now in /lib under the distribution, not in /lib/opt where they used to be. I see no good reason for this, to be honest (place the libraries where you want, of course, but once a release is out, don't move them around at random in upcoming releases). This has been reported as bug #58532To make it realhard for us in the community to test this release Candidate version of MySQL, to iron out the bugs, MySQL decided not to include dynamic debug client libraries, only the static ones. Why this makes things difficult, you have to do some development on Windows to userstand. For a bunch of reasons (not necessarily good reasons, but if you are Microsoft, you are allowed to do whatever you choose, no reason needed, except that maybe it's the 7th hour on the 7th month and it's afull moon coming up or something), Micosoft compiles stuff so that a static library depends on stuff included by the compiler itself. So if the compiler version changes, the library will not work properly anymore. In short, you need to build your applications with the same version of Visual Studio as the MySQL Client library was built with. Yikes!None of this is any fun. And to add insult to injury, in the bin directory of the MySQL distribution on Windows, in 5.5.7, I find a few interesting files: mysql_config.pl, mysqld_multi.pl and 4 more. Yes, Perl programs. No, I do not have Perl install on my Windows boxes. I'm about to test this and see how it worls aout. Above all, I want to test if mysql_config works as expected.All in all: Please remove Perl depenent client programs from the MySQL distribution! And mysqld_multi seems rather superflous on Windows in general, if you ask me./Karlsson]]></description>
			<content:encoded><![CDATA[Please do not assume Perl is always installed on all platforms. In particular not on Windows! Just it is probably a bad ised to assume that Windows DOS commands work on Linux! Come on now!<br /><br />Why am I making a fuzz you ask, do I have a problem with you writing stuff in Perl (personally, I don't even <span>like</span> Perl, but that's another issue). But somewhat modern software really should not assume that you have Perl, or DOS, or some other arcane, not terribly standardized piece of software around for a server to do it's job. And MySQL still have a way to go to be reasonably good on Windows. Downloading the lastest RC, 5.5.7, MySQLhas managed to screw up at least two things, at least, in my mind. But maybe that's just me:<br /><br /><ul><li>The optimzied. non debug libraries, are now in /lib under the distribution, not in /lib/opt where they used to be. I see no good reason for this, to be honest (place the libraries where you want, of course, but once a release is out, don't move them around at random in upcoming releases). This has been reported as bug #58532</li><li>To make it realhard for us in the community to test this release Candidate version of MySQL, to iron out the bugs, MySQL decided not to include dynamic debug client libraries, only the static ones. Why this makes things difficult, you have to do some development on Windows to userstand. For a bunch of reasons (not necessarily good reasons, but if you are Microsoft, you are allowed to do whatever you choose, no reason needed, except that maybe it's the 7th hour on the 7th month and it's afull moon coming up or something), Micosoft compiles stuff so that a static library depends on stuff included by the compiler itself. So if the compiler version changes, the library will not work properly anymore. In short, you need to build your applications with the same version of Visual Studio as the MySQL Client library was built with. Yikes!</li></ul>None of this is any fun. And to add insult to injury, in the bin directory of the MySQL distribution on Windows, in 5.5.7, I find a few interesting files: mysql_config.pl, mysqld_multi.pl and 4 more. Yes, Perl programs. No, I do not have Perl install on my Windows boxes. I'm about to test this and see how it worls aout. Above all, I want to test if mysql_config works as expected.<br /><br />All in all: Please remove Perl depenent client programs from the MySQL distribution! And mysqld_multi seems rather superflous on Windows in general, if you ask me.<br /><br />/Karlsson<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/9144505959002328789-3784020583724487722?l=karlssonondatabases.blogspot.com" alt="" /></div><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=26597&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=26597&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/11/27/perl-is-probably-a-fine-scripting-language-but-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 test drive appliance updated to 7.0-beta2, now with GUI option</title>
		<link>http://www.lenzg.net/archives/317-Drupal-7-test-drive-appliance-updated-to-7.0-beta2,-now-with-GUI-option.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drupal-7-test-drive-appliance-updated-to-7-0-beta2-now-with-gui-option</link>
		<comments>http://www.lenzg.net/archives/317-Drupal-7-test-drive-appliance-updated-to-7.0-beta2,-now-with-GUI-option.html#comments</comments>
		<pubDate>Mon, 25 Oct 2010 20:18:01 +0000</pubDate>
		<dc:creator>Lenz Grimmer</dc:creator>
				<category><![CDATA[appliance]]></category>
		<category><![CDATA[betatest]]></category>
		<category><![CDATA[collaborating]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[contributing]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.lenzg.net/archives/317-guid.html</guid>
		<description><![CDATA[Over the weekend I updated my Drupal 7 test appliance in SUSE Studio to the Drupal 7.0-beta2 release, which was released on Oct. 23rd. I also added phpMyAdmin upon a user request, to provide a web-based method to work with the MySQL instance, if needed.
In addition to the lightweight "headless" appliance (which can only be accessed and configured via a remote network connection), I've now also created a GUI-based version. This appliance starts a minimal GNOME desktop and a Mozilla Firefox browser, which in turn opens the Drupal installation page by default. I hope you will find this useful if you want to toy around and test Drupal 7 without having to go through the entire OS and LAMP stack configuration yourself. In fact, you can even test this appliance via the recently added test drive option from right out of your web browser!
The appliance is now also available in OVF format. SuSE Studio now also builds Amazon EC2 images, which don't seem to be available for download from the SUSE Gallery yet. I assume this is a recent addition to the continuously improving SUSE Studio functionality, hopefully these images will be made available soon.]]></description>
			<content:encoded><![CDATA[<p><a href="http://drupal.org/"><img border="0" align="left" width="100" vspace="0" hspace="3" height="100" src="http://susestudio.com/theme/logo/thumbnail/add5dd18c2fd324267bc973fbc904fc6?m=true" alt="Drupal logo" /></a>Over the weekend I updated my <a href="http://susegallery.com/a/Byn5dM/drupal-7-testdrive">Drupal 7 test appliance</a> in SUSE Studio to the <a href="http://ftp.drupal.org/files/projects/drupal-7.0-beta2.tar.gz">Drupal 7.0-beta2</a> release, which was <a href="http://drupal.org/node/950318">released</a> on Oct. 23rd. I also added <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> upon a user request, to provide a web-based method to work with the MySQL instance, if needed.</p>
<p>In addition to the lightweight "headless" appliance (which can only be accessed and configured via a remote network connection), I've now also created a <a href="http://susegallery.com/a/Byn5dM/drupal-7-testdrive-gui">GUI-based version</a>. This appliance starts a minimal GNOME desktop and a Mozilla Firefox browser, which in turn opens the Drupal installation page by default. I hope you will find this useful if you want to toy around and test Drupal 7 without having to go through the entire OS and LAMP stack configuration yourself. In fact, you can even test this appliance via the recently added <a href="http://blog.susestudio.com/2010/10/testdrive-appliances-directly-from.html">test drive option</a> from right out of your web browser!</p>
<p>The appliance is now also available in <a href="http://blog.susestudio.com/2010/10/now-with-ovf-support.html">OVF format</a>. SuSE Studio now also builds Amazon EC2 images, which don't seem to be available for download from the SUSE Gallery yet. I assume this is a recent addition to the continuously improving SUSE Studio functionality, hopefully these images will be made available soon.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=26268&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=26268&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/10/26/drupal-7-test-drive-appliance-updated-to-7-0-beta2-now-with-gui-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Drupal 7 on a virtual appliance with MySQL 5.1 and the InnoDB plugin</title>
		<link>http://www.lenzg.net/archives/314-Testing-Drupal-7-on-a-virtual-appliance-with-MySQL-5.1-and-the-InnoDB-plugin.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-drupal-7-on-a-virtual-appliance-with-mysql-5-1-and-the-innodb-plugin</link>
		<comments>http://www.lenzg.net/archives/314-Testing-Drupal-7-on-a-virtual-appliance-with-MySQL-5.1-and-the-InnoDB-plugin.html#comments</comments>
		<pubDate>Fri, 17 Sep 2010 22:37:18 +0000</pubDate>
		<dc:creator>Lenz Grimmer</dc:creator>
				<category><![CDATA[appliance]]></category>
		<category><![CDATA[betatest]]></category>
		<category><![CDATA[collaborating]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[contributing]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.lenzg.net/archives/314-guid.html</guid>
		<description><![CDATA[The Drupal community just recently released another alpha test release of their upcoming Drupal 7 version, to shake out the remaining bugs and to encourage more users to test it.
If you would like to give it a try, but you don't have a free server handy, how about using a virtual machine instead? Using the fabolous SuSE Studio, I've&#160;created an appliance based on openSUSE 11.3, Drupal 7.0-alpha7 and MySQL 5.1 with the InnoDB plugin and strict mode enabled (both for the SQL mode and InnoDB mode. Using this configuration helps to ensure that Drupal works well with the current version of MySQL/InnoDB and does not use any &#34;questionable&#34; SQL statements. This might be especially interesting for additional modules - Drupal core did not reveal any problems using strict mode so far.
You can download disk images for VMware/Virtualbox/KVM or XEN from the SUSE Gallery (free login required). Just boot the appliance in your virtualization application of choice, choose your keyboard  layout and step through the network configuration and Time Zone selection.  Once the appliance has booted up and the login: prompt appeared, point  your web browser to the appliance's IP address to start the Drupal  installation/configuration. MySQL has been pre-configured, there is an  empty database named &#34;drupal&#34; and a user &#34;drupal&#34; with the same password  to access it. You just need to enter this information in the Drupal Database  configuration dialogue during the installation. Anything else can be configured to your liking.
After you have finished the installation, you can toy around with a fresh Drupal 7 installation! Install additional modules, change the themes, add content. And make sure to report all bugs that you run into while doing so! Have fun.]]></description>
			<content:encoded><![CDATA[<p><a href="http://drupal.org/"><img border="0" align="left" width="100" vspace="0" hspace="3" height="100" src="http://susestudio.com/theme/logo/thumbnail/add5dd18c2fd324267bc973fbc904fc6?m=true" alt="Drupal logo" /></a>The Drupal community just recently <a href="http://drupal.org/drupal-7.0-alpha7">released</a> another alpha test release of their upcoming Drupal 7 version, to shake out the remaining bugs and to encourage more users to test it.</p>
<p>If you would like to give it a try, but you don't have a free server handy, how about using a virtual machine instead? Using the fabolous <a href="http://susestudio.com/">SuSE Studio</a>, I've&#160;created an appliance based on <a href="http://en.opensuse.org/Portal%3A11.3">openSUSE 11.3</a>, Drupal 7.0-alpha7 and <a href="http://dev.mysql.com/downloads/mysql/">MySQL 5.1</a> with the <a href="http://dev.mysql.com/doc/refman/5.1/en/replacing-builtin-innodb.html">InnoDB plugin</a> and strict mode enabled (both for the <a href="http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html">SQL mode</a> and <a href="http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#sysvar_innodb_strict_mode">InnoDB mode</a>. Using this configuration helps to ensure that Drupal works well with the current version of MySQL/InnoDB and does not use any &quot;questionable&quot; SQL statements. This might be especially interesting for additional modules - Drupal core did not reveal any problems using strict mode so far.</p>
<p>You can download disk images for VMware/Virtualbox/KVM or XEN from the <a href="http://susegallery.com/a/Byn5dM/drupal-7-testdrive">SUSE Gallery</a> (free login required). Just boot the appliance in your virtualization application of choice, choose your keyboard  layout and step through the network configuration and Time Zone selection.  Once the appliance has booted up and the login: prompt appeared, point  your web browser to the appliance's IP address to start the Drupal  installation/configuration. MySQL has been pre-configured, there is an  empty database named &quot;drupal&quot; and a user &quot;drupal&quot; with the same password  to access it. You just need to enter this information in the Drupal Database  configuration dialogue during the installation. Anything else can be configured to your liking.</p>
<p>After you have finished the installation, you can toy around with a fresh Drupal 7 installation! Install additional modules, change the themes, add content. And make sure to report all bugs that you run into while doing so! Have fun.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25894&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25894&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/09/18/testing-drupal-7-on-a-virtual-appliance-with-mysql-5-1-and-the-innodb-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let he who is without proprietary features cast the first stone</title>
		<link>http://feedproxy.google.com/~r/451opensource/~3/ArrrbtIicmM/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=let-he-who-is-without-proprietary-features-cast-the-first-stone</link>
		<comments>http://feedproxy.google.com/~r/451opensource/~3/ArrrbtIicmM/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:51:17 +0000</pubDate>
		<dc:creator>The 451 Group</dc:creator>
				<category><![CDATA[451 group]]></category>
		<category><![CDATA[451caostheory]]></category>
		<category><![CDATA[451group]]></category>
		<category><![CDATA[Business models]]></category>
		<category><![CDATA[caostheory]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[james dixon]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[Licensing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[matt aslett]]></category>
		<category><![CDATA[mattaslett]]></category>
		<category><![CDATA[matthew aslett]]></category>
		<category><![CDATA[matthewaslett]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nuceo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open-Core]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[red hat network]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[spacewalk]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[The 451 Group]]></category>

		<guid isPermaLink="false">http://blogs.the451group.com/opensource/?p=1599</guid>
		<description><![CDATA[If the recent debate about open core licensing has proven one thing, it is that the issue of combining proprietary and open source code continues to be a controversial one. 
It ought to be simple: either the software meets the Open Source Definition or it does not. But it is not always easy to tell what license is being used, and in the case of software being delivered as a service, does it matter anyway?
The ability to deliver software as a hosted service enables some companies that are claimed to be 100% open source to offer customers software for which the source code is not available. Coincidentally, James Dixon has this week highlighted one example in the form of Nuxeo Studio, a configuration and customization environment for the Nuxeo ECM offerings, which is delivered as a hosted service to Nuxeo&#8217;s Connect &#8211; Developer subscribers.
The nature of Studio&#8217;s license came up in a conversation I had recently with Nuxeo CMO Cheryl McKinnon, and I had been meaning to write a post on the subject of hosted subscription services ever since.
Nuxeo Studio is the latest in a line of value-added subscription services that blur the lines between open and closed. It started, arguably, back in 2001 with Red Hat Network, a hosted monitoring and management service. The stand alone Red Hat Network Satellite followed two years later but it wasn&#8217;t until June 2008 that the code officially became open source, as project Spacewalk. 
Similarly, JBoss Operations Network was first introduced as JBoss Network, part of the JBoss subscription, in March 2005. The code for that was made available in the form of the Jopr project in 2008. 
Meanwhile MySQL introduced MySQL Network Monitoring and Advisory Services as part of MySQL Enterprise in October 2006 as it continued its shift towards subscription revenue (and away from its traditional dual licensing approach).
More recent examples include Nuxeo Studio and Acquia Network&#8217;s remote site management services.
In his post James Dixon argues that the delivery of a service like Nuxeo Studio is effectively the same as the open core licensing model, in that it is the delivery of proprietary extensions to an open source core. Florent Guillaume, director of R&#38;D at Nuxeo, and Eric Barroca, Nuxeo CEO, have responded in the comments to that post and Eric&#8217;s original to argue that it is not.
My own feeling is that Nuxeo&#8217;s approach is not open core, since the original definition of open core concerned proprietary products. However, the existence of Nuxeo Studio means that Nuxeo is clearly not 100% open source. 
For that reason, I have come to believe that we need to add a new revenue trigger category to our open source business strategy model, that makes a clear distinction between support subscriptions for 100% open source code, and value-add subscriptions that offer additional hosted services.
It is also a reminder of the importance of transparency. Open core vendors are regularly attacked for misleading potential customers with the promise of open source while delivering traditional licensing. Our recent transparency test indicated that for the most part open core vendors are clear about what features are in which version, and with which license.
I spent some time the other day investigating the web sites of various OSS-related vendors and unfortunately the same cannot be said of all vendors (whether they are open core or &#8220;pure&#8221; open source). 
Too often phrases like &#8220;open source subscription license&#8221;, &#8220;commercial open source license&#8221; and &#8220;value-added component&#8221; are thrown around without any explanation of what exactly is meant, and the so-called open source purists are not immune to glossing over the details.
Simon Crosby recently commented that everybody making money with open source actually has a proprietary angle. I don&#8217;t think that is 100% true, but it is getting harder and harder to identify the open source purists.
]]></description>
			<content:encoded><![CDATA[<p>If the recent debate about <a href="http://blogs.the451group.com/opensource/2010/03/25/winning-and-losing-with-open-core/">open core licensing</a> has proven one thing, it is that the issue of combining proprietary and open source code continues to be a controversial one. </p>
<p>It ought to be simple: either the software meets the <a href="http://www.opensource.org/docs/definition.php">Open Source Definition</a> or it does not. But it is not always easy to tell what license is being used, and in the case of software being delivered as a service, does it matter anyway?</p>
<p>The ability to deliver software as a hosted service enables some companies that are claimed to be 100% open source to offer customers software for which the source code is not available. Coincidentally, James Dixon has this week <a href="http://jamesdixon.wordpress.com/2010/04/06/nuxeo-open-core-or-not/">highlighted one example</a> in the form of <a href="http://www.nuxeo.com/en/subscription/connect/studio">Nuxeo Studio</a>, a configuration and customization environment for the Nuxeo ECM offerings, which is delivered as a hosted service to Nuxeo&#8217;s <a href="http://www.nuxeo.com/en/subscription/connect/developer">Connect &#8211; Developer</a> subscribers.</p>
<p>The nature of Studio&#8217;s license came up in a conversation I had recently with Nuxeo CMO Cheryl McKinnon, and I had been meaning to write a post on the subject of hosted subscription services ever since.</p>
<p>Nuxeo Studio is the latest in a line of value-added subscription services that blur the lines between open and closed. It started, arguably, back in 2001 with Red Hat Network, a hosted monitoring and management service. The stand alone Red Hat Network Satellite followed two years later but it wasn&#8217;t until June 2008 that the code officially became open source, as project <a href="https://fedorahosted.org/spacewalk/">Spacewalk</a>. </p>
<p>Similarly, JBoss Operations Network was first introduced as JBoss Network, part of the JBoss subscription, in March 2005. The code for that was made available in the form of the <a href="http://www.jboss.org/jopr">Jopr</a> project in 2008. </p>
<p>Meanwhile MySQL <a href="http://www.mysql.com/news-and-events/generate-article.php?id=1171">introduced</a> MySQL Network Monitoring and Advisory Services as part of MySQL Enterprise in October 2006 as it continued its shift towards subscription revenue (and away from its traditional dual licensing approach).</p>
<p>More recent examples include Nuxeo Studio and <a href="http://acquia.com/products-services/acquia-network">Acquia Network</a>&#8217;s remote site management services.</p>
<p>In his post James Dixon argues that the delivery of a service like Nuxeo Studio is effectively the same as the open core licensing model, in that it is the delivery of proprietary extensions to an open source core. Florent Guillaume, director of R&amp;D at Nuxeo, and Eric Barroca, Nuxeo CEO, have responded in the comments to that post and Eric&#8217;s <a href="http://blogs.nuxeo.com/ebarroca/2010/04/business-open-source-my-take-on-the-open-core-debate.html">original</a> to argue that it is not.</p>
<p>My own feeling is that Nuxeo&#8217;s approach is not open core, since the original definition of open core concerned proprietary products. However, the existence of Nuxeo Studio means that Nuxeo is clearly not 100% open source. </p>
<p>For that reason, I have come to believe that we need to add a new revenue trigger category to our <a href="http://blogs.the451group.com/opensource/2010/03/25/please-break-our-open-source-business-strategy-model/">open source business strategy model</a>, that makes a clear distinction between support subscriptions for 100% open source code, and value-add subscriptions that offer additional hosted services.</p>
<p>It is also a reminder of the importance of transparency. Open core vendors are regularly attacked for misleading potential customers with the promise of open source while delivering traditional licensing. Our recent <a href="http://blogs.the451group.com/opensource/2009/11/18/the-open-core-transparency-test/">transparency test</a> indicated that for the most part open core vendors are clear about what features are in which version, and with which license.</p>
<p>I spent some time the other day investigating the web sites of various OSS-related vendors and unfortunately the same cannot be said of all vendors (whether they are open core or &#8220;pure&#8221; open source). </p>
<p>Too often phrases like &#8220;open source subscription license&#8221;, &#8220;commercial open source license&#8221; and &#8220;value-added component&#8221; are thrown around without any explanation of what exactly is meant, and the so-called open source purists are not immune to glossing over the details.</p>
<p>Simon Crosby recently <a href="http://gigaom.com/2010/03/31/whos-making-money-from-open-source-in-the-cloud/">commented</a> that everybody making money with open source actually has a proprietary angle. I don&#8217;t think that is 100% true, but it is getting harder and harder to identify the open source purists.</p>
<img src="http://feeds.feedburner.com/~r/451opensource/~4/ArrrbtIicmM" height="1" width="1" /><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24239&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24239&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/04/08/let-he-who-is-without-proprietary-features-cast-the-first-stone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

