Hi everyone,
With the arrival of WP7, I developed a solution to business appointments. And I wonder about the architecture. My Silverlight application needs to communicate with web services, no problem here.
By cons, I have another need that is a push to notify phones with the Microsoft Notification Push Service. My problem is how to handle this server side.
- First problem, IIS has a timeout and I need to push to ensure WP7 if an appointment.
- Second problem, there will be a lot of appointments.
I thought of an IIS / WAS to host the WCF services and a Windows service that handles notifications Push, for each new appointment creates a timer to send the push.
Have you an idea of architecture for this solution? Do you know a server / library planning?
Best regards,
Vincent BOUZON