c# - delegates across diffferent machines -


it seems should dead easy, couldn't find in google on it:
have video store server, , has multiple client applications, installed on users' machines, communicating via (let's say) web services.
when dvd returned, i'd able notify useres have been waiting dvd.

when dealing single application, that's no problem using delegates.
question is- can approach work remote clients well?

you can use duplex wcf service that.

but if dvd handling service user doesn't need notified immediately, recommend solution users' clients poll server every 10 minutes. far more simple implement.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -