Showing entries 39501 to 39510 of 44049
« 10 Newer Entries | 10 Older Entries »
451 CAOS Links - 2006.10.31

Microsoft and Zend Technologies Announce Technical Collaboration to Improve Interoperability of PHP on the Windows Server Platform, Zend Technologies (Press Release)

OpenClovis Launches New Application Open Source Projects, OpenClovis (Press Release)

Red Hat Moving Forward, eWeek, Peter Galli (Podcast)

OpenMFG Introduces Upgraded Version of Namesake Suite, eWeek, Renee Boucher Ferguson (Article)

[Read more]
Making connections more manageable

For the past few weeks off and on, as part of Proven Scaling’s project to improve the MySQL server, I’ve been helping Joel Seligstein to really dig into the MySQL source code and add some features, in preparation for a much bigger feature coming up (more on that at a future date). He has now finished three smaller projects that have been on Proven Scaling’s and my own to-do list for quite some time: SET CONNECTION STATUS status, KILL connection_id WITH QUERY query_id, and SHOW … FOR CONNECTION connection_id.1

SET CONNECTION STATUS

This patch adds a new SET CONNECTION STATUS status command, which allows each session to set a status which will be shown in a new …

[Read more]
Holidays, Cache, and nothing is absolute

Observation on web page design during the Hacker Holiday:

It crossed my mind the other day that the web has moved to a design where you have a "so-so" intro page to the site, and a very customized personal page. This is not a new thought, I recognized this trend years ago, but thinking about it again this week got me to thinking more about cache design.

Slashdot uses a customizable front page, but most objects and design elements are reused. A few recent sites like Digg emulate this site design, but its just not as common any more for large sites. More often now sites use the homepage as a jumping off point and expect the user to spend more time in a "personalized page" where components will be less reusable (from a site wide viewpoint). Sites like Livejournal, FaceBook, MySpace, Tribe, represent the "personalized page" design.

This means? Sites like Slashdot optimize for a handful of pages, while the …

[Read more]
Microsoft makes nice with another open source company (SocialText)

If you've followed this blog, you know that I feel Microsoft's Sharepoint is the future of Microsoft's enterprise lock-in. Intriguingly, an open source company, SocialText, has joined forces with Microsoft to help them achieve that goal even faster. Ross and company are even providing an easy migration from JotSpot (acquired by Google), just in case you wanted to expedite the lock-in. :-)

Ross is a smart guy and understands that open source is still too young to be linking up solely with open source companies. Microsoft, for its part, recognizes the future, and so has partnered with …

[Read more]
IDEA: Hierarchy of caches for high performance AND high capacity memcached

(note: see below for updates)

This is an idea I've been kicking around for a while and wanted some feedback. Memcached does an amazing job as it is but there's always room for improvement.

Two areas that memcached could be improved are local acceleration and large capacity support (terabyte range)

I believe this could be done through a "hierarchy of caches" with a local in-process cache used to buffer the normal memcached and a disk-based memcached backed by berkeley DB providing large capacity.

The infrastructure would look like this:


in-process memcached -> normal memcached -> disk memcached

The in-process memcached would not be configured to access a larger memcached cluster. Clients would not use the network to get() objects and it would only take up a small amount of memory on the local machine. Objects would not serialize themselves before …

[Read more]
David Shrewsbury Leading Community Doxygen Project

After being "on hold" briefly for a variety of reasons, the Community Doxygen Project, which aims to "doxify" the MySQL server source code comments into standardized Javadoc commenting, is coming together.

David Shrewsbury will be leading the Doxygen Project for the community, with help from myself, Nicklas Westerlund, Frank Mash, Baron Schwartz, and Ronald Bradford. David has been working …

[Read more]
Trick or Treat - Web 2.0 Goodies for ColdFusion

I am happy to announce the latest creation from foundeo: fusionKit.

fusionKit is a CD full of some handy ColdFusion components and UDF's. It is a similar concept to the DRK's that Macromedia used to sell, but is it's 100% ColdFusion.

My favorite component in the kit is the Bayesian CFC. You may recall that spam filters tend to use bayesian analysis to determine if a message is spam or ham. This CFC allows you to perform the same kind of analysis on any block of text. I am using this CFC in one of my client's blogs, and it has blocked over 4,000 spam comments in one week!

There is also the tagging CFC, which makes it easy to work with tags or …

[Read more]
CodeMash - I'll Be There

I will be attending CodeMash in January (perhaps even as a speaker, as I put in a proposal for a session. It is a semi-local event for me, as it is in Sandusky, Ohio, which is about an hour and a half away from Columbus. Should be a great event for coders, and represents all platforms, not just Linux, so is bound to be a good event for networking with a variety of enthusiasts of all development platforms. Check it out!

What?s Your Uptime? What?s Your Uptime Worth?

My company has 9 production MySQL servers.

Our company does:

over 4 billion queries a week — an average of over 450,000 per machine, though in reality 2 servers do near 1 billion themselves, 5 do about the average, and 2 do much less (about 65k and 100k queries).

receive over 1380 GB (almost 1.35 TB!!) of data per week, an average of over 153 GB per server.

send out over 1400 GB of data per week, an average of 157 GB per server.

Our hardware is only somewhat beefy — 64-bit architecture, 3.20 GHz Intel(R) Xeon(TM) CPU, 6GB of RAM in 4 of the 5 most-used servers (4GB in the others).

We make over USD $220,000 per week ($10 billion per year) in sales for our web application.

If we bought the highest level of service, Platinum, for all 9 production machines, the cost would be 0.40% of our sales. The cost would be less than the cost of a new IT person (even a junior IT person!), and …

[Read more]
What?s Your Uptime? What?s Your Uptime Worth?

My company has 9 production MySQL servers.

Our company does:

over 4 billion queries a week — an average of over 450,000 per machine, though in reality 2 servers do near 1 billion themselves, 5 do about the average, and 2 do much less (about 65k and 100k queries).

receive over 1380 GB (almost 1.35 TB!!) of data per week, an average of over 153 GB per server.

send out over 1400 GB of data per week, an average of 157 GB per server.

Our hardware is only somewhat beefy — 64-bit architecture, 3.20 GHz Intel(R) Xeon(TM) CPU, 6GB of RAM in 4 of the 5 most-used servers (4GB in the others).

We make over USD $220,000 per week ($10 billion per year) in sales for our web application.

If we bought the highest level of service, Platinum, for all 9 production machines, the cost would be 0.40% of our sales. The cost would be less than the cost of a new IT person (even a junior IT person!), and …

[Read more]
Showing entries 39501 to 39510 of 44049
« 10 Newer Entries | 10 Older Entries »