Click here to Skip to main content
15,892,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: TcpClient timeout delay Pin
Member 1263260115-Sep-16 22:50
Member 1263260115-Sep-16 22:50 
GeneralRe: TcpClient timeout delay Pin
Richard MacCutchan15-Sep-16 23:18
mveRichard MacCutchan15-Sep-16 23:18 
AnswerRe: TcpClient timeout delay Pin
Bernhard Hiller16-Sep-16 0:16
Bernhard Hiller16-Sep-16 0:16 
GeneralRe: TcpClient timeout delay Pin
Member 1263260116-Sep-16 0:23
Member 1263260116-Sep-16 0:23 
AnswerRe: TcpClient timeout delay Pin
Eddy Vluggen16-Sep-16 3:03
professionalEddy Vluggen16-Sep-16 3:03 
GeneralRe: TcpClient timeout delay Pin
Member 1263260118-Sep-16 19:03
Member 1263260118-Sep-16 19:03 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen18-Sep-16 23:44
professionalEddy Vluggen18-Sep-16 23:44 
AnswerRe: TcpClient timeout delay Pin
Gerry Schmitz17-Sep-16 6:24
mveGerry Schmitz17-Sep-16 6:24 
The process of "handling an exception" is "expensive" (compute-wise).

It involves "unwinding the stack", etc. ... all of which incurs "overhead" that one normally does not encounter if one simply ignored the exception (somehow).

Your objective should be to eliminate or reduce the number of exceptions instead of worrying about the "duration" of an exception.

(Maybe perform I/O on another thread if the "real" issue is UI performance).

GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen17-Sep-16 8:03
professionalEddy Vluggen17-Sep-16 8:03 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz17-Sep-16 9:56
mveGerry Schmitz17-Sep-16 9:56 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen17-Sep-16 10:05
professionalEddy Vluggen17-Sep-16 10:05 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz17-Sep-16 15:54
mveGerry Schmitz17-Sep-16 15:54 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen18-Sep-16 0:56
professionalEddy Vluggen18-Sep-16 0:56 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz18-Sep-16 6:31
mveGerry Schmitz18-Sep-16 6:31 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen18-Sep-16 6:46
professionalEddy Vluggen18-Sep-16 6:46 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz18-Sep-16 7:20
mveGerry Schmitz18-Sep-16 7:20 
GeneralRe: TcpClient timeout delay Pin
Eddy Vluggen21-Sep-16 5:10
professionalEddy Vluggen21-Sep-16 5:10 
GeneralRe: TcpClient timeout delay Pin
Member 1263260118-Sep-16 19:19
Member 1263260118-Sep-16 19:19 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz18-Sep-16 20:50
mveGerry Schmitz18-Sep-16 20:50 
GeneralRe: TcpClient timeout delay Pin
Member 1263260118-Sep-16 20:58
Member 1263260118-Sep-16 20:58 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz18-Sep-16 21:22
mveGerry Schmitz18-Sep-16 21:22 
GeneralRe: TcpClient timeout delay Pin
Member 1263260118-Sep-16 21:53
Member 1263260118-Sep-16 21:53 
GeneralRe: TcpClient timeout delay Pin
Gerry Schmitz18-Sep-16 22:22
mveGerry Schmitz18-Sep-16 22:22 
GeneralRe: TcpClient timeout delay Pin
Member 1263260118-Sep-16 22:35
Member 1263260118-Sep-16 22:35 
GeneralMessage Closed Pin
9-Sep-16 6:16
Member 127301999-Sep-16 6:16 

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.