I am currently using a custom binding in 4.0 to perform binary encoding over http but its performance is still far off our NetTCPBinding.
I see there is a new NetHttpBinding for use in environments where both the clients and server are .Net based. Is this simply the NetHttpBinding sample that was included in .Net 4.0? Or are there any other performance improvements in it, beyond Binary
Encoding?
rjguis
Member
3 Points
2 Posts
New NetHttpBinding in 4.5
Oct 23, 2011 10:20 AM|LINK
I am currently using a custom binding in 4.0 to perform binary encoding over http but its performance is still far off our NetTCPBinding.
I see there is a new NetHttpBinding for use in environments where both the clients and server are .Net based. Is this simply the NetHttpBinding sample that was included in .Net 4.0? Or are there any other performance improvements in it, beyond Binary Encoding?
Thanks
Rich