<?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>concurrencia &#8211; Services Engage</title>
	<atom:link href="https://services.engage-sc.com.ar/tag/concurrencia/feed/" rel="self" type="application/rss+xml" />
	<link>https://services.engage-sc.com.ar</link>
	<description>Sitio Colaborativo Engage</description>
	<lastBuildDate>Wed, 25 Mar 2026 18:13:11 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://services.engage-sc.com.ar/wp-content/uploads/2019/11/cropped-favicon-engage-s-32x32.png</url>
	<title>concurrencia &#8211; Services Engage</title>
	<link>https://services.engage-sc.com.ar</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">139374574</site>	<item>
		<title>Query para concurrencia de Mensajería</title>
		<link>https://services.engage-sc.com.ar/articulos-tecnicos/query-para-concurrencia-de-mensajeria/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=query-para-concurrencia-de-mensajeria</link>
					<comments>https://services.engage-sc.com.ar/articulos-tecnicos/query-para-concurrencia-de-mensajeria/#respond</comments>
		
		<dc:creator><![CDATA[Maximiliano Brizzi]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 18:13:11 +0000</pubDate>
				<category><![CDATA[Artículos Técnicos]]></category>
		<category><![CDATA[Servicios]]></category>
		<category><![CDATA[concurrencia]]></category>
		<category><![CDATA[mensajería]]></category>
		<guid isPermaLink="false">https://services.engage-sc.com.ar/?p=2114</guid>

					<description><![CDATA[El parámetro de concurrencia de Messaging controla la cantidad de operadores que están conectados al servicio de Mensajería. Por lo tanto, se puede consultar en línea cuanta concurrencia hay con el siguiente query: SELECT COUNT(1) FROM PHYSICAL_CHAT_OPECONNS PCO WHERE DISCONNECTION_DATE IS NULL AND CONNECTION_TYPE=&#8217;MAIN&#8217; AND USER_ID IN (SELECT SESSION_ID FROM . . . <a class="readmore-link" href="https://services.engage-sc.com.ar/articulos-tecnicos/query-para-concurrencia-de-mensajeria/">Leer más</a>]]></description>
		
					<wfw:commentRss>https://services.engage-sc.com.ar/articulos-tecnicos/query-para-concurrencia-de-mensajeria/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2114</post-id>	</item>
		<item>
		<title>Medir concurrencia de usuarios en Engage</title>
		<link>https://services.engage-sc.com.ar/articulos-tecnicos/medir-concurrencia-de-usuarios-en-engage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=medir-concurrencia-de-usuarios-en-engage</link>
					<comments>https://services.engage-sc.com.ar/articulos-tecnicos/medir-concurrencia-de-usuarios-en-engage/#respond</comments>
		
		<dc:creator><![CDATA[Maximiliano Brizzi]]></dc:creator>
		<pubDate>Mon, 15 Jan 2024 18:16:22 +0000</pubDate>
				<category><![CDATA[Artículos Técnicos]]></category>
		<category><![CDATA[Clientes Web]]></category>
		<category><![CDATA[concurrencia]]></category>
		<category><![CDATA[usuarios]]></category>
		<guid isPermaLink="false">https://services.engage-sc.com.ar/?p=1988</guid>

					<description><![CDATA[Estos querys sirven para calcular la concurrencia en las sesiones de los usuarios, el query va a devolver la cantidad de sesiones concurrentes agrupadas cada 5 minutos. Es práctico para saber cuántos usuarios estuvieron conectados, o si hubo picos de concurrencia, durante alguna baja en la performance de los servicios . . . <a class="readmore-link" href="https://services.engage-sc.com.ar/articulos-tecnicos/medir-concurrencia-de-usuarios-en-engage/">Leer más</a>]]></description>
		
					<wfw:commentRss>https://services.engage-sc.com.ar/articulos-tecnicos/medir-concurrencia-de-usuarios-en-engage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1988</post-id>	</item>
		<item>
		<title>Manejo de concurrencia en Engage 5</title>
		<link>https://services.engage-sc.com.ar/articulos-tecnicos/manejo-de-concurrencia-en-engage-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=manejo-de-concurrencia-en-engage-5</link>
					<comments>https://services.engage-sc.com.ar/articulos-tecnicos/manejo-de-concurrencia-en-engage-5/#respond</comments>
		
		<dc:creator><![CDATA[Maximiliano Brizzi]]></dc:creator>
		<pubDate>Wed, 11 Oct 2017 13:10:04 +0000</pubDate>
				<category><![CDATA[Artículos Técnicos]]></category>
		<category><![CDATA[Servicios]]></category>
		<category><![CDATA[concurrencia]]></category>
		<guid isPermaLink="false">https://services.engage-sc.com.ar/?p=799</guid>

					<description><![CDATA[Passport tienen todas las sesiones en caché, y el control de la cantidad de sesiones se resuelve por el caché y no por la base de datos. En el caso de quedar sesiones &#8220;mal cerradas&#8221;, para quitarlas del control lo ideal es que bajen y suban Passport, y de esa . . . <a class="readmore-link" href="https://services.engage-sc.com.ar/articulos-tecnicos/manejo-de-concurrencia-en-engage-5/">Leer más</a>]]></description>
		
					<wfw:commentRss>https://services.engage-sc.com.ar/articulos-tecnicos/manejo-de-concurrencia-en-engage-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">799</post-id>	</item>
	</channel>
</rss>
