Click here to Skip to main content
16,004,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: A problem while transferring data over the NetworkStream Pin
BobJanova1-Jun-11 23:11
BobJanova1-Jun-11 23:11 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData2-Jun-11 0:51
SimpleData2-Jun-11 0:51 
GeneralRe: A problem while transferring data over the NetworkStream Pin
Dave Kreskowiak2-Jun-11 2:21
mveDave Kreskowiak2-Jun-11 2:21 
AnswerRe: A problem while transferring data over the NetworkStream Pin
jschell1-Jun-11 14:49
jschell1-Jun-11 14:49 
AnswerRe: A problem while transferring data over the NetworkStream Pin
Luc Pattyn1-Jun-11 14:58
sitebuilderLuc Pattyn1-Jun-11 14:58 
AnswerRe: A problem while transferring data over the NetworkStream Pin
BobJanova1-Jun-11 23:10
BobJanova1-Jun-11 23:10 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData2-Jun-11 0:54
SimpleData2-Jun-11 0:54 
GeneralRe: A problem while transferring data over the NetworkStream Pin
jschell2-Jun-11 9:42
jschell2-Jun-11 9:42 
SimpleData wrote:
I can't say that it is deterministic since if I pause the program at certain
intervals, it can complete the transmission. If I don't pause the program at
all, it stops after transferring 200-300KB.


As another thought - a firewall.

It is throttling your throughput. When you pause it you are throttling yourself so it doesn't get involved.

The same behavior could be due to some oddity in your server code though. Such as attempting to be clever by using threads for reading and writing.
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData2-Jun-11 10:29
SimpleData2-Jun-11 10:29 
GeneralRe: A problem while transferring data over the NetworkStream Pin
jschell6-Jun-11 8:49
jschell6-Jun-11 8:49 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData6-Jun-11 9:47
SimpleData6-Jun-11 9:47 
GeneralRe: A problem while transferring data over the NetworkStream Pin
jschell7-Jun-11 9:42
jschell7-Jun-11 9:42 
QuestionSharpening the Saw Pin
eddieangel1-Jun-11 6:32
eddieangel1-Jun-11 6:32 
AnswerRe: Sharpening the Saw Pin
Luc Pattyn1-Jun-11 7:16
sitebuilderLuc Pattyn1-Jun-11 7:16 
AnswerRe: Sharpening the Saw PinPopular
SledgeHammer011-Jun-11 8:06
SledgeHammer011-Jun-11 8:06 
GeneralRe: Sharpening the Saw Pin
eddieangel1-Jun-11 8:14
eddieangel1-Jun-11 8:14 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 8:38
SledgeHammer011-Jun-11 8:38 
GeneralRe: Sharpening the Saw Pin
eddieangel1-Jun-11 8:42
eddieangel1-Jun-11 8:42 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 9:48
SledgeHammer011-Jun-11 9:48 
AnswerRe: Sharpening the Saw Pin
Luc Pattyn1-Jun-11 15:05
sitebuilderLuc Pattyn1-Jun-11 15:05 
GeneralRe: Sharpening the Saw Pin
RobCroll1-Jun-11 14:01
RobCroll1-Jun-11 14:01 
AnswerRe: Sharpening the Saw Pin
jschell1-Jun-11 8:50
jschell1-Jun-11 8:50 
AnswerRe: Sharpening the Saw Pin
Ennis Ray Lynch, Jr.1-Jun-11 8:54
Ennis Ray Lynch, Jr.1-Jun-11 8:54 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 9:51
SledgeHammer011-Jun-11 9:51 
AnswerRe: Sharpening the Saw Pin
Pete O'Hanlon1-Jun-11 9:26
mvePete O'Hanlon1-Jun-11 9:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.