Re: Events from a web service ?
- From: "John Saunders" <john.saunders at trizetto.com>
- Date: Mon, 16 Oct 2006 12:37:33 -0400
"Navin Mishra" <navin.mishra@xxxxxxxxxxx> wrote in message
news:%23Wzb70O8GHA.4012@xxxxxxxxxxxxxxxxxxxxxxx
How one could get events from .NET web service using .NET 1.1 or .NET 2.0
? Any inputs on strategies that could be used while WS eventing
implementation from MS is not available.
--------------------------------------------------------------------------------
Perhaps HTTP chunking to get events from web service to
clients ? Basically one HTTP request to GetEvent() and them basically an
infinite number of HTTP responses can be sent to the client application.
Or one could issue a GetEvent request to a web service in a separate
thread, block until response is received and then block again ? But
wouldn't it block the .NET web service method and potentially blocking all
ASP.NET thread pool threads for large number of clients ?
There's nothing like this in the basic web services standards. The closest
thing would be asynchronous requests. The client could make an asynchronous
request, and be notified when the server responds (or when the request times
out).
John
.
- References:
- Events from a web service ?
- From: Navin Mishra
- Events from a web service ?
- Prev by Date: RE: How to maintain web services active
- Next by Date: Web Service Log File Code Standard?
- Previous by thread: Events from a web service ?
- Next by thread: RE: How to maintain web services active
- Index(es):
Relevant Pages
|