Robert Olofsson wrote:
I could benchmark my proxy with and without transferTo/transferFom
though, that could be an interesting benchmark and that is easy to
check.

A small and benchmark with my proxy, rabbit, gives me interesting
numbers. I run this command:
ab2 -n10000 -c100 -X localhost:9666 \
http://www.khelekore.org/~robo/arcs.png

To enable/disable transfer support I change one line:
"if (mayTransfer ()" into "if (false && mayTransfer ()"

With transfer support:
Requests per second:    1478.70 [#/sec] (mean)

Without transfer:
Requests per second:    1095.34 [#/sec] (mean)

This is not a very good benchmark, so I omit the details.
I do think that the speed difference is quite big...

/robo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to