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

.NET (Core and Framework)

 
AnswerRe: image control Pin
vikas amin12-Aug-08 12:09
vikas amin12-Aug-08 12:09 
QuestionE-Mail sending failure Pin
Zafar Sultan9-Aug-08 3:27
Zafar Sultan9-Aug-08 3:27 
AnswerRe: E-Mail sending failure Pin
Wendelius9-Aug-08 6:32
mentorWendelius9-Aug-08 6:32 
GeneralRe: E-Mail sending failure Pin
Zafar Sultan11-Aug-08 1:33
Zafar Sultan11-Aug-08 1:33 
GeneralRe: E-Mail sending failure Pin
Wendelius11-Aug-08 6:01
mentorWendelius11-Aug-08 6:01 
AnswerRe: E-Mail sending failure Pin
adityapatel70717-Feb-11 6:41
adityapatel70717-Feb-11 6:41 
QuestionMultiple thread access to a single remoting object (proxy) Pin
liRetro8-Aug-08 8:27
liRetro8-Aug-08 8:27 
AnswerRe: Multiple thread access to a single remoting object (proxy) Pin
liRetro18-Aug-08 7:09
liRetro18-Aug-08 7:09 
I answered this question myself. I could not find the information in the MSDN, so I made a test app. that connected to the service. The connections were done from 256 threads that then proceeded to make 50,000 calls at the same time. The server registered these calls and marked the begin and end of each call along with the thread ID. The trace log indicated multiple calls were being executed at the same time with no problems.

So the answer seems to be that he remoting proxy is thread safe, and will make multiple calls per connection instance instead of sequencing the calls over one connection. The only other thing I need to do is sniff the wire to see if multiple connections are being made, or if they are getting to the server over one connection.

BTW: Anyone know if after a remoting call over a TCP channel if the TCP connection is dropped, or does it stay connected for the life of the proxy?

Assert(this);

QuestionWinapp Webapp common library Pin
k6668-Aug-08 5:44
k6668-Aug-08 5:44 
QuestionSplitButton not available Pin
kildareflare7-Aug-08 23:09
kildareflare7-Aug-08 23:09 
AnswerRe: SplitButton not available Pin
led mike8-Aug-08 5:18
led mike8-Aug-08 5:18 
QuestionVideo Creator Pin
krutishukla7-Aug-08 17:57
krutishukla7-Aug-08 17:57 
AnswerRe: Video Creator Pin
led mike8-Aug-08 5:12
led mike8-Aug-08 5:12 
AnswerRe: Video Creator Pin
Thomas Stockwell11-Aug-08 1:39
professionalThomas Stockwell11-Aug-08 1:39 
QuestionAny way to force a TCP connection to reset Pin
supercat97-Aug-08 8:36
supercat97-Aug-08 8:36 
QuestionHow to include analog clock in GUI(Visual studio.Net 2003) Pin
M usman Saleem6-Aug-08 17:13
M usman Saleem6-Aug-08 17:13 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
AhsanS7-Aug-08 1:05
AhsanS7-Aug-08 1:05 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
Thomas Stockwell7-Aug-08 1:36
professionalThomas Stockwell7-Aug-08 1:36 
JokeRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
SomeGuyThatIsMe7-Aug-08 5:16
SomeGuyThatIsMe7-Aug-08 5:16 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
Zafar Sultan9-Aug-08 3:20
Zafar Sultan9-Aug-08 3:20 
QuestionWhat is the correct way? Pin
pijush dubey6-Aug-08 1:41
pijush dubey6-Aug-08 1:41 
AnswerRe: What is the correct way? Pin
Thomas Stockwell6-Aug-08 4:43
professionalThomas Stockwell6-Aug-08 4:43 
GeneralRe: What is the correct way? Pin
led mike6-Aug-08 5:34
led mike6-Aug-08 5:34 
AnswerRe: What is the correct way? Pin
Wael Al Wirr16-Nov-08 2:24
Wael Al Wirr16-Nov-08 2:24 
QuestionHow to bind a text file(.txt) to a datagrid? In Vb language. Pin
SkyMouse_855-Aug-08 23:58
SkyMouse_855-Aug-08 23:58 

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.