<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ideas de un Conejo &#187; Sistemas Operativos</title>
	<atom:link href="http://juank.black-byte.com/category/sistemas_operativos/feed/" rel="self" type="application/rss+xml" />
	<link>http://juank.black-byte.com</link>
	<description>MÃ¡s allÃ¡ de los sistemas de informaciÃ³n: (C#)=&#62; videojuegos, soluciones a problemas interesantes y Sistemas Operativos</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>El caso de los volcados de memoria en Windows Server 2008 R2 con adplus.vbs</title>
		<link>http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/</link>
		<comments>http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 15:34:32 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[sistema]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[windbg]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=1085</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/' addthis:title='El caso de los volcados de memoria en Windows Server 2008 R2 con adplus.vbs '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>Hace tiempos que no necesitaba hacer una sesiÃ³n de depuraciÃ³n, y esta vez realizando consultoria con uno de mis clientes me reportaron un problema ejecutando adplus.vbs. Lo primero que me encontrÃ© es que adplus.vbs ahora fue reemplazado con adplus_old.vbs ya que en su lugar hay una nueva versiÃ³n de adplus que es un .exe que [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/' addthis:title='El caso de los volcados de memoria en Windows Server 2008 R2 con adplus.vbs '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 2 &#8211; Windows Forms</a><!-- (6.1)-->, 
<a href="http://juank.black-byte.com/csharp-modificar-transparencia-ventana-otro-proceso/" rel="bookmark">C# &#8211; Cómo modificar la transparencia en la ventana de otro proceso?</a><!-- (4)-->, 
<a href="http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 1</a><!-- (4)-->, 
<a href="http://juank.black-byte.com/sistemas_operativos/windows-wndproc-message-loop/" rel="bookmark">El bucle de mensajes &#8211; message loop &#8211; WndProc</a><!-- (4)-->, 
<a href="http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 3 &#8211; WPF</a><!-- (4)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 3 &#8211; WPF</title>
		<link>http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/</link>
		<comments>http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 22:18:16 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[notificacion]]></category>
		<category><![CDATA[sesion]]></category>
		<category><![CDATA[WndProc]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[WTSRegisterSessionNotification]]></category>
		<category><![CDATA[WTSUnRegisterSessionNotification]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=953</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/' addthis:title='C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 3 &#8211; WPF '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>ArtÃ­culos de este tema: C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 1 C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 2 &#8211; Windows Forms C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 3 &#8211; WPF *Realmente son 6 articulos si contamos los mini post a los que se [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/' addthis:title='C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 3 &#8211; WPF '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 1</a><!-- (34.4)-->, 
<a href="http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 2 &#8211; Windows Forms</a><!-- (33.9)-->, 
<a href="http://juank.black-byte.com/csharp-wndproc-venatana-wpf/" rel="bookmark">C# &#8211; usar el WndProc en una Ventana WPF</a><!-- (7)-->, 
<a href="http://juank.black-byte.com/csharp-medir-nanosegundos/" rel="bookmark">C# &#8211; Cuando la precisión que da el StopWatch no es suficiente&hellip;</a><!-- (6.6)-->, 
<a href="http://juank.black-byte.com/csharp-modificar-boton-minimizar-maximizar/" rel="bookmark">C# &#8211; Cómo modificar el comportamiento del botón minimizar, maximizar, etc.</a><!-- (6)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 2 &#8211; Windows Forms</title>
		<link>http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/</link>
		<comments>http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 21:08:44 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[notificacion]]></category>
		<category><![CDATA[sesion]]></category>
		<category><![CDATA[WndProc]]></category>
		<category><![CDATA[WTSRegisterSessionNotification]]></category>
		<category><![CDATA[WTSUnRegisterSessionNotification]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=938</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/' addthis:title='C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 2 &#8211; Windows Forms '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>ArtÃ­culos de este tema: C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 1 C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 2 &#8211; Windows Forms C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 3 &#8211; WPF *Realmente son 6 articulos si contamos los mini post a los que se [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/' addthis:title='C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 2 &#8211; Windows Forms '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 1</a><!-- (34.4)-->, 
<a href="http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 3 &#8211; WPF</a><!-- (34.4)-->, 
<a href="http://juank.black-byte.com/csharp-modificar-boton-minimizar-maximizar/" rel="bookmark">C# &#8211; Cómo modificar el comportamiento del botón minimizar, maximizar, etc.</a><!-- (7)-->, 
<a href="http://juank.black-byte.com/csharp-medir-nanosegundos/" rel="bookmark">C# &#8211; Cuando la precisión que da el StopWatch no es suficiente&hellip;</a><!-- (6.6)-->, 
<a href="http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/" rel="bookmark">El caso de los volcados de memoria en Windows Server 2008 R2 con adplus.vbs</a><!-- (6.2)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>El bucle de mensajes &#8211; message loop &#8211; WndProc</title>
		<link>http://juank.black-byte.com/sistemas_operativos/windows-wndproc-message-loop/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos/windows-wndproc-message-loop/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 20:34:00 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[sistema]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[WndProc]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=931</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows-wndproc-message-loop/' addthis:title='El bucle de mensajes &#8211; message loop &#8211; WndProc '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>Debido a que este es un tema recurrente en este blog, he decidido extraer este pequeÃ±o aporte hecho en otro artÃ­culo para poder referenciarlo puntualmente cuando se requiera. Las ventanas â€“ y los demÃ¡s controles â€“ funcionan gracias a un bucle de mensajes, todo lo que manejamos nosotros como eventos : click del mouse, mover, [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows-wndproc-message-loop/' addthis:title='El bucle de mensajes &#8211; message loop &#8211; WndProc '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/varios/uncategorized-volcados-memoria-server-2008-r2-adplus/" rel="bookmark">El caso de los volcados de memoria en Windows Server 2008 R2 con adplus.vbs</a><!-- (4)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos/windows-wndproc-message-loop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 1</title>
		<link>http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/</link>
		<comments>http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 20:05:42 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[codigo]]></category>
		<category><![CDATA[notificacion]]></category>
		<category><![CDATA[sesion]]></category>
		<category><![CDATA[WndProc]]></category>
		<category><![CDATA[WTSRegisterSessionNotification]]></category>
		<category><![CDATA[WTSUnRegisterSessionNotification]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=924</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/' addthis:title='C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 1 '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>ArtÃ­culos de este tema: C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 1 C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 2 &#8211; Windows Forms C# &#8211; Recibir notificaciones cuando hayan cambios de sesi&#243;n parte 3 &#8211; WPF *Realmente son 6 articulos si contamos los mini post a los que se [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/' addthis:title='C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 1 '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/csharp-notificacion-cambio-sesion-wpf/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 3 &#8211; WPF</a><!-- (34.4)-->, 
<a href="http://juank.black-byte.com/csharp-notificacion-cambio-sesion-forms/" rel="bookmark">C# &#8211; Recibir notificaciones cuando hayan cambios de sesiÃ³n parte 2 &#8211; Windows Forms</a><!-- (33.9)-->, 
<a href="http://juank.black-byte.com/csharp-medir-nanosegundos/" rel="bookmark">C# &#8211; Cuando la precisión que da el StopWatch no es suficiente&hellip;</a><!-- (6.6)-->, 
<a href="http://juank.black-byte.com/csharp-modificar-boton-minimizar-maximizar/" rel="bookmark">C# &#8211; Cómo modificar el comportamiento del botón minimizar, maximizar, etc.</a><!-- (6)-->, 
<a href="http://juank.black-byte.com/csharp-modificar-transparencia-ventana-otro-proceso/" rel="bookmark">C# &#8211; Cómo modificar la transparencia en la ventana de otro proceso?</a><!-- (6)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/csharp-notificaciones-sesion-cambios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como eliminar un .webpart de SharePoint 2010 que no se borra despues de desinstalar la soluciÃ³n via PowerShell</title>
		<link>http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-borrar-webpart/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-borrar-webpart/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 05:20:24 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[borrar]]></category>
		<category><![CDATA[desinstalacion]]></category>
		<category><![CDATA[remover]]></category>
		<category><![CDATA[solucion]]></category>
		<category><![CDATA[webpart]]></category>
		<category><![CDATA[wsp]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=870</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-borrar-webpart/' addthis:title='Como eliminar un .webpart de SharePoint 2010 que no se borra despues de desinstalar la soluciÃ³n via PowerShell '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>Como lo comentÃ© en un artÃ­culo anterior una vez se desinstala una soluciÃ³n que contiene un .webpart por alguna razÃ³n este .webpart persiste en la GalerÃ­a de elementos web de SharePoint 2010, para borrarlo hay que utilizar un poco de &#8216;astucia&#8217; de desarrollador utilizando PowerShell. &#160; He creado este sencillo script de PowerShell el cual [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-borrar-webpart/' addthis:title='Como eliminar un .webpart de SharePoint 2010 que no se borra despues de desinstalar la soluciÃ³n via PowerShell '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-instalacion/" rel="bookmark">Como instalar una soluciÃ³n (.wsp) de SharePoint 2010 via PowerShell</a><!-- (25.8)-->, 
<a href="http://juank.black-byte.com/varios/sharepoint-sandbox-solution/" rel="bookmark">PorquÃ© mis soluciones de SharePoint instaladas por PowerShell no se ven en la galerÃ­a de soluciones?</a><!-- (12.8)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-borrar-webpart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Como instalar una soluciÃ³n (.wsp) de SharePoint 2010 via PowerShell</title>
		<link>http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-instalacion/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-instalacion/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 17:29:20 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[caracteristicas]]></category>
		<category><![CDATA[desinstalacion]]></category>
		<category><![CDATA[instalacion]]></category>
		<category><![CDATA[solucion]]></category>
		<category><![CDATA[webpart]]></category>
		<category><![CDATA[wsp]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=858</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-instalacion/' addthis:title='Como instalar una soluciÃ³n (.wsp) de SharePoint 2010 via PowerShell '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>Hola, dado la poca documentaciÃ³n que existe en la web al respecto de este tema he decidido escribir este artÃ­culo que estoy seguro le serÃ¡ de mucha utilidad a todos ustedes. Una vez generado el paquete desde Visual Studio 2010, abrimos una consola de administraciÃ³n de SharePoint, sobra decir que la debemos abrir con privilegios [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-instalacion/' addthis:title='Como instalar una soluciÃ³n (.wsp) de SharePoint 2010 via PowerShell '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-borrar-webpart/" rel="bookmark">Como eliminar un .webpart de SharePoint 2010 que no se borra despues de desinstalar la soluciÃ³n via PowerShell</a><!-- (25.1)-->, 
<a href="http://juank.black-byte.com/varios/sharepoint-sandbox-solution/" rel="bookmark">PorquÃ© mis soluciones de SharePoint instaladas por PowerShell no se ven en la galerÃ­a de soluciones?</a><!-- (12.8)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos/windows/powershell-sharepoint-instalacion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 2 &#8211; Procesos</title>
		<link>http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:55:16 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[estado]]></category>
		<category><![CDATA[Fiber]]></category>
		<category><![CDATA[heap]]></category>
		<category><![CDATA[monotarea]]></category>
		<category><![CDATA[multitarea]]></category>
		<category><![CDATA[operativo]]></category>
		<category><![CDATA[pila]]></category>
		<category><![CDATA[planificacion]]></category>
		<category><![CDATA[Proceso]]></category>
		<category><![CDATA[sistema]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=78</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/' addthis:title='Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 2 &#8211; Procesos '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>En el post de Manejador de Procesos 1 â€“ Fundamentos&#160; vimos, entre otros temas, que un proceso es un conjunto de instrucciones que se ejecutan con un objetivo determinado, y pudimos ver de manera superficial de que se compone un proceso. Estos son los otros dos artÃ­culos de la serie: &#160; Parte 1 : Manejador [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/' addthis:title='Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 2 &#8211; Procesos '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/sistemas_operativos-procesos-fundamentos/" rel="bookmark">Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 1 &#8211; Fundamentos</a><!-- (28.2)-->, 
<a href="http://juank.black-byte.com/sistemas_operativos-manejador-procesos-threads-fibers/" rel="bookmark">Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 3 &#8211; Threads</a><!-- (28.2)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Resumen Windows 7 en el PDC (Professional Developers Conference)</title>
		<link>http://juank.black-byte.com/sistemas_operativos/windows-resumen-windows-7-en-el-pdc-professional-developers-conference/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos/windows-resumen-windows-7-en-el-pdc-professional-developers-conference/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 04:15:07 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[evento]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/?p=39</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows-resumen-windows-7-en-el-pdc-professional-developers-conference/' addthis:title='Resumen Windows 7 en el PDC (Professional Developers Conference) '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>Saludos a todos, les dejo el compendio de artÃ­culos generados en el PD relacionados con Windows 7: &#160; PresentaciÃ³n URL KYN02 Day Two #1 &#8211; Ray Ozzie, Steven Sinofsky, Scott Guthrie and David Treadwell (Windows 7 starts +17:00 minutes) http://channel9.msdn.com/pdc2008/KYN02/ PC01 Windows 7: Web Services in Native Code http://channel9.msdn.com/pdc2008/PC01/ PC02 Windows 7: Extending Battery Life [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos/windows-resumen-windows-7-en-el-pdc-professional-developers-conference/' addthis:title='Resumen Windows 7 en el PDC (Professional Developers Conference) '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>



No related posts.
]]></description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos/windows-resumen-windows-7-en-el-pdc-professional-developers-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 1 &#8211; Fundamentos</title>
		<link>http://juank.black-byte.com/sistemas_operativos-procesos-fundamentos/</link>
		<comments>http://juank.black-byte.com/sistemas_operativos-procesos-fundamentos/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 04:15:06 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[estado]]></category>
		<category><![CDATA[Fiber]]></category>
		<category><![CDATA[heap]]></category>
		<category><![CDATA[monotarea]]></category>
		<category><![CDATA[multitarea]]></category>
		<category><![CDATA[operativo]]></category>
		<category><![CDATA[pila]]></category>
		<category><![CDATA[planificacion]]></category>
		<category><![CDATA[Proceso]]></category>
		<category><![CDATA[sistema]]></category>
		<category><![CDATA[stack]]></category>
		<category><![CDATA[Thread]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://juank.black-byte.com/uncategorized-sistemas-operativos-manejador-de-procesos-1-fundamentos/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos-procesos-fundamentos/' addthis:title='Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 1 &#8211; Fundamentos '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div>Esta es una serie 2 post introductorios acerca de lo que es el manejador de procesos, la idea es tener un concepto muy general de lo que hace esta parte de todo sistema operativo, sin embargo es un tema muy extenso y que puede llegar a ser bastante complejo, por lo cual cabe aclarar que [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://juank.black-byte.com/sistemas_operativos-procesos-fundamentos/' addthis:title='Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 1 &#8211; Fundamentos '><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47f81ddfbdce" class="addthis_button_compact">Share</a></div><h3>Related Posts</h3>

<a href="http://juank.black-byte.com/sistemas_operativos-manejador-procesos-fundamentos-parte2/" rel="bookmark">Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 2 &#8211; Procesos</a><!-- (28.3)-->, 
<a href="http://juank.black-byte.com/sistemas_operativos-manejador-procesos-threads-fibers/" rel="bookmark">Sistemas Operativos &#8211; Manejador de procesos &#8211; Parte 3 &#8211; Threads</a><!-- (28.2)-->]]></description>
		<wfw:commentRss>http://juank.black-byte.com/sistemas_operativos-procesos-fundamentos/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

