Showing entries 31166 to 31175 of 44942
« 10 Newer Entries | 10 Older Entries »
451 CAOS Links 2008.11.04

Open-Xchange raises Series B funding. The FSF enables Wikimedia’s potential move to the Creative Commons Attribution-ShareAlike 3.0 license. The “Bilski” decision and software patents. Mindtouch reports revenue growth. And more.

Press releases
Open-Xchange Closes Series B Venture Funding of $9 Million Open-Xchange

OASIS Members Form Committee to Advance Interoperability and Conformance of OpenDocument Format (ODF) Applications OASIS

FSF Releases New Version of GNU Free Documentation License Free Software Foundation

Federal Court Issues “Bilski” Decision Software Freedom …

[Read more]
WebSynergy Milestone 3 Release

Project WebSynergy continues its march to its first commercial release early next year. Last Friday, the team released its Milestone 3 [download].

Major changes or additions since the last milestone include: GlassFish V2 & V3 bundles, much improved documentation, better samples, WSRP-Database integration, jBPM Workflow …

[Read more]
Open Source isn’t Open Source if it’s closed


Consider me a tomato.

Savio posted a MySQL needs to reconsider closed source article yesterday. I’m sure anyone who knows me knows that I’m one of the ones who is likely to be very vocally outraged if they do. I agree that the mythical “point #3″ is the hard part of the general Open Source business plan … although I’d put forward that #3 is always the hard part, Open Source or no. However, before I rant uncontrollably about that, I was struck by this:

Can you think of a better testament to the power of the open-source business model than saving Sun Microsystems?

Short answer:

Yes

First let’s quibble over words again. If I answer the question the way it’s intended to be answered (semi-rhetorically), it would be glossing over the gross error …

[Read more]
Advantages of deploying MySQL database with Solaris Cluster

ritu

The primary advantage of deploying the MySQL database in a Solaris Cluster environment is high availability. The Solaris Cluster environment provides fault monitoring and failover capabilities not only for the MySQL software, but also for the entire infrastructure including servers, storage, interconnects, and the operating system. If any component of the entire infrastructure fails, that failure is isolated and managed independently with no impact on availability.

MySQL Master-Slave configurations, deployed outside of a Solaris Cluster environment, provide limited availability: if the master fails, then the slave can manually be assigned master status and take over operation. However, this process is not automatic but requires manual intervention by a system administrator. Solaris Cluster removes this limitation, as it automatically fails over in the case of a master node failure. In addition, Solaris Cluster provides high …

[Read more]
Advantages of deploying MySQL database with Solaris Cluster

ritu

The primary advantage of deploying the MySQL database in a Solaris Cluster environment is high availability. The Solaris Cluster environment provides fault monitoring and failover capabilities not only for the MySQL software, but also for the entire infrastructure including servers, storage, interconnects, and the operating system. If any component of the entire infrastructure fails, that failure is isolated and managed independently with no impact on availability.

MySQL Master-Slave configurations, deployed outside of a Solaris Cluster environment, provide limited availability: if the master fails, then the slave can manually be assigned master status and take over operation. However, this process is not automatic but requires manual intervention by a system administrator. Solaris Cluster removes this limitation, as it automatically fails over in the case of a master node failure. In addition, Solaris Cluster provides high …

[Read more]
MySQL University: Bazaar and Launchpad

This Thursday (November 6, 2008), Jay Pipes will guide you on a tour of Bazaar and Launchpad for beginners. Since Jay is located in Columbus, Ohio, this session will start later than usual, that is, at 17:00 UTC / 9:00am PDT / 12:00 EST / 17:00 BST / 18:00 CET.

Getting to know Bazaar and Launchpad is certainly interesting for most developers, but it's a "must-know" for anyone thinking of contributing code to MySQL, since MySQL development has been using Bazaar and Launchpad for quite a while now.

While I'm at it: 

On the eve of the Berlin Marathon a few weeks ago, I saw Santa Claus on skates, which reminded me …

[Read more]
Sildes from "Googol Records (with MySQL)"-Session

IPC is over. My impression: The place was too big making it a little bit difficult to get in contact with others. Yet, from a technical and gastronomical point of view the Rheingoldhalle was a good choice. For the next IPC I would recommend to anker a hotel-ship near the hall (the Rheingoldhalle is situated at the bank of the river Rhine) to avoid a 30min shuttle bus ride from and to the hotel. ;-)


But back to my talk there.


The initial idea to this session was a performance consulting in spring this year: For a table with appr. 250 billion entries I found a way to store and read about 6,000 queries per second! I applied some very unusual ways to speed up a problem by factor 1,000 or 2,000 just by thinking about how I would do it, if I had to store the things in my home supposed they were real things such as cutlery.


I found out, that there are some patterns, which can …

[Read more]
InnoDB show table status gets blocked

Yesterday I was going through the locks related code; and found that in 5.0; when you have a global read lock; then the SHOW TABLE STATUS actually gets blocked when it had its own read lock on the new session; and this is not the case with MySQL 5.1

For example; lets execute the following set of statements in two sessions with MySQL 5.0 (latest bazaar version with InnoDB enabled):

Session 1:

mysql> use test;
Database changed
mysql> drop table if exists t1;
Query OK, 0 rows affected (0.07 sec)
 
mysql> create table test.t1(c1 int)Engine=InnoDB;
Query OK, 0 rows affected (0.00 sec)
 
mysql> flush tables with read lock;
Query OK, 0 rows affected (0.00 sec)

Session 2:

mysql> use test
Database changed
mysql> lock table t1 read;
Query OK, 0 rows affected (0.01 sec)
 
mysql> show …
[Read more]
Open Source isn't Open Source if it's closed

Consider me a tomato.

Savio posted a MySQL needs to reconsider closed source article yesterday. I'm sure anyone who knows me knows that I'm one of the ones who is likely to be very vocally outraged if they do. I agree that the mythical "point #3" is the hard part of the general Open Source business plan ... although I'd put forward that #3 is always the hard part, Open Source or no. However, before I rant uncontrollably about that, I was struck by this:
Can you think of a better testament to the power of the open-source business model than saving Sun Microsystems?

Short answer:

Yes

First let's quibble over words again. If I answer the question the way it's intended to be answered (semi-rhetorically), it would be glossing over the gross error in assumption it …

[Read more]
Open Source isn't Open Source if it's closed

Consider me a tomato.

Savio posted a MySQL needs to reconsider closed source article yesterday. I'm sure anyone who knows me knows that I'm one of the ones who is likely to be very vocally outraged if they do. I agree that the mythical "point #3" is the hard part of the general Open Source business plan ... although I'd put forward that #3 is always the hard part, Open Source or no. However, before I rant uncontrollably about that, I was struck by this:
Can you think of a better testament to the power of the open-source business model than saving Sun Microsystems?

Short answer:

Yes

First let's quibble over words again. If I answer the question the way it's intended to be answered (semi-rhetorically), it would be glossing over the gross error in assumption it …

[Read more]
Showing entries 31166 to 31175 of 44942
« 10 Newer Entries | 10 Older Entries »