| Article: Fine Tune Your Storage Configuration For Maximum Performance I had recently written an article to which I would like to share with anybody interested on specific storage concepts and O/S tunings to maximize overall performance to a storage configuration. This is specific to the 2.6 Linux kernel. http://www.hydrasystemsllc.com/doc/finetuneperf.pdf
Petros Koutoupis
__________________
buffer = (char*)calloc( bufferLength, sizeof(char) );
if(!buffer) {
close( pLunDevice->deviceHandle );
return 0xFF; }
|