What happens when the console isn't loaded?Let's say I write an add-in that is loaded into the tabs of the console.  What happens if the user doesn't have the console loaded?  Will the code still fire that is in the console? (i.e., is it always running even if the user isn't logged into it?)  Pardon me if this question is &quot;dumb&quot; but I'm still trying to get my head around how WHS works.<br/><br/>Let me expand on this.  Let's say I want to send a pop-up to all clients on the WHS network when an event happens.  Over on WHS Console I have a tab where the user types in their ZIP and it connects up to traffic data streams on the web.<br/><br/>Do I need to write a SERVICE that runs on WHS in Windows Services that is constantly running to query the web service on another machine -- or can I simply stick all that logic into the WHS tab code?<br/><br/>Do I put the logic for the pop-ups in the WHS tab code or in the Windows Service code?  Inquiring minds want to know!<br/><br/><br/> <hr class=sig> www.robertstinnett.com© 2009 Microsoft Corporation. All rights reserved.Mon, 08 Jun 2009 03:17:27 Zfeb83725-2a77-4203-902a-e6a1631499a7http://social.microsoft.com/Forums/en-US/whsdevelopers/thread/feb83725-2a77-4203-902a-e6a1631499a7#feb83725-2a77-4203-902a-e6a1631499a7http://social.microsoft.com/Forums/en-US/whsdevelopers/thread/feb83725-2a77-4203-902a-e6a1631499a7#feb83725-2a77-4203-902a-e6a1631499a7Robert L. Stinnetthttp://social.microsoft.com/Profile/en-US/?user=Robert%20L.%20StinnettWhat happens when the console isn't loaded?Let's say I write an add-in that is loaded into the tabs of the console.  What happens if the user doesn't have the console loaded?  Will the code still fire that is in the console? (i.e., is it always running even if the user isn't logged into it?)  Pardon me if this question is &quot;dumb&quot; but I'm still trying to get my head around how WHS works.<br/><br/>Let me expand on this.  Let's say I want to send a pop-up to all clients on the WHS network when an event happens.  Over on WHS Console I have a tab where the user types in their ZIP and it connects up to traffic data streams on the web.<br/><br/>Do I need to write a SERVICE that runs on WHS in Windows Services that is constantly running to query the web service on another machine -- or can I simply stick all that logic into the WHS tab code?<br/><br/>Do I put the logic for the pop-ups in the WHS tab code or in the Windows Service code?  Inquiring minds want to know!<br/><br/><br/> <hr class=sig> www.robertstinnett.comFri, 05 Jun 2009 19:36:28 Z2009-06-05T19:42:52Zhttp://social.microsoft.com/Forums/en-US/whsdevelopers/thread/feb83725-2a77-4203-902a-e6a1631499a7#8bb09252-33ba-4ca4-91b6-7feac8a39c13http://social.microsoft.com/Forums/en-US/whsdevelopers/thread/feb83725-2a77-4203-902a-e6a1631499a7#8bb09252-33ba-4ca4-91b6-7feac8a39c13Robert L. Stinnetthttp://social.microsoft.com/Profile/en-US/?user=Robert%20L.%20StinnettWhat happens when the console isn't loaded?I may have found my answer watching the PDC 2008 demos -- put long-running code as a service.<br/><hr class="sig">www.robertstinnett.comFri, 05 Jun 2009 19:45:52 Z2009-06-05T19:45:52Zhttp://social.microsoft.com/Forums/en-US/whsdevelopers/thread/feb83725-2a77-4203-902a-e6a1631499a7#c47cb550-71d6-451a-acfc-bbcee96d85c9http://social.microsoft.com/Forums/en-US/whsdevelopers/thread/feb83725-2a77-4203-902a-e6a1631499a7#c47cb550-71d6-451a-acfc-bbcee96d85c9Sam Woodhttp://social.microsoft.com/Profile/en-US/?user=Sam%20WoodWhat happens when the console isn't loaded?Hi Robert,<br/><br/>WHS Dev Guidelines are here: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=fd907752-0db0-4a6f-846d-974c19cd08fe&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=fd907752-0db0-4a6f-846d-974c19cd08fe&amp;DisplayLang=en</a><br/><br/>You've got the right idea, though. Long-running stuff needs to go in a Windows Service (or maybe a Scheduled Task if you just need to fire it on a schedule). The console does continue to run after the user launches it for the first time, even if they &quot;close&quot; it, but you can't guarantee how long it'll run for.<hr class="sig">Tentacle Blog: <a href="http://www.tentaclesoftware.com/blog/">http://www.tentaclesoftware.com/blog/</a> <br/> WHS Disk Management: <a href="http://www.tentaclesoftware.com/WHSDiskManagement/">http://www.tentaclesoftware.com/WHSDiskManagement/</a>Sat, 06 Jun 2009 06:14:33 Z2009-06-06T06:14:33Z