http://qs321.pair.com?node_id=35075


in reply to RE (tilly) 6: Load Balancing fun..
in thread Load Balancing fun..

Really, my opinion on optimizing is that it is like running. ...

And many agree with you, to quote Knuth: 'Premature optimization is the root of all evil' :)

Code should be optimized for readability first. Then if a performance problem occors, locate the source of the problem and optimize only that part of the code. As another saying goes, the processor usually spends 99 percent of its time in 1 percent of the code.

Have Fun