<?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>dynaTrace Blog on Performance, Scalabilty and Architecture - Java and .NET  Application Performance Management</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:16:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>7</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 end [...]]]></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 RMI. The [...]]]></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>
