Showing entries 38321 to 38330 of 44035
« 10 Newer Entries | 10 Older Entries »
451 CAOS Links - 2007.03.08

Sourcefire prices IPO…OpenLogic adds support for Solaris…Krugle offers Eclipse code search plugin…and more…

Sourcefire, Inc. Prices Initial Public Offering of Common Stock, Sourcefire (Press Release)

OpenLogic Adds Open Source Packages on Sun Solaris To Certified Library, OpenLogic (Press Release)

New Eclipse Plug-in From Krugle Offers Code Search For Enterprise Developers, Krugle (Press Release)

Oregon State University Joins Eclipse Foundation, Announces Global Open Source Health Project, Oregon State University (Press Release)

[Read more]
Phantom 5.0.37 MySQL Release

I spotted Edin's blog post about PHP 4.4.6 now being linked against MySQL 5.0.36 on Windows and decided to see what is new in that release in comparison to the 5.0.33 I am currently running.

A quick visit to the MySQL's downloads page revealed a distinct absence of said release however. There are however release notes about MySQL 5.0.37, which lists some compelling fixes. Unfortunately, this release is nowhere to be found as well, even though the release notes claim it was released on 27 February 2007.

A simple question comes to mind, WTF?

Introducing MySQL Deadlock Logger

I'm continuing to add new tools to the MySQL Toolkit. MySQL Deadlock Logger is for extracting and storing information about the latest recorded InnoDB deadlock. It's not only easy to view the information from the command line, it's dead simple to store it back into a MySQL table for analysis. I think most users will find it handy to create a cron job to record the deadlocks automatically for later analysis.

Grazr.com feed and OPML file hosting system



A week or so ago, I posted a journal entry about MySQL replication titled "Changing hats". The fruit of the effort in setting up this replication system can be seen at http://www.grazr.com. This is a really cool system we built at Grazr provides users free upload and hosting of their own Feeds (RDF, RSS, OPML, ATOM), displaying those feeds into the nifty Grazr widget. I was never a feed junky, but am becoming one! The idea (as I see it), in this information-overflow world, is to organise or distill your information sources. At least one part of my life could certainly use that. Still much more to learn, and Grazr.com also includes a great tutorial about feeds, OPML, and how to use Grazr.

This was a great experience, and I learned more in depth about so many things that I thought I knew …

[Read more]
True North Corporation Selects Infobright & MySQL

TDWI Conference, Las Vegas - Infobright, supplier of a market leading software-only data warehousing appliance, today announced that True North Corporation has selected the Infobright BrightHouse data warehouse platform.

Looking forward, not backward, for prosperity

And so last night Arsenal's Champions League season ended in a brilliant match which ended the completely wrong way. Arsenal's problem is clear: it's incredibly slick passing and footwork results in too few goals. (Stay with me here - this really is an open source post.)

But that doesn't really tell the story. The real story behind Arsenal's problems sounds eerily similar to Clay Christensen's Innovator's Dilemma. And, hence, Arsenal's problem is much like the software industry's problem.

Arsenal has dominated (off and on) English football for nearly 100 years. In 2004-05, the team went 49 games without being beaten. At the heart of its recent success is Thierry Henry, the world's best forward. In years past, Henry put in more goals than anyone else in the league, in striking and beautiful fashion.

This year? Not even a …

[Read more]
MySQL Forge - Now With More Forgerrificness!

Been hacking on the MySQL Forge over the last week or so... The biggest change is that, thanks to many folks, notably Peter Gultzan and Lenz Grimmer, our internal Worklog system is now publicly available — and commentable — on MySQL Forge.

What's the Big Deal With That, Jay?

Well, lots of folks want to see the "roadmap" which the MySQL development team follows. Worklog, and specifically the Worklog (WL) tasks, are about the closest thing to a fluid, documented internal development roadmap that you can get.

Right now, there are 854 public tasks available for searching and commenting on the Forge, and more will be popping up every day, as development teams within MySQL open up their tasks for public commenting.

Got An Idea? Tell a Dev!

If you've got ideas, or …

[Read more]
Why I Joined the MySQL Board

By Tim O'Reilly

As some of you have probably already noted, I recently joined the MySQL board. There are a couple of good reasons.


First, MySQL has a unique position at the juncture of two of my abiding interests, open source and Web 2.0. As I wrote in the quote that I provided for the press release: "The platforms powering the Web today are the enterprise infrastructure of tomorrow. What we learn from those platforms is the enormous power of open source, open standards, and user involvement ... and one more thing -- that the future belongs to data. Every killer app on the Internet is a database application. And that makes MySQL the 'Intel Inside' of the next-generation of computer applications."

It's not every open source project that gets to be part of the acronym …

[Read more]
What to do when MySQL says skip-innodb is defined

Are you seeing a MySQL error that says InnoDB support isn't enabled, even though it is? This article explains why it happens and how to fix it.

InnoDB changes from 5.0.26 to 5.0.36

The way InnoDB handles locking of the Buffer Pool has been changed with 5.0.30. Sites that have a large (16GB+) innodb_buffer_pool_size and high concurrency (4+ CPUs) will experience lock contention of the single global Buffer Pool lock in older versions of MySQL. In Cacti that behavior can look like this:

5.0.26, high InnoDB load, memory saturated environment (database smaller than RAM), very high concurrency.

CPU usage >100% not plotted properly, thus the strange graph. Watch the high system time consumption.

After upgrading from 5.0.26 to 5.0.36, the lock contention goes away. The gain materializes itself as a greatly reduced system time usage.

5.0.36, high InnoDB load, memory saturated, high concurrency.

User time comparable, system time a lot smaller.

Showing entries 38321 to 38330 of 44035
« 10 Newer Entries | 10 Older Entries »