Avatar of jongrossex
jongrossex
Flag for United States of America asked on

Client notification thru WCF

I am wondering if WCF can help me with ‘client’ notification requirement.  Our server has queues of work that needs to be processed by clients, but we would like to avoid having the clients poll the server.  I am looking for a way to ‘notify’ clients that work exists.  The client computers doing the processing range from personal computer, business computers behind corporate firewalls to traditional web servers.  Our queues are in the cloud (probably amazon SQS).  Looking for a solution that will scale to 100k - 500k users.

Does WCF provide any functionality that would help with this requirement?

The 2 key points (from my perspective)
- the client software applications logs in and declares that he is ready to work
- at some point in the future... the server needs to be able to contact the client to tell him work exists in the queue.

The communication part seem a lot like an IM client so I have looked at xmpp but hoping to find something even simpler than xmpp (if it exists)
WCF

Avatar of undefined
Last Comment
Bob Learned

8/22/2022 - Mon
SOLUTION
kaufmed

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
Bob Learned

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61