say('hello'); $t2 = microtime(1); while ($j++ < $count) { $c = $fub->say("hello"); } $t3 = microtime(1); printf("RPC : %2.5f\n", $t2 - $t1); printf("NON-RPC: %2.5f\n", $t3 - $t2); ?>