<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Caching of the database queries</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 18 May 2013 05:05:17 -0400</pubDate>


    <item>

        <title>memcached for read only and CSQLCache for write through cache</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Memcached is an option which shall be tried for read only result set based cache. It is also highly scalable....]]></description>
        

        <pubDate>Sun, 01 Jun 2008 13:09:53 -0400</pubDate>

        

        <jf:creationDate>Sun, 01 Jun 2008 13:09:53 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 01 Jun 2008 13:09:53 -0400</jf:modificationDate>
        <jf:date>Jun 1, 2008</jf:date>
        <jf:author>Prabakaran Thirumalai</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Hi Steve,
<br>
<br>Can you provide a sample code of what you had implemented using CachedRowSet. I will appreciate it. You can mail it at vaneet dot gupta at csfb dot com
<br>
<br>Thanks
<br>
<br>Vaneet]]></description>
        

        <pubDate>Thu, 08 Feb 2001 09:39:01 -0500</pubDate>

        

        <jf:creationDate>Thu, 08 Feb 2001 09:39:01 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 08 Feb 2001 09:39:01 -0500</jf:modificationDate>
        <jf:date>Feb 8, 2001</jf:date>
        <jf:author>vaneet gupta</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Why not use the new CachedRowSet class (available at Suns site though the early access program) and attach it to the server context via JNDI? We have been using the CachedRowSet for a couple of weeks now and while we haven't used it in this capacity I...]]></description>
        

        <pubDate>Thu, 01 Feb 2001 08:31:23 -0500</pubDate>

        

        <jf:creationDate>Thu, 01 Feb 2001 08:31:23 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 01 Feb 2001 08:31:23 -0500</jf:modificationDate>
        <jf:date>Feb 1, 2001</jf:date>
        <jf:author>Steve Snodgrass</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Tony,...]]></description>
        

        <pubDate>Wed, 31 Jan 2001 21:49:30 -0500</pubDate>

        

        <jf:creationDate>Wed, 31 Jan 2001 21:49:30 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 31 Jan 2001 21:49:30 -0500</jf:modificationDate>
        <jf:date>Jan 31, 2001</jf:date>
        <jf:author>Dave Wolf</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Dave,
<br>
<br>&nbsp;&nbsp;Does this mean if your app servers uses multiple jvm within a system or your running in a clustered environment you can't reliably cache data in your session bean?
<br>
<br>Tony]]></description>
        

        <pubDate>Wed, 31 Jan 2001 17:33:29 -0500</pubDate>

        

        <jf:creationDate>Wed, 31 Jan 2001 17:33:29 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 31 Jan 2001 17:33:29 -0500</jf:modificationDate>
        <jf:date>Jan 31, 2001</jf:date>
        <jf:author>Tony Wiegand</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[The restriction on avoiding non read-only static members.  This restriction exists due to custom class loader restrictions and the possibility some containers may use mulple VM's.
<br>
<br>Dave Wolf
<br>Internet Applications Division
<br>Sybase
<br>]]></description>
        

        <pubDate>Wed, 31 Jan 2001 14:13:11 -0500</pubDate>

        

        <jf:creationDate>Wed, 31 Jan 2001 14:13:11 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 31 Jan 2001 14:13:11 -0500</jf:modificationDate>
        <jf:date>Jan 31, 2001</jf:date>
        <jf:author>Dave Wolf</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Hi Dave,
<br>
<br>Thanks for your reply. I was going thro' the 18.1.2 (programming restriction) specs and I am not sure which particular restriction you were talking about. 
<br>
<br>Thanks again.
<br>
<br>Vaneet]]></description>
        

        <pubDate>Wed, 31 Jan 2001 10:43:10 -0500</pubDate>

        

        <jf:creationDate>Wed, 31 Jan 2001 10:43:10 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 31 Jan 2001 10:43:10 -0500</jf:modificationDate>
        <jf:date>Jan 31, 2001</jf:date>
        <jf:author>vaneet gupta</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Dont use singleton design patterns.  They tend to be not singletons at all due to custom ClassLoader implementations used by application server vendors....]]></description>
        

        <pubDate>Tue, 30 Jan 2001 22:55:07 -0500</pubDate>

        

        <jf:creationDate>Tue, 30 Jan 2001 22:55:07 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 30 Jan 2001 22:55:07 -0500</jf:modificationDate>
        <jf:date>Jan 30, 2001</jf:date>
        <jf:author>Dave Wolf</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[For a similar problem, we use one stateless session bean to store results from previous selects.
<br>
<br>Michael]]></description>
        

        <pubDate>Tue, 30 Jan 2001 15:42:20 -0500</pubDate>

        

        <jf:creationDate>Tue, 30 Jan 2001 15:42:20 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 30 Jan 2001 15:42:20 -0500</jf:modificationDate>
        <jf:date>Jan 30, 2001</jf:date>
        <jf:author>Michael Braun</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Caching of the database queries</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=3852</link>

        

        
            <description><![CDATA[Hello,...]]></description>
        

        <pubDate>Tue, 30 Jan 2001 11:45:14 -0500</pubDate>

        

        <jf:creationDate>Tue, 30 Jan 2001 11:45:14 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 30 Jan 2001 11:45:14 -0500</jf:modificationDate>
        <jf:date>Jan 30, 2001</jf:date>
        <jf:author>vaneet gupta</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>



</channel>
</rss>

