Re: [reSIProcate] Awful performance on Leopard
On 2008, Jul 10, at 15:39, Byron Campen wrote:
Interesting. What version of Leopard are you running? Also, what
network interfaces were enabled on your run?
Looks a bit anomalous on your machine, Byron.
Tiger% system_profiler SPSoftwareDataType | grep Mac ; system_profiler
SPNetworkDataType | egrep "^ *Type:|Has IP " | grep -B1 Yes | grep
Type: ; system_profiler SPFirewallDataType | egrep "Mode:|Policy:"
System Version: Mac OS X 10.4.11 (8S2167)
Type: AirPort
Tiger% ./testStack --num-runs=100000
Performing 100000 runs.
100000 registrations peformed in 37088 ms, a rate of 2696.29
transactions per second.]
Leopard% system_profiler SPSoftwareDataType | grep Mac ;
system_profiler SPNetworkDataType | egrep "^ *Type:|Has IP " | grep -
B1 Yes | grep Type: ; system_profiler SPFirewallDataType | egrep
"Mode:|Policy:"
System Version: Mac OS X 10.5.4 (9E17)
Type: AirPort
Mode: Allow all incoming connections
Leopard% ./testStack --num-runs=100000
Performing 100000 runs.
100000 registrations peformed in 29238 ms, a rate of 3420.21
transactions per second.]
-philip