Search:
Namespaces
Discussions
.NET v1.1
Feedback
Using Sockets.NetworkStream.Read very slow on Win2K3
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework.aspnet.webservices
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Skeeve
Hi,
I am doing the following:
While i <> 0
i = NWStream.Read(bytesToRead, n, 1)'bytesToRead is a ByteArray
n += 1
End While
For an incoming stream of 17K, this takes anywhere from 5 to 30
seconds (different every time I try even though the same stream is
received).
It only seems to happen on Win2K3.
The strange thing is that the same code is used for other transactions
where the size is about 5K and the performance is just fine.
The stream received is an XML document which shouldn't be important in
this case as it is the "Byte per Byte" reading of the stream that's
slow.
Any idea how I could increase the speed here?
Thank you,
Torsten
Reply to this message...
Feroze [msft] (VIP)
Why are you doing a byte-by-byte read of the response ? Why not allocate a
for eg, 4k buffer, and use that for reading ?
Anyway, the delay is hard to explain without looking at the network sniff.
Can you look at a network sniff and see if the server is sending the data
slowly ?
--
feroze
-----------------
This posting is provided as-is. It offers no warranties and assigns no
rights.
See
http://weblogs.asp.net/feroze_daud
for System.Net related posts.
----------------
"Skeeve" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com