views:

100

answers:

2

We have an ERP application which has all clients connect using WebService. My network engineer tells me that the MTU of the webservice is too small and we would like to increase it to improve performance. As far as I can tell there is no config section for MTU for dotnet web services. Any ideas on where we could configure this?

+1  A: 

A web service doesn't have an MTU - it's controlled by the server OS, in this case Windows.

One of the best tools for tweaking MTU and other TCP settings is SG TCP optimizer.

RoadWarrior
A: 

Thanks for the response. I downloaded the tool and ran it and it gave me the same result as running ping manually....but the GUI tool is slick and allows me to test easily.

I will use it in future.

If it was useful, you're allowed to up-vote me :-)
RoadWarrior