<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Performance</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=15</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="15-001764">
            <title>OutOfMemoryError: PermGen space</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001764</link>
            <description>Hey all,&lt;br /&gt; &lt;br /&gt;First off, sorry if this has been answered before, i did some searching, but didnt find much i knew how to do.&lt;br /&gt; &lt;br /&gt;I'm a totl newbie in the Java world, but my company has recently purchased a new CMS coded in Java, and since i'm a webdeveloper, i got the task of moving our sites to the new system. When i develop on my laptop, i often run into the OutOfMemoryError: PermGen space error. I figured that it's because my java stuff doesnt get as much memory as it should - But my question is, how do i increase this? I checked my memory usage at the time before and after the problem, and i use around 1.3 gig of 3 gig RAM, so i figure that it should be possible to kick some more resources after the java programs.&lt;br /&gt; &lt;...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001764</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001764Jepp Mariager</comments>
            <author/>
            <pubDate>Fri, 9 May 2008 07:58:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001763">
            <title>Advice on Checking the data with database</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001763</link>
            <description>HI,&lt;br /&gt; &lt;br /&gt;I have 5 lacks records in csv file. the records needs to be uploaded to databse every day. Each record have a key&lt;br /&gt; &lt;br /&gt;now before updating these records. I need to check with data base the key is already exist in master table. &lt;br /&gt; &lt;br /&gt;whcih is the best way to compare the Key with master table &lt;br /&gt; &lt;br /&gt;1) Hit the database every time. in thins case it's 5 lacks data base calls.&lt;br /&gt;2) store the 5 lack records in collection object and compare.&lt;br /&gt; &lt;br /&gt;now which is the best soluation in performance wise.&lt;br /&gt; &lt;br /&gt;I think that holding the 5 lacks records in collection may be the performance issue. The JVM can able to hold the 5 lack Objects .&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Kindly advice mw which is the best soluat...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001763</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001763PRavi kumar</comments>
            <author/>
            <pubDate>Wed, 7 May 2008 00:12:51 MDT</pubDate>
        </item>
        <item uniqueID="15-001762">
            <title>Use OSCache for performance tunning</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001762</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt;I have a J2EE web application for reporting. When user logged in he/she can view a menu having different reports. Each report is associated with a filter page, where user can select some filter values and can view the report on the basis of selected filter values. &lt;b&gt;The filter page is same for all reports&lt;/b&gt;. On the filter page there are select boxes into which values are populating from the database by running different queries for each select box (we says filter value). So, following steps are performing -&lt;br /&gt;&lt;ul type="square"&gt;&lt;li&gt;Connecting to Database&lt;li&gt;Running Query&lt;li&gt;Setting returned records to bean&lt;li&gt;Display filter page by fetching records from bean&lt;br /&gt;&lt;/ul&gt;If user request for any other report, above step...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001762</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001762SaurabhSri Sri</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 05:44:49 MDT</pubDate>
        </item>
        <item uniqueID="15-001761">
            <title>Overview Java Memory Management</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001761</link>
            <description>Hello!&lt;br /&gt; &lt;br /&gt;Does anybody know a good article or book to get a solid overview on Java memory management?&lt;br /&gt;Getting information about the heap is quite easy. But I need some solid understanding of all the parts to be able to troubleshoot different out-of-memory errors.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt; &lt;br /&gt;Hans</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001761</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001761Marcus Didius Falco</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 03:42:49 MDT</pubDate>
        </item>
        <item uniqueID="15-001759">
            <title>Memory Leaks - Where and How</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001759</link>
            <description>The below code is a snippet from http://www.performancewiki.com/memory-leak-analysis.html (http://www.performancewiki.com/memory-leak-analysis.html)&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;public class MyClass {&lt;br /&gt; static HashSet myContainer = new HashSet();&lt;br /&gt; public void leak(int numObjects) {&lt;br /&gt; for (int i = 0; i &amp;lt; numObjects; ++i) {&lt;br /&gt; String leakingUnit = new String("this is leaking object: " + i);&lt;br /&gt; myContainer.add(leakingUnit);&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt; public static void main(String[] args) throws Exception {&lt;br /&gt; System.out.print("May I start leaking? (hit enter)"); &lt;br /&gt; System.in.read(new byte[4]);&lt;br /&gt; {&lt;br /&gt; MyClass myObj = new MyClass();&lt;br /&gt; myObj.leak(1000000000);&lt;br /&gt; }...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001759</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001759veerabahu Subramanian</comments>
            <author/>
            <pubDate>Fri, 2 May 2008 04:00:28 MDT</pubDate>
        </item>
        <item uniqueID="15-001757">
            <title>Threads/pooled sessions and cache</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001757</link>
            <description>Hello there,&lt;br /&gt;I am trying to design an application and I want to hear the expert advice.. Here is the senario:&lt;br /&gt;users (jsp threads) are going to hit my application and there is a pool of sessions ready for them. Every thread (jsp) is going to get a session from the business application (from the pool). Questions:&lt;br /&gt; &lt;br /&gt;1-How can I associate a jsp thread with the session pool in order to get one? Will a queue and monitor is the best way (then how to queue a jsp thread on the business app)? Or just leave every jsp thread to get a session on his own?&lt;br /&gt; &lt;br /&gt;2-What is better from performance point of view: having server static storage (Map) for caching dictionaries or having instances of (Map)s on the server side (singleton s...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001757</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001757amer seif el dine</comments>
            <author/>
            <pubDate>Thu, 1 May 2008 09:08:25 MDT</pubDate>
        </item>
        <item uniqueID="15-001756">
            <title>Code optimization with &amp;quot;final&amp;quot;</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001756</link>
            <description>Hi I have one problem here ,&lt;br /&gt; &lt;br /&gt;We have one class called "GamePlan" has one method called "isCoreGame()" which is extensively used in project in lots of classes.&lt;br /&gt; &lt;br /&gt;Now by default this isCoreGame() returns true only.&lt;br /&gt; &lt;br /&gt;I want to optimize this code because in project other files lots of if(GamePlan.isCoreGame()){//do something}else{//do something} blocks are there.&lt;br /&gt; &lt;br /&gt;I know that if constants are compile time known java compiler replace it in byte code and that way optimize it &lt;br /&gt; &lt;br /&gt;So I did following changes :&lt;br /&gt;1.Created one cosntant private static final boolean IS_CORE_GAME=true;&lt;br /&gt;2.I makred "isCoreGame()" as final.&lt;br /&gt; &lt;br /&gt;but looking at byte code i realize its not replacing the valu...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001756</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001756vikey Sharma</comments>
            <author/>
            <pubDate>Tue, 29 Apr 2008 00:34:17 MDT</pubDate>
        </item>
        <item uniqueID="15-001755">
            <title>out of memory error</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001755</link>
            <description>I am getting a out of memory error, when I tried to increase the jvm size, then the problem is not coming for one program and for other it is still facing the same problem(both programs are having same logic almost for different purpose)&lt;br /&gt; As I couldn't increase my jvm size according to my wish I tried to close all the objects that I am using in the program.what additional things I need to consider to overcome this problem?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001755</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001755sarathchandra chandala</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 02:42:15 MDT</pubDate>
        </item>
        <item uniqueID="15-001754">
            <title>Decreased performance...</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001754</link>
            <description>isn't adding layers to abstract things kind of decreases performance. Although its consider good oops but downside is performance problems..&lt;br /&gt; &lt;br /&gt;I am talking about all these frameworks.. struts,wicket etc..&lt;br /&gt; &lt;br /&gt;Can some one give their kind opinions..&lt;br /&gt; &lt;br /&gt;JR</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001754</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001754Justin Russo</comments>
            <author/>
            <pubDate>Sun, 27 Apr 2008 07:06:11 MDT</pubDate>
        </item>
        <item uniqueID="15-001753">
            <title>Measuring the performance of Networking code </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001753</link>
            <description>To take a simple example, how exactly am I supposed to know if read(buf,i,len) is more efficient than read() ? or how do I know the performance difference between setting sendBufferSize 8k and 32k? etc&lt;br /&gt; &lt;br /&gt;1)&lt;br /&gt;I am aware of Java profilers ( http://java-source.net/open-source/profilers), (http://java-source.net/open-source/profilers%29,) but most of them measure stuff like CPU, memory, heap, etc - I cant seem to find any profiler that measures Networking code. I've looked at one called JAMon, but have no idea how to use it for my purpose. Should I be looking at OS/System level tools? If so, which ones?&lt;br /&gt; &lt;br /&gt;2)&lt;br /&gt;For my purpose I am mainly interested in latency. I am writing a SOCKS server which is currently encapsulatin...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001753</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001753Dayo Manas</comments>
            <author/>
            <pubDate>Fri, 25 Apr 2008 11:02:06 MDT</pubDate>
        </item>
        <item uniqueID="15-001752">
            <title>Keyword Final &amp;amp; Performance </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001752</link>
            <description>I have read in Murach's Java SE 6 that using the keyword final on a class or method or variable results in minor performance improvement. &lt;br /&gt; &lt;br /&gt;The given reason is that since the compiler does not have to allow for inheritance or polymorphism, it generates more efficient code.&lt;br /&gt; &lt;br /&gt;Does anybody have any additional thoughts on this.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001752</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001752victor kamat</comments>
            <author/>
            <pubDate>Fri, 25 Apr 2008 10:30:06 MDT</pubDate>
        </item>
        <item uniqueID="15-001750">
            <title>Efficiency of a Search Function as a Web Service</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001750</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I am currently working on an applcation. It's a simple web application that would allow users to view employee information for the employees of a small company. It has its own specific database to store application specific data. The main database where employee information is stored is a different one. This is the database where other internal application retrieve their data. For some reasons (I don't have go into details), they won't allow us to directly access the "main employee database". They recommended us using webservices to be able to retrieve employee data. They are willing to create a webservice just for our application. &lt;br /&gt; &lt;br /&gt;We have a requirement that every transaction should not exceed 5 seconds. Now wh...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001750</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001750Andres Delrotti</comments>
            <author/>
            <pubDate>Tue, 22 Apr 2008 06:55:45 MDT</pubDate>
        </item>
        <item uniqueID="15-001748">
            <title>Need to reduce Java application's CPU utilization</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001748</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I wrote a Java application for creating search indexes. When run, this application continuously utilizes almost 100% of CPU until it ends. This application performs lots of IO operations. I need to reduce its CPU usage to about 50-60% sacrificing speed (i.e., it is fine if it takes an extra 10-15 minutes to finish). &lt;br /&gt; &lt;br /&gt;So far, I tried changing different Java HotSpot VM options but no success. &lt;br /&gt; &lt;br /&gt;"ps -p PID -o pid,nlwp" shows me that the applications NLWP is 13. &lt;br /&gt; &lt;br /&gt;Could any one offer advice regarding reducing CPU usage? &lt;br /&gt; &lt;br /&gt;Thanks for any help,&lt;br /&gt;Jon</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001748</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001748Jon Hayden</comments>
            <author/>
            <pubDate>Mon, 21 Apr 2008 22:00:21 MDT</pubDate>
        </item>
        <item uniqueID="15-001747">
            <title>Alternative to StringBuffer</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001747</link>
            <description>Hello All,&lt;br /&gt; &lt;br /&gt;I am using StringBuffer to append large XML file (&amp;gt;2MB). StringBuffer is degrading the performace as well as I am running short of memory.&lt;br /&gt;Can any one please suggest how to overcome this problem.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001747</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001747Chethan Chandrashekar</comments>
            <author/>
            <pubDate>Sun, 20 Apr 2008 23:22:15 MDT</pubDate>
        </item>
        <item uniqueID="15-001746">
            <title>Performance Benchmarking for KeyGenerator</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001746</link>
            <description>All,&lt;br /&gt; &lt;br /&gt;Never conducted performance benchmarking on any of my Java apps before...&lt;br /&gt; &lt;br /&gt;I wrote the following KeyGenerator:&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;import java.util.UUID;&lt;br /&gt;import java.util.Random;&lt;br /&gt;import java.io.Serializable;&lt;br /&gt;import java.security.SecureRandom;&lt;br /&gt;import java.security.NoSuchAlgorithmException;&lt;br /&gt; &lt;br /&gt;public class KeyGenerator implements Serializable {&lt;br /&gt; &lt;br /&gt;private static Random rand;&lt;br /&gt; &lt;br /&gt;public static UUID getKey(Random rand) {&lt;br /&gt;try {&lt;br /&gt;rand = SecureRandom.getInstance("SHA1PRNG");&lt;br /&gt;} catch (NoSuchAlgorithmException e) {&lt;br /&gt;e.printStackTrace();&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;int size = rand.nextInt(128);&lt;br /&gt;byte[] seed = new byte[size];&lt;br /&gt;rand.nextBy...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001746</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001746James Dekker</comments>
            <author/>
            <pubDate>Sun, 20 Apr 2008 16:12:13 MDT</pubDate>
        </item>
        <item uniqueID="15-001745">
            <title>What causes memory leaks in Java? </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001745</link>
            <description>Read more on it on Javapeople (http://]http://javapeople.blogspot.com)</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001745</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001745Dipali Selukar</comments>
            <author/>
            <pubDate>Fri, 18 Apr 2008 02:30:20 MDT</pubDate>
        </item>
        <item uniqueID="15-001743">
            <title>JConsole csv time format--????</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001743</link>
            <description>When I click on the graph to save the data in JConsole and look at the time corresponding to the data, for April 17, 2008 10:44:03 I see the following 'time':&lt;br /&gt; &lt;br /&gt;39555.44726&lt;br /&gt; &lt;br /&gt;I have tried to correlate this to a long, the number of seconds since the Java Epoch(1/1/1970 00:00:00) and failed to find a correlation.&lt;br /&gt; &lt;br /&gt;Can anyone help me cipher this?&lt;br /&gt; &lt;br /&gt;Thank you in advance for your time!!!!!&lt;br /&gt; &lt;br /&gt;JD</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001743</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001743J.D. Thompson</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 08:54:18 MDT</pubDate>
        </item>
        <item uniqueID="15-001742">
            <title>File system calls monitorizing</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001742</link>
            <description>Hello.&lt;br /&gt; &lt;br /&gt; By using javax.xml.transform.TransformerFactory'newIstance() method in my code I'm launching a file system search. The documentation says that by setting the javax.xml.transform.TransformerFactory system property I avoid this search, which has a big impact on the performance. I think that I have set it correctly, but I would really like to monitor the calls to the file system that my java program makes. I'm working on WindowsXP, with Java 1.4&lt;br /&gt; Do you know how can I see the calls my Java program makes to the file system? Any tool? Any ideea?&lt;br /&gt; Thank you in advance.&lt;br /&gt; &lt;br /&gt;Best regards,&lt;br /&gt;Felix&lt;br /&gt;Use &lt;b&gt;www.jaaava.com&lt;/b&gt; - A Google CSE for Java</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001742</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001742Felix Sima</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 08:14:18 MDT</pubDate>
        </item>
        <item uniqueID="15-001741">
            <title>Enhancing PDF generation performance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741</link>
            <description>OUR APPLICATION IS GETTING NUMBER OF REQUESTS TO GENERATE LARGER PDF FILES(SAY UPTO 5-10 MB).&lt;br /&gt;E ARE USING ITEXT FOR GENERATING PDF.&lt;br /&gt; &lt;br /&gt;CAN ANYONE SUGGEST ME BEST WAY TO HANDLE MULTIPLE PDF GENERATION RQUESTS??</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741Smit Sh</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 19:09:02 MDT</pubDate>
        </item>
        <item uniqueID="15-001706">
            <title>Server restarting - Out of Memory Exception</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;We are using Websphere 5.1 and after our recent production deployment, server is restarting every 3-4 hrs. I am able to see some OutOfMemory and stack overflow exception. &lt;br /&gt; &lt;br /&gt;Is there a way I can find out what piece of code is causing the problem and any tips for not getting in this problem in the future...&lt;br /&gt; &lt;br /&gt;Thanks in advance...&lt;br /&gt; &lt;br /&gt;Karan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706Karan Jain</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 06:13:01 MDT</pubDate>
        </item>
        <item uniqueID="15-001733">
            <title>JVM Performance Evaluation</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001733</link>
            <description>Hello All,&lt;br /&gt; &lt;br /&gt;I am planning to do performance evaluation of Java virtual machine for a variety of operating systems (Windows,Unix,Solaris etc).&lt;br /&gt; &lt;br /&gt;The ideas I have are running code which use different aspects of the VM like Memory allocation, invoking Garbage collector . . . &lt;br /&gt; &lt;br /&gt;Any further ideas/links about how to go about this further would be highly appreciated.&lt;br /&gt; &lt;br /&gt;Thanks, &lt;br /&gt;Venod</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001733</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001733Venod Naik</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 02:23:01 MDT</pubDate>
        </item>
        <item uniqueID="15-001741">
            <title>Enhancing PDF generation performance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741</link>
            <description>OUR APPLICATION IS GETTING NUMBER OF REQUESTS TO GENERATE LARGER PDF FILES(SAY UPTO 5-10 MB).&lt;br /&gt;E ARE USING ITEXT FOR GENERATING PDF.&lt;br /&gt; &lt;br /&gt;CAN ANYONE SUGGEST ME BEST WAY TO HANDLE MULTIPLE PDF GENERATION RQUESTS??</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741Smit Sh</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 01:41:00 MDT</pubDate>
        </item>
        <item uniqueID="15-001741">
            <title>Enhancing PDF generation performance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741</link>
            <description>OUR APPLICATION IS GETTING NUMBER OF REQUESTS TO GENERATE LARGER PDF FILES(SAY UPTO 5-10 MB).&lt;br /&gt;E ARE USING ITEXT FOR GENERATING PDF.&lt;br /&gt; &lt;br /&gt;CAN ANYONE SUGGEST ME BEST WAY TO HANDLE MULTIPLE PDF GENERATION RQUESTS??</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001741Smit Sh</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 01:17:00 MDT</pubDate>
        </item>
        <item uniqueID="15-001719">
            <title>100% CPU usage on JBoss with 8GB memory</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001719</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;We've got an application that stores a large amount of data in-memory which is then used by a lot of users.&lt;br /&gt; &lt;br /&gt;Subsequently we're seeing CPU usage go through the use, and every now and then hit 100% (on a quad core machine with 8GB of mem) which I believe is when the JVM tries to garbage collect. The web app can't be used until JBoss is killed and restarted.&lt;br /&gt; &lt;br /&gt;We currently have these JVM opts:&lt;br /&gt;JAVA_OPTS="$JAVA_OPTS -Xms5g -Xmx5g -XX:MaxNewSize=3g -XX:PermSize=512m -XX:MaxP&lt;br /&gt;ermSize=1g -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterv&lt;br /&gt;al=3600000 -Djava.awt.headless=true -d64 -verbose:gc"&lt;br /&gt; &lt;br /&gt;Which may or may not be causing the problems - my knowledge of GC manag...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001719</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001719Dean Pullen</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 01:15:00 MDT</pubDate>
        </item>
        <item uniqueID="15-001737">
            <title>*** READ THIS for information about the BOOK PROMOTION</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001737</link>
            <description>This week's book promotion does not take place in this forum, but rather in the Web Services (http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=51) forum. Sorry for any confusion.&lt;br /&gt; &lt;br /&gt;[ April 15, 2008: Message edited by: Ulf Dittmer ]</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001737</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001737Ulf Dittmer</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 18:42:59 MDT</pubDate>
        </item>
        <item uniqueID="15-001740">
            <title>Where JBI stands in Sun JCAPS suite</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001740</link>
            <description>--------------------------------------------------------------------------------&lt;br /&gt;Sun Java composite application platform suite, which was taken over from Sea beyaond, will be pacakaged in netbeans 6.X IDE replacing Sea Beyond enterprise designer.&lt;br /&gt; &lt;br /&gt;Sun JCAPS has a number of components to support full SOA solution stack. &lt;br /&gt;Like EGAte, EInsight BPM, EVision, EView etc...&lt;br /&gt;EGate Integrator is primarily responsible for ESB functions.&lt;br /&gt;Where JBI and SDO/SCA technologies will stand in Sun JCAPS or will it be competing with JCAPS suite?&lt;br /&gt;Any other insight information where Sun is heading in this... &lt;br /&gt; &lt;br /&gt;This question is posted for Binildas, who is doing his book promo for SOA and JBI.&lt;br /&gt; &lt;br /&gt;Anybody else...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001740</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001740Manish Goel</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 18:40:59 MDT</pubDate>
        </item>
        <item uniqueID="15-001740">
            <title>Where JBI stands in Sun JCAPS suite</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001740</link>
            <description>--------------------------------------------------------------------------------&lt;br /&gt;Sun Java composite application platform suite, which was taken over from Sea beyaond, will be pacakaged in netbeans 6.X IDE replacing Sea Beyond enterprise designer.&lt;br /&gt; &lt;br /&gt;Sun JCAPS has a number of components to support full SOA solution stack. &lt;br /&gt;Like EGAte, EInsight BPM, EVision, EView etc...&lt;br /&gt;EGate Integrator is primarily responsible for ESB functions.&lt;br /&gt;Where JBI and SDO/SCA technologies will stand in Sun JCAPS or will it be competing with JCAPS suite?&lt;br /&gt;Any other insight information where Sun is heading in this... &lt;br /&gt; &lt;br /&gt;This question is posted for Binildas, who is doing his book promo for SOA and JBI.&lt;br /&gt; &lt;br /&gt;Anybody else...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001740</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001740Manish Goel</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 17:14:59 MDT</pubDate>
        </item>
        <item uniqueID="15-001738">
            <title>inheritance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</link>
            <description>Java suppors multiple inheritance,but can anybody justify that it only supported single inheritance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738aditya kumar</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 14:42:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001738">
            <title>inheritance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</link>
            <description>Java suppors multiple inheritance,but can anybody justify that it only supported single inheritance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738aditya kumar</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 14:22:59 MDT</pubDate>
        </item>
        <item uniqueID="15-001706">
            <title>Server restarting - Out of Memory Exception</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;We are using Websphere 5.1 and after our recent production deployment, server is restarting every 3-4 hrs. I am able to see some OutOfMemory and stack overflow exception. &lt;br /&gt; &lt;br /&gt;Is there a way I can find out what piece of code is causing the problem and any tips for not getting in this problem in the future...&lt;br /&gt; &lt;br /&gt;Thanks in advance...&lt;br /&gt; &lt;br /&gt;Karan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706Karan Jain</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 13:28:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001706">
            <title>Server restarting - Out of Memory Exception</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;We are using Websphere 5.1 and after our recent production deployment, server is restarting every 3-4 hrs. I am able to see some OutOfMemory and stack overflow exception. &lt;br /&gt; &lt;br /&gt;Is there a way I can find out what piece of code is causing the problem and any tips for not getting in this problem in the future...&lt;br /&gt; &lt;br /&gt;Thanks in advance...&lt;br /&gt; &lt;br /&gt;Karan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706Karan Jain</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 13:26:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001706">
            <title>Server restarting - Out of Memory Exception</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;We are using Websphere 5.1 and after our recent production deployment, server is restarting every 3-4 hrs. I am able to see some OutOfMemory and stack overflow exception. &lt;br /&gt; &lt;br /&gt;Is there a way I can find out what piece of code is causing the problem and any tips for not getting in this problem in the future...&lt;br /&gt; &lt;br /&gt;Thanks in advance...&lt;br /&gt; &lt;br /&gt;Karan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001706Karan Jain</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 13:24:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001739">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 10:14:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001739">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:58:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001739">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:42:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001739">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:40:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001739">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:38:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001738">
            <title>inheritance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</link>
            <description>Java suppors multiple inheritance,but can anybody justify that it only supported single inheritance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738aditya kumar</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:32:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001739">
            <title>how to speed up Java program?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</link>
            <description>I know there is way by which we can speed up our Java programs.&lt;br /&gt;what's that I don't know.&lt;br /&gt;please give some lights. &lt;br /&gt; &lt;br /&gt;best regards,&lt;br /&gt;omi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001739omi sharma</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:20:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001738">
            <title>inheritance</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</link>
            <description>Java suppors multiple inheritance,but can anybody justify that it only supported single inheritance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001738aditya kumar</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:04:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001733">
            <title>JVM Performance Evaluation</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001733</link>
            <description>Hello All,&lt;br /&gt; &lt;br /&gt;I am planning to do performance evaluation of Java virtual machine for a variety of operating systems (Windows,Unix,Solaris etc).&lt;br /&gt; &lt;br /&gt;The ideas I have are running code which use different aspects of the VM like Memory allocation, invoking Garbage collector . . . &lt;br /&gt; &lt;br /&gt;Any further ideas/links about how to go about this further would be highly appreciated.&lt;br /&gt; &lt;br /&gt;Thanks, &lt;br /&gt;Venod</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001733</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001733Venod Naik</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:02:58 MDT</pubDate>
        </item>
        <item uniqueID="15-001737">
            <title>READ THIS for information about the BOOK PROMOTION</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001737</link>
            <description>This week's book promotion does not take place in this forum, but rather in the Web Services (http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=51) forum. Sorry for any confusion.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001737</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001737</comments>
            <pubDate>Tue, 15 Apr 2008 02:13:19 MDT</pubDate>
        </item>
        <item uniqueID="15-001736">
            <title>Java EE 6 and JBI</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001736</link>
            <description>Is Java Business Integration part of Java EE 6? When is the anticipated final release of Java EE 6???</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001736</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001736</comments>
            <pubDate>Tue, 15 Apr 2008 01:59:19 MDT</pubDate>
        </item>
        <item uniqueID="15-001735">
            <title>Final</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001735</link>
            <description>Can someone explain to me (in english? ), what happens when i mark class/ methods as final (i want to know what is meant by compiler inlining the method or a class).&lt;br /&gt; &lt;br /&gt;I have read that this can lead to performance improvements, however this is refuted by many saying that compiled version of class can be different than the loaded version.&lt;br /&gt; &lt;br /&gt;If anyone can explain those points that'd be great.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;Vyas, Anirudh</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001735</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=15&amp;t=001735</comments>
            <pubDate>Sun, 13 Apr 2008 16:37:15 MDT</pubDate>
        </item> 
    </channel>
</rss>
