all groups > dotnet web services > march 2005 >
You're in the

dotnet web services

group:

Can server call client?



Can server call client? Dmitry Sazonov
3/22/2005 10:28:53 AM
dotnet web services: I'm novice in web servers. We trying to understang, why
we should move to Web Services.

now I can make web service and client, which can call
server and receive answer.

But can server send Notifications to client, if soem
event happened? For example, is it possible to
make "Clock" web service, which will send time update to
interested client? Or client have to connect to server
1000 times a second and ask "is anything new for me?"

Is it possible to implement "push" instead of "pull",
subscribe-publish instead of ask-reply?

Re: Can server call client? Manohar Kamath
3/23/2005 12:30:09 PM
Web services are invoked by the client, and not by the server. If you need
periodic updates, you will have to create that logic on the client.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com


[quoted text, click to view]

AddThis Social Bookmark Button