Windows Service in Web Garden

  • Thread starter Thread starter RK
  • Start date Start date
R

RK

Here I am using Windows service as failover for the regular C# web
application which will read failed uploads( to database from the
MessageQueue) and re-uploads to the database. I am using
MessageQueue.GetMessageEnumerator method in PeekCompleted Event. Is
this thread safe?? Any suggestions??

thanks in advance.
--RK
 
It's in the docs:
Any public static (Shared in Visual Basic) members of this type are thread
safe. Any instance members are not guaranteed to be thread safe.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
Back
Top