Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Incoming Notifications

Reply
Thread Tools

Incoming Notifications

 
 
Mike Bevins
Guest
Posts: n/a
 
      10-29-2007
Hello All, I have a web service that handles incoming notifications. 2
notifications can come in at the same time and reference the same item so I
need a way to know both of them are there when processesing the data or at
least one at a time not 2. My question is what is the best way to do this?
I have been thinking of using MSMQ is this possible in a shared hosting
enviroment or even possible to use the way I am thinking?

 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      10-30-2007
Assuming that there is a way to know what data has already been processed,
only one of them will be processed at a time. So, since you don't know which
will be processed first, have your code check to see if there is already an
entry for the data that it is processing, and handle this possibility
accordingly.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP

"Mike Bevins" <MBevins @ NO SPAM DOT COM> wrote in message
news:5B5DF781-DA9A-4280-BAB1-...
> Hello All, I have a web service that handles incoming notifications. 2
> notifications can come in at the same time and reference the same item so
> I need a way to know both of them are there when processesing the data or
> at least one at a time not 2. My question is what is the best way to do
> this? I have been thinking of using MSMQ is this possible in a shared
> hosting enviroment or even possible to use the way I am thinking?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The connection to the server has failed. Account: 'incoming.yahoo.verzon.net', Server: 'incoming.yahoo.verizon.net', Protocol: POP3, Port: 110, Secure(SSL): No, Socket Error: 10061, Error Number: 0x800CCC0E Michael Bower Computer Support 3 10-01-2006 03:44 PM
Connection Notifications =?Utf-8?B?SmFtZXNQ?= Wireless Networking 3 08-30-2005 12:10 AM
Thunderbird - mark spam as read / don't get notifications about spam Stefano Firefox 5 02-09-2005 02:34 AM
How can my application receive PnP notifications from a n/w device =?Utf-8?B?TmV0d29ya2luZyBEZXZlbG9wZXI=?= Wireless Networking 1 11-25-2004 12:34 AM
Bookmark notifications Ryan Firefox 0 09-17-2004 11:34 PM



Advertisments