<?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>Java Software Development Videos and Tutorials &#187; performance</title>
	<atom:link href="http://www.java-tv.com/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Do You Really Get Memory?</title>
		<link>http://www.java-tv.com/2011/11/04/do-you-really-get-memory/</link>
		<comments>http://www.java-tv.com/2011/11/04/do-you-really-get-memory/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 17:48:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2010</guid>
		<description><![CDATA[In this video, Jevgeni Kabanov creates a CPU model in Java in an attempt to explain the underlying mechanism of memory performance bottlenecks and the need for a correlated hardware, OS and JVM improvement.
http://www.infoq.com/presentations/Do-You-Really-Get-Memory
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/04/do-you-really-get-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Zippy Android Applications</title>
		<link>http://www.java-tv.com/2010/10/13/writing-zippy-android-applications/</link>
		<comments>http://www.java-tv.com/2010/10/13/writing-zippy-android-applications/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 15:08:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1662</guid>
		<description><![CDATA[This video shows tips and war stories on making fast, responsive (a.k.a. &#8220;non-janky&#8221;) Android apps. No more ANRs! Eliminate event loop stalls! Fast start-ups! Optimized database queries with minimal I/O! Also, learn about the tools and techniques we use to find performance problems across the system and hear what&#8217;s coming in the future. The video requires proficiency in Java and a solid grasp of Android&#8217;s fundamental concepts.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/13/writing-zippy-android-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn How to Boost your Java Performance with Ehcache</title>
		<link>http://www.java-tv.com/2010/05/31/learn-how-to-boost-your-java-performance-with-ehcache/</link>
		<comments>http://www.java-tv.com/2010/05/31/learn-how-to-boost-your-java-performance-with-ehcache/#comments</comments>
		<pubDate>Mon, 31 May 2010 16:51:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ehcache]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1527</guid>
		<description><![CDATA[Greg Luck, the  founder or Ehcache, shares his wisdom on  implementing effective Java caching strategies in general and in Hibernate.  Ehcache is an open source, standards-based  cache used in a wide array of applications to boost performance, offload the  database and simplify scalability. Greg walks through the Spring  Pet Clinic as an application example and show us how to tune it for maximum  performance, both when using Hibernate and when caching result sets directly. He show the comparative application  performance of Ehcache ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/05/31/learn-how-to-boost-your-java-performance-with-ehcache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making every millisecond count! JVM performance tuning in the real-world</title>
		<link>http://www.java-tv.com/2010/01/13/making-every-millisecond-count-jvm-performance-tuning-in-the-real-world/</link>
		<comments>http://www.java-tv.com/2010/01/13/making-every-millisecond-count-jvm-performance-tuning-in-the-real-world/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:48:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1361</guid>
		<description><![CDATA[Why is performance analysis so hard to do well? What features of Java are the actual big-ticket items when it comes to performance? How much have recent advances in the JVM really helped? Is there any good news coming with JDK 7? How do I stop myself becoming the &#8220;performance soothsayer&#8221; of my group? How can I stop having the &#8220;which is faster &#8211; Java or C++&#8221; discussion? These are some of the questions than Ben will answer as he reviews the current state of low-level Java performance tuning for ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/01/13/making-every-millisecond-count-jvm-performance-tuning-in-the-real-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clustering a Grails Application for Scalability and Availability</title>
		<link>http://www.java-tv.com/2010/01/05/clustering-a-grails-application-for-scalability-and-availability/</link>
		<comments>http://www.java-tv.com/2010/01/05/clustering-a-grails-application-for-scalability-and-availability/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:56:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1353</guid>
		<description><![CDATA[How is your lone web server going to handle all the traffic you&#8217;ll get when it lands on Slashdot or the front page of Digg? Probably not well. To prepare for all of this popularity you&#8217;re going to need multiple servers, but there&#8217;s more to it than buying hardware.
Watch this video on Skillsmatter.com
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/01/05/clustering-a-grails-application-for-scalability-and-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective GWT: Developing a complex, high-performance app with Google Web Toolkit</title>
		<link>http://www.java-tv.com/2009/12/31/effective-gwt-developing-a-complex-high-performance-app-with-google-web-toolkit/</link>
		<comments>http://www.java-tv.com/2009/12/31/effective-gwt-developing-a-complex-high-performance-app-with-google-web-toolkit/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1339</guid>
		<description><![CDATA[In this session we&#8217;ll show how you can get the most out of GWT in development, testing and deployment. It&#8217;s based on our two and half years of experience building Lombardi Blueprint, a SaaS application for collaborative business process documentation. We&#8217;ll cover how you can effectively integrate GWT into your development process and how to structure your code and application to take advantage of GWT&#8217;s unique features in order to provide the best possible user experience. Focus: Achieving high performance, sharing code between client and server, building and testing your ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/12/31/effective-gwt-developing-a-complex-high-performance-app-with-google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measure in Milliseconds: Performance Tips for Google Web Toolkit</title>
		<link>http://www.java-tv.com/2009/12/14/measure-in-milliseconds-performance-tips-for-google-web-toolkit/</link>
		<comments>http://www.java-tv.com/2009/12/14/measure-in-milliseconds-performance-tips-for-google-web-toolkit/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:40:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1310</guid>
		<description><![CDATA[Google Web Toolkit (GWT) allows developers to build highly optimized, fast AJAX applications. GWT allows developers to code in the Java programming language using their favorite IDE tools, then cross-compile that source into plain JavaScript to be served just like any other webpage script. We&#8217;ll take a look at some performance techniques you can use in GWT to build even faster web apps.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/12/14/measure-in-milliseconds-performance-tips-for-google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Performance Antipatterns</title>
		<link>http://www.java-tv.com/2009/10/19/common-performance-antipatterns/</link>
		<comments>http://www.java-tv.com/2009/10/19/common-performance-antipatterns/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:18:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1220</guid>
		<description><![CDATA[Application development has become much easier because of the availability of frameworks and application platforms. Developing scalable and highly performing applications is a major challenge in modern application development. Especially highly distributed SOA architectures and always larger systems make this task more and more challenging. The saying &#8220;Make it work first and make it fast later&#8221; is no longer valild. More and more scalability and performance problem cause software projects to fail or deliver behind schedules. This talk addresses the major principles of building highly performing and scalable applications. Common ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/10/19/common-performance-antipatterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Performance Puzzlers</title>
		<link>http://www.java-tv.com/2009/07/23/java-performance-puzzlers/</link>
		<comments>http://www.java-tv.com/2009/07/23/java-performance-puzzlers/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:14:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1044</guid>
		<description><![CDATA[We all like puzzles and that is what this talk is all about, puzzles, Java, and performance. In this highly interactive talk we will look at a number of small benchmarks with interesting performance characteristics. In working through the puzzle we will discover how and why we&#8217;ve gotten the results that we have. You can think of it as a fun way to learn more about how the Java runtime environment works.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/07/23/java-performance-puzzlers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java RTSJ on Wall Street Part 1</title>
		<link>http://www.java-tv.com/2008/12/29/java-rtsj-on-wall-street-part-1/</link>
		<comments>http://www.java-tv.com/2008/12/29/java-rtsj-on-wall-street-part-1/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 12:35:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[RTSJ]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=681</guid>
		<description><![CDATA[Applying Sun Java Real-Time System to  High-Performance Financial  Systems, view how the Java RTS can enable financial program trading systems  to execute time-critical trades without interruption from the Garbage  Collector or other Interrupts. 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/12/29/java-rtsj-on-wall-street-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Maximizing Performance &amp; Security</title>
		<link>http://www.java-tv.com/2008/11/24/tomcat-maximizing-performance-security/</link>
		<comments>http://www.java-tv.com/2008/11/24/tomcat-maximizing-performance-security/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 15:57:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=596</guid>
		<description><![CDATA[Mark Thomas, a senior software engineer from SpringSource and the leading  contributor to Tomcat security, talks about how security vulnerabilities are  handled by the Tomcat team and how end users are served while preventing  security problems.  Mark discusses how using an open source project has  the following disadvantage: as soon as a new version is published, the new  version can be reverse engineered and vulnerabilities can be discovered.  Therefore, commits are not announced as security vulnerabilities. Once a release  is available for download ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/24/tomcat-maximizing-performance-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Java for Latency Critical Banking Applications</title>
		<link>http://www.java-tv.com/2008/10/27/real-time-java-for-latency-critical-banking-applications/</link>
		<comments>http://www.java-tv.com/2008/10/27/real-time-java-for-latency-critical-banking-applications/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:00:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=487</guid>
		<description><![CDATA[In this presentation from QCon London 2008, Bertrand Delsart discusses real-time  (RT) computing requirements in banking, RT Java history, priority semantics, RT  APIs, Determinism and NoHeapRealtimeThreads, RT Garbage Collection, soft vs.  hard RT, deadline miss handlers, event-driven requests with deadlines, reducing  context switches, and benefits of RT Java and the RT Garbage collector.
Bertrand Delsart is the technical leader for the Sun Java  Real-Time System product. He worked mainly on the real-time memory management  extensions and on the efficient implementation of the PIP semantic for ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/10/27/real-time-java-for-latency-critical-banking-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Architecting for Latency</title>
		<link>http://www.java-tv.com/2008/10/27/architecting-for-latency/</link>
		<comments>http://www.java-tv.com/2008/10/27/architecting-for-latency/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 15:58:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=485</guid>
		<description><![CDATA[In this presentation, Dan Pritchett addresses latency issues in web applications that should be dealt with from the beginning when the system is designed. Dan offers some practical solutions to latency.
Dan Pritchett is a Technical Fellow at eBay where he has been a member of the architecture team for the past four years. In this role, Dan interfaces with the strategy, business, product and technology teams across eBay Marketplaces, PayPal and Skype. Dan has over 20 years of experience at technology companies such as Sun Microsystems, Hewlett Packard and Silicon ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/10/27/architecting-for-latency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Accelerate Non-cacheable, Dynamic Sites Leveraging a Globally Distributed Platform</title>
		<link>http://www.java-tv.com/2008/09/16/how-to-accelerate-non-cacheable-dynamic-sites-leveraging-a-globally-distributed-platform/</link>
		<comments>http://www.java-tv.com/2008/09/16/how-to-accelerate-non-cacheable-dynamic-sites-leveraging-a-globally-distributed-platform/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 09:26:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=401</guid>
		<description><![CDATA[Harald Prokop (Akamai Technologies)&#8211;Since 1999, Akamai has built a large-scale  distributed system with 30,000+ servers spread across 1000+ networks and 70+  countries. Akamaiâ€™s technology-at its core, applied mathematics and  algorithms-manages the distribution of large content libraries and intelligently  optimizes routes to accelerate dynamic sites and applications. This talk will  focus on the design principles and architecture of the Akamai network and how it  enables the Internet to deliver large libraries of HD content and accelerates  dynamic transactions.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/09/16/how-to-accelerate-non-cacheable-dynamic-sites-leveraging-a-globally-distributed-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 993/1113 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:21:09 -->
