Technology

TwitterFacebook
Get flash to fully experience Pearltrees
Mobile Computing

http://www.codersrevolution.com/index.cfm/2008/7/31/MySQL-performance-INNER-JOIN-vs-subselect I ran into an interesting behavior with MySQL this week. I was helping someone speed up a slow page and a sizable increase in performance was achieved by simply re-arranging the SQL statement. The page was calling a SQL statement inside of a loop-- probably around 150 times on a page load.

Coder's Revolution: MySQL performance: INNER JOIN vs. sub-select

I have written before about using joins instead of subqueries, especially for NOT IN queries, which can usually be rewritten as exclusion joins — sometimes with huge efficiency gains. In this article I’ll look more closely at the performance characteristics of a few queries I’ve optimized in MySQL 5.0.3. I’ll also show you some tricks you can use to get MySQL to optimize queries better when you know it’s being inefficient. Updates in a join I wrote recently about the theoretical problems caused by UPDATE statements with FROM clauses ( Many-to-one problems in SQL ). This particular query shows the performance difference between a “correct” query and a “bad, nonstandard” query I wrote recently at work.

How to optimize subqueries and joins in MySQL at Xaprb

http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/

Troubleshooting Memory and Networking Issues – Linode Library

Many common issues with Linodes are caused by excessive memory consumption or networking configuration errors. This guide provides suggestions for alleviating these problems. When your VPS is running low on physical memory, it may start to "swap thrash." This means it's attempting to use your swap partition heavily instead of real RAM. We recommend you limit your swap partition size to 256 MB; heavy use of swap in a virtualized environment will cause major performance problems. We strongly recommend running the 32-bit version of your distribution of choice, unless you have a specific reason to run the 64-bit version. https://library.linode.com/troubleshooting/memory-networking#

Community Help | Installing an SSL Certificate in Tomc...

http://community.godaddy.com/help/article/5239/installing-an-ssl-certificate-in-tomcat-4x5x6x After your certificate request is approved, you can download your SSL and intermediate certificate from within the SSL application. For more information see Downloading Your SSL Certificate . Both of these files must be installed on your Web server.

Community Help | SSL Certificate Renewal - Tomcat 4.x/...

After we approve your certificate renewal request, you can download your SSL and intermediate certificate. For more information, see Downloading an SSL Certificate . You must install both files on your Web server. http://community.godaddy.com/help/article/5355/ssl-certificate-renewal--tomcat-4x5x6x
Follow the below instructions to generate key pair and CSR for your Web server. When you have completed generating your CSR, cut/copy and paste it into the CSR field on the SSL certificate-request page. NOTE: Java 2 SDK 1.2 or above must be installed before you can generate your CSR. Once installed, you will be using the "keytool" command to create your key pair and CSR. To Generate the Key Pair

Community Help | Generating a Certificate Signing Requ...

http://community.godaddy.com/help/article/5276/generating-a-certificate-signing-request-csr--tomcat-4x5x6x
The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help , but ultimately it s the wrong place to address the problem. Apache has built-in features too , but the performance cost of these features is prohibitive. This has created a gap that a number of third-party solutions have attempted to fill. One of the oldest of these is suphp , created by Sebastian Marsching. How well does it work, and how well does it perform? http://blog.stuartherbert.com/php/2008/01/18/using-suphp-to-secure-a-shared-server/

Stuart Herbert On PHP - » Using suphp To Secure A Shared Server

New battery design could give electric vehicles a jolt

A radically new approach to the design of batteries, developed by researchers at MIT, could provide a lightweight and inexpensive alternative to existing batteries for electric vehicles and the power grid. The technology could even make “refueling” such batteries as quick and easy as pumping gas into a conventional car. The new battery relies on an innovative architecture called a semi-solid flow cell, in which solid particles are suspended in a carrier liquid and pumped through the system. http://web.mit.edu/newsoffice/2011/flow-batteries-0606.html
Linux

Programming

Open Source

Database

Web Applications

Servers

Apple

Blogs