<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx</link><description>In my previous post ( Being productive in the background ), I explained the Windows 8 background model and how your app can be productive even when it’s not on screen in a power efficient manner. In today’s post, I will talk about background tasks and</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10319661</link><pubDate>Thu, 14 Jun 2012 01:40:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10319661</guid><dc:creator>Hari Pulapaka - MSFT</dc:creator><description>&lt;p&gt;Hello Gaurav, your app receives resource quota every 15 minutes and you can use all the resource quota that your app receives at the start of the 15 minute cycle. More info about this behavior is provided in the background tasks whitepaper linked above. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10319661" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10319193</link><pubDate>Wed, 13 Jun 2012 06:18:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10319193</guid><dc:creator>gaurav77</dc:creator><description>&lt;p&gt;Hello @Hari, As mentioned above the data limit is 180/30MB per day for lock screen/non-lock screen apps. &lt;/p&gt;
&lt;p&gt;Can a task consume all of its data limit e.g. 30 MB in one time?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10319193" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10318589</link><pubDate>Mon, 11 Jun 2012 22:30:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10318589</guid><dc:creator>Hari Pulapaka - MSFT</dc:creator><description>&lt;p&gt;@Eric, for connected standby (CS) devices, time trigger background tasks will run in connected standby mode as mentioned above. For an alarm app, you should however prefer scheduled notifications (link above) since that has smaller granularity than time trigger. &lt;/p&gt;
&lt;p&gt;For devices which are not connected standby capable, timers need to be wake enabled for the system to wake up from sleep. And time trigger background tasks are not wake enabled. If they were, then if you put your laptop in your bag with the lid closed, the system may wake up and run unexpectedly. This would make your device very hot as it runs in the laptop bag and most of our users wont like this behavior. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10318589" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10318331</link><pubDate>Mon, 11 Jun 2012 13:43:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10318331</guid><dc:creator>Eric C.</dc:creator><description>&lt;p&gt;So would it be possible to use a time trigger for an Alarm clock app? Could someone use the time trigger to wake the machine from sleep? (Assuming the user allows the program onto the lock screen, of course).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10318331" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10313344</link><pubDate>Fri, 01 Jun 2012 11:27:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10313344</guid><dc:creator>JSM</dc:creator><description>&lt;p&gt;All this restrictions only prevent people from doing what they want or force them into doing it in a way they don&amp;#39;t want.&lt;/p&gt;
&lt;p&gt;On a desktop or any machine not running on a battery, &amp;nbsp;Metro should lift all the restrictions.&lt;/p&gt;
&lt;p&gt;On a machine running on batteries, &amp;nbsp;the situation may look different but is not. &amp;nbsp;What prevents a user from running expensive tasks on the desktop of a tablet ? &amp;nbsp; Or what prevents a user to just launch an expensive app in the foreground and leave the tablet on a table doing its job ? &amp;nbsp;People will do it if they need to. &amp;nbsp;And thus, &amp;nbsp;kill their batterires.&lt;/p&gt;
&lt;p&gt;This restrictions only put a massive and useless burden on the developpers and limit the use of Metro. &amp;nbsp;And why should people who will never use the desktop have restrictions on what they can do with Metro and thus with their machine ?&lt;/p&gt;
&lt;p&gt;For me, &amp;nbsp;if my app can perform expensive actions, &amp;nbsp;it&amp;#39;s better to tell it to the user so that he can decide whether or not to run it on batteries. &amp;nbsp;That&amp;#39;s it. &amp;nbsp;If the users decides to run it and kill his batteries, &amp;nbsp;it&amp;#39;s his problem. &amp;nbsp;Users should be in control.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10313344" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10312820</link><pubDate>Thu, 31 May 2012 22:07:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10312820</guid><dc:creator>dlenihan</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt; But is background video encoding a common tablet scenario?&lt;/p&gt;
&lt;p&gt;It could be. &lt;/p&gt;
&lt;p&gt;I plan on using my tablet as my desktop: just plug in keyboard, mouse, 2nd monitor and connect to wall power. Why can&amp;#39;t my tablet process large amounts of data overnight when it is hooked up to wall power and nobody is using it?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10312820" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10312810</link><pubDate>Thu, 31 May 2012 21:57:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10312810</guid><dc:creator>SimonRev</dc:creator><description>&lt;p&gt;From what I get out of this, this is what a Maintenance task is for. &amp;nbsp;Of course, your video will only encode when your app is active or the device is on AC power. &amp;nbsp; But is background video encoding a common tablet scenario?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10312810" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10312412</link><pubDate>Thu, 31 May 2012 14:48:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10312412</guid><dc:creator>David</dc:creator><description>&lt;p&gt;There is a topic that has been glossed over: CPU-intensive background tasks (like video encoding).&lt;/p&gt;
&lt;p&gt;I am assuming it is just not possible and we need to come up with another solution (like not using Metro or using cloud computing).&lt;/p&gt;
&lt;p&gt;It would be nice if this issue could be addressed.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10312412" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10311691</link><pubDate>Wed, 30 May 2012 06:50:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10311691</guid><dc:creator>Mac</dc:creator><description>&lt;p&gt;Windows 8 Consumer Preview is not ideal for people using keyboards, and mouse like me. If you don&amp;#39;t have a tablet, you won&amp;#39;t benefit from the full-features. The metro style application is touch-friendly; it is not so practical drag to the application with your mouse. I have been using Windows 8 consumer preview now. I&amp;#39;m finding it difficult to adjust to the complicated, professional features of the new interface.&lt;/p&gt;
&lt;p&gt;Negative Points&lt;/p&gt;
&lt;p&gt;1) The Multitasking UI: Multitasking in Windows 8 has definitely improved. However, talking about next level interface and the delayed launch, it could have got some really drastic or fast interface.&lt;/p&gt;
&lt;p&gt;2) Perhaps, it may be good for tablet-users. However, with a mouse, the four corners interface is a bit uneasy, where users can unexpectedly perform unintended actions. &amp;nbsp;It can also be a little clumsy to drag apps -- where you need them to go or to stop them, using a mouse. And to top that, all the apps run only full-screen for PC users, which can make it difficult for the user to multitask.&lt;/p&gt;
&lt;p&gt;3) The Mouse Mess: Well, for the PC users, equipped with a mouse and keyboard, it would be quite a problem to get used to Windows 8.&lt;/p&gt;
&lt;p&gt;As moving the mouse wheel up and down will move the Metro UI to left and right. And the Charms UI would require the user to go to the right edge of the screen, which is not at all mouse friendly. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;4) The Classic Desktop: The mix and match of Metro environment and classic Window 7 desktop (which is not needed now) can completely destroy the interaction for the users. To switch from one Window to a Task Manager, the user has to go all the way to desktop, instead of opening it directly through one or two clicks.&lt;/p&gt;
&lt;p&gt;5) For managing any file or folder, the user has to go back to the classic desktop from Metro UI, which can complicate the migrating feature for any user. Hence, we can just hope that they fix this soon and migrate all the features in the Metro style UI.&lt;/p&gt;
&lt;p&gt;It would be a fair wrap-up by saying that the users sporting a touch-based hardware platform to run the Windows 8 consumer preview would experience a far better performance as compared to the majority laptop and desktop users - especially, if you have a system which has a keyboard and mouse connected to your computer screen.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m thinking to return to windows 7.&lt;/p&gt;
&lt;p&gt;To end I would like to see some of the plus points of Windows 8 consumer preview in the next windows 7 update or special pack 2.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10311691" width="1" height="1"&gt;</description></item><item><title>re: Being productive in the background – background tasks</title><link>http://blogs.msdn.com/b/windowsappdev/archive/2012/05/24/being-productive-in-the-background-background-tasks.aspx#10310774</link><pubDate>Sun, 27 May 2012 11:13:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10310774</guid><dc:creator>john</dc:creator><description>&lt;p&gt;What about long-running CPU intentsive tasks (with all the CPU given)? I.e video conversion running for an hour? Are users allowed to switch to another app?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10310774" width="1" height="1"&gt;</description></item></channel></rss>