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

.NET (Core and Framework)

 
AnswerRe: custome disassembler for biztalk Pin
JoeSharp9-Mar-07 0:47
JoeSharp9-Mar-07 0:47 
Questionhelp me Pin
nandhusivakumar8-Mar-07 23:49
nandhusivakumar8-Mar-07 23:49 
AnswerRe: help me Pin
Mircea Puiu8-Mar-07 23:58
Mircea Puiu8-Mar-07 23:58 
Questionbrowse path with FolderBrowserDialog Pin
mhadamji8-Mar-07 12:12
mhadamji8-Mar-07 12:12 
QuestionHow to have multithread on a socket (one thread read, other thread write) Pin
Spulit8-Mar-07 6:27
Spulit8-Mar-07 6:27 
AnswerRe: How to have multithread on a socket (one thread read, other thread write) Pin
led mike8-Mar-07 7:31
led mike8-Mar-07 7:31 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
Spulit8-Mar-07 7:39
Spulit8-Mar-07 7:39 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
pbraun8-Mar-07 9:18
pbraun8-Mar-07 9:18 
You have identified your problem. If you intend to use a single buffer for sending and receiving, then your receive must not block. Instead of causing the receive thread to not block, use separate buffers for reading and writing. Then you won't need a mutex to control access to the buffer.


Phil
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
Spulit8-Mar-07 14:19
Spulit8-Mar-07 14:19 
GeneralRe: How to have multithread on a socket (one thread read, other thread write) Pin
led mike9-Mar-07 4:30
led mike9-Mar-07 4:30 
QuestionHow multiple instances listen to a UDP socket Pin
nsutanto8-Mar-07 5:08
nsutanto8-Mar-07 5:08 
QuestionProcess component and redirecting standard output Pin
SquidDigger8-Mar-07 4:09
SquidDigger8-Mar-07 4:09 
QuestionBreakpoint will not currently be hit Pin
TeachesOfPeaches7-Mar-07 11:03
TeachesOfPeaches7-Mar-07 11:03 
AnswerRe: Breakpoint will not currently be hit Pin
Vasudevan Deepak Kumar7-Mar-07 11:15
Vasudevan Deepak Kumar7-Mar-07 11:15 
GeneralRe: Breakpoint will not currently be hit Pin
TeachesOfPeaches7-Mar-07 12:42
TeachesOfPeaches7-Mar-07 12:42 
AnswerRe: Breakpoint will not currently be hit Pin
kubben7-Mar-07 12:57
kubben7-Mar-07 12:57 
GeneralRe: Breakpoint will not currently be hit Pin
TeachesOfPeaches8-Mar-07 5:17
TeachesOfPeaches8-Mar-07 5:17 
AnswerRe: Breakpoint will not currently be hit Pin
Dave Kreskowiak8-Mar-07 4:32
mveDave Kreskowiak8-Mar-07 4:32 
GeneralRe: Breakpoint will not currently be hit Pin
TeachesOfPeaches8-Mar-07 9:47
TeachesOfPeaches8-Mar-07 9:47 
GeneralRe: Breakpoint will not currently be hit Pin
Vasudevan Deepak Kumar9-Mar-07 6:19
Vasudevan Deepak Kumar9-Mar-07 6:19 
GeneralRe: Breakpoint will not currently be hit Pin
TeachesOfPeaches9-Mar-07 11:54
TeachesOfPeaches9-Mar-07 11:54 
QuestionWebConfig Section for .NET Framework 3.0 Pin
Vasudevan Deepak Kumar7-Mar-07 10:47
Vasudevan Deepak Kumar7-Mar-07 10:47 
QuestionSockets issue, how to listen to UDP socket for multiple instances Pin
nsutanto7-Mar-07 10:36
nsutanto7-Mar-07 10:36 
QuestionMultithreading Local Variables Pin
MikeMarq7-Mar-07 8:09
MikeMarq7-Mar-07 8:09 
AnswerRe: Multithreading Local Variables Pin
Leslie Sanford7-Mar-07 8:21
Leslie Sanford7-Mar-07 8:21 

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.