<?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>Application Performance, Scalability and Architecture – The dynaTrace Blog &#187; Remoting</title>
	<atom:link href="http://blog.dynatrace.com/tag/remoting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 10:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Behind the Scenes of Serialization in Java</title>
		<link>http://blog.dynatrace.com/2011/03/02/behind-the-scenes-of-serialization-in-java/</link>
		<comments>http://blog.dynatrace.com/2011/03/02/behind-the-scenes-of-serialization-in-java/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 14:15:19 +0000</pubDate>
		<dc:creator>Alois Reitbauer</dc:creator>
				<category><![CDATA[Architecture and Performance]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[BestPractice]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://blog.dynatrace.com/?p=2893</guid>
		<description><![CDATA[When building distributed applications one of the central performance-critical components is serialization. Most modern frameworks make it very easy to send data over the wire. In many cases you don’t see at all what is going on behind the scenes. Choosing the right serialization strategy however is central for achieving good performance and scalability. Serialization [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2011/03/02/behind-the-scenes-of-serialization-in-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Performance Considerations in Distributed Applications</title>
		<link>http://blog.dynatrace.com/2009/09/28/performance-considerations-in-distributed-applications/</link>
		<comments>http://blog.dynatrace.com/2009/09/28/performance-considerations-in-distributed-applications/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:45:59 +0000</pubDate>
		<dc:creator>Alois Reitbauer</dc:creator>
				<category><![CDATA[Architecture and Performance]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blog.dynatrace.com/?p=931</guid>
		<description><![CDATA[Distribution and communication between applications and services is a central concept in modern application architectures. In order to profit from distribution you have to keep some basic principles in mind &#8211; otherwise you can easily run into performance and scalability problems. During development these problems often do not surface.  Then suddenly in load testing or [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2009/09/28/performance-considerations-in-distributed-applications/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Performance Antipattern : Logical Structure vs. Physical Deployment</title>
		<link>http://blog.dynatrace.com/2008/07/09/performance-antipattern-logical-structure-vs-physical-deployment/</link>
		<comments>http://blog.dynatrace.com/2008/07/09/performance-antipattern-logical-structure-vs-physical-deployment/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 14:29:00 +0000</pubDate>
		<dc:creator>Alois Reitbauer</dc:creator>
				<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Remoting]]></category>

		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/09/performance-antipattern-logical-structure-vs-physical-deployment/</guid>
		<description><![CDATA[A very common performance anti-pattern is wrong deployment of components. This often comes when applications are deployed as they are designed at a conceptual leve. Most web-based applications today are build based on the Model-View-Controller concept. This means that components are seperated into : A view part responsible for presenting a user interface to the [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2008/07/09/performance-antipattern-logical-structure-vs-physical-deployment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Optimizing Remoting by Optimizing Serialization</title>
		<link>http://blog.dynatrace.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/</link>
		<comments>http://blog.dynatrace.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 12:56:00 +0000</pubDate>
		<dc:creator>Alois Reitbauer</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[Remoting]]></category>

		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/</guid>
		<description><![CDATA[RMI Remoting Optimization Remoting is a key element in modern enterprise applications . While it can help to increase scalabilty and performance it might also become a bottleneck. Especially in highly transactional applications the network easily becomes the bottleneck. I examined possible performance optimizations in Java RMI following the guidance given in the book Java [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2008/07/01/optimizing-remoting-by-optimizing-serialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

