Print Page | Close Window

Anything built-in for service-type scenario?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3460
Printed Date: 20-Apr-2024 at 1:32pm


Topic: Anything built-in for service-type scenario?
Posted By: katit
Subject: Anything built-in for service-type scenario?
Date Posted: 28-May-2012 at 7:41pm
In my Silverlight app I see a need to implement some kind of server-side service that does something every N minutes regardless if there is any clients connected.
 
Is such scenario supported in DevForce? Is there anything built-in for that?
 
I'm thinking about writing windows service and just poll web service every N minutes, but would be better if it was built-in :)



Replies:
Posted By: sbelini
Date Posted: 29-May-2012 at 1:31pm
Hi katit,
 
Unfortunatelly, DevForce does not offer such functionality.
The closest thing within DevForce would be the pub-sub service (i.e. push notification), but that would require a client to be connected...
 
Regards,
   Silvio.



Print Page | Close Window