05-04-2011 03:23 PM - edited 05-04-2011 03:24 PM
OK so I took Sean's input and did a rough benckmark (IT dept has a lot of services running local) and found a few tidbits.
(Create-Commit-Loop-unreserve-destroy) is @1.5mSec faster per call than (Create-Loop-Destroy)
New tasks seem to be faster than MAX tasks (within Margin of error)
Tunnels vs SRs difference in performance is also in the dirt.
Anyone with a clean Benchmark enviornment is wellcome to attempt to resolve the fine points
| NT C SR | 12341 |
| New task w Commit | 12367 |
| Max task w Commit | 12378 |
| MT C SR | 12853 |
| New task RAW | 13397 |
| NT RAW SR | 13460 |
| Max task RAW | 13469 |
| MT RAW SR | 13546 |