Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to design page navigation window form using back and next button Pin
Jacobb Michael19-Oct-09 23:14
Jacobb Michael19-Oct-09 23:14 
GeneralRe: how to design page navigation window form using back and next button Pin
@nisha 2n19-Oct-09 23:26
@nisha 2n19-Oct-09 23:26 
GeneralRe: how to design page navigation window form using back and next button Pin
Jacobb Michael20-Oct-09 0:47
Jacobb Michael20-Oct-09 0:47 
AnswerRe: how to design page navigation window form using back and next button Pin
stancrm19-Oct-09 23:46
stancrm19-Oct-09 23:46 
QuestionMake main window wait for message box Pin
Lee Reid19-Oct-09 22:41
Lee Reid19-Oct-09 22:41 
AnswerRe: Make main window wait for message box Pin
dan!sh 19-Oct-09 22:50
professional dan!sh 19-Oct-09 22:50 
GeneralRe: Make main window wait for message box Pin
Lee Reid19-Oct-09 22:54
Lee Reid19-Oct-09 22:54 
AnswerRe: Make main window wait for message box Pin
Mirko198019-Oct-09 22:52
Mirko198019-Oct-09 22:52 
AnswerRe: Make main window wait for message box Pin
freakyit20-Oct-09 1:29
freakyit20-Oct-09 1:29 
QuestionC# to Nassi-Shneiderman diagram Pin
Herman<T>.Instance19-Oct-09 22:27
Herman<T>.Instance19-Oct-09 22:27 
AnswerRe: C# to Nassi-Shneiderman diagram Pin
V.19-Oct-09 23:15
professionalV.19-Oct-09 23:15 
Questionhow to send and recieve data from different ip using socket server Pin
Ajithevn19-Oct-09 21:32
Ajithevn19-Oct-09 21:32 
AnswerRe: how to send and recieve data from different ip using socket server Pin
Richard MacCutchan19-Oct-09 22:58
mveRichard MacCutchan19-Oct-09 22:58 
GeneralRe: how to send and recieve data from different ip using socket server Pin
Ajithevn19-Oct-09 23:15
Ajithevn19-Oct-09 23:15 
GeneralRe: how to send and recieve data from different ip using socket server Pin
Richard MacCutchan20-Oct-09 0:03
mveRichard MacCutchan20-Oct-09 0:03 
QuestionRe: how to send and recieve data from different ip using socket server [modified] Pin
Ajithevn20-Oct-09 0:27
Ajithevn20-Oct-09 0:27 
AnswerRe: how to send and recieve data from different ip using socket server Pin
Richard MacCutchan20-Oct-09 1:24
mveRichard MacCutchan20-Oct-09 1:24 
GeneralRe: how to send and recieve data from different ip using socket server Pin
Ajithevn20-Oct-09 2:39
Ajithevn20-Oct-09 2:39 
AnswerRe: how to send and recieve data from different ip using socket server Pin
Jimmanuel20-Oct-09 3:12
Jimmanuel20-Oct-09 3:12 
QuestionMulti-threaded SOAP calls to different servers a problem? Pin
gstar4219-Oct-09 21:18
gstar4219-Oct-09 21:18 
AnswerRe: Multi-threaded SOAP calls to different servers a problem? Pin
Mirko198019-Oct-09 22:37
Mirko198019-Oct-09 22:37 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
gstar4220-Oct-09 4:08
gstar4220-Oct-09 4:08 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
Mirko198020-Oct-09 4:30
Mirko198020-Oct-09 4:30 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
gstar4220-Oct-09 4:33
gstar4220-Oct-09 4:33 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
Mirko198020-Oct-09 5:58
Mirko198020-Oct-09 5:58 
It shouldn't, the thread limit for a thread pool is well over 10 threads.

What kind of timeout exception are you getting? It seems to come from you client or from the remote service?
Are you really sure you are calling a different server in each thread? Could it be possible that your code has some bug that causes it to call always the same server?

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.