Click here to Skip to main content
16,013,465 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: image control Pin
Richard Blythe11-Aug-08 19:39
Richard Blythe11-Aug-08 19:39 
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 
Hi, I'm writing a web service that talks to a windows service via remoting. The windows service is configured to remote the object as a singleton. Since multiple web service threads can be spawned by multiple client requests the Remoted object has been written to b thread safe, but what about the web service (client) proxy to the remoted object?

Worded another way - I have multiple threads firing methods on a single remoting proxy that is connecting to a singleton object. Will there be any problems with the proxy itself?

Here's some psuedo code:

static RemoteObject remObject; <-- globally stored

main()
{
   remObject = GetRemoteConnection(); <-- obtain connection
   ...
   // Create some threads
   ...
   DoSomethingThread1.start();
   DoSomethingThread2.start();
}

static void DoSomething()
{
  remObject.DoSomething(); <-- Will get called by two threads at virtually the same time. 
}

Thanks in advance for any insights.

Assert(this);

AnswerRe: Multiple thread access to a single remoting object (proxy) Pin
liRetro18-Aug-08 7:09
liRetro18-Aug-08 7:09 
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 

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.