<?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 - prepared statements and connection pooling</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>Thu, 20 Jun 2013 05:53:11 -0400</pubDate>


    <item>

        <title>prepared statements and connection pooling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=7922</link>

        

        
            <description><![CDATA[Should be both ;) correct me if I'm wrong...]]></description>
        

        <pubDate>Wed, 25 Jul 2001 14:38:49 -0400</pubDate>

        

        <jf:creationDate>Wed, 25 Jul 2001 14:38:49 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 25 Jul 2001 14:38:49 -0400</jf:modificationDate>
        <jf:date>Jul 25, 2001</jf:date>
        <jf:author>Denis Baranov</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>prepared statements and connection pooling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=7922</link>

        

        
            <description><![CDATA[The preparedstatement optimize is processed( pre-compiled ) on the JDBC level or on the actual database level?]]></description>
        

        <pubDate>Tue, 24 Jul 2001 23:25:51 -0400</pubDate>

        

        <jf:creationDate>Tue, 24 Jul 2001 23:25:51 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 24 Jul 2001 23:25:51 -0400</jf:modificationDate>
        <jf:date>Jul 24, 2001</jf:date>
        <jf:author>tiger ceo</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>prepared statements and connection pooling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=7922</link>

        

        
            <description><![CDATA[Not really... This is too simple when you create statement in the same context in which you use it. What I was trying to apply this to, was e.g. BMP Entity loading using cached PreparedStatements. Speed improvement was significant, if not staggering ;)...]]></description>
        

        <pubDate>Tue, 24 Jul 2001 13:44:27 -0400</pubDate>

        

        <jf:creationDate>Tue, 24 Jul 2001 13:44:27 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 24 Jul 2001 13:44:27 -0400</jf:modificationDate>
        <jf:date>Jul 24, 2001</jf:date>
        <jf:author>Denis Baranov</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>prepared statements and connection pooling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=7922</link>

        

        
            <description><![CDATA[Have a look at the following :-...]]></description>
        

        <pubDate>Wed, 18 Jul 2001 02:28:47 -0400</pubDate>

        

        <jf:creationDate>Wed, 18 Jul 2001 02:28:47 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 18 Jul 2001 02:28:47 -0400</jf:modificationDate>
        <jf:date>Jul 18, 2001</jf:date>
        <jf:author>Richard Kenyon</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>prepared statements and connection pooling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=7922</link>

        

        
            <description><![CDATA[You will have to hold on to the connection using which you create PreparedStatements you wish to reuse. You cannot release this connection to the pool, unfortunately. Besides, as of now, Connections do not perform Statement caching, this is part of...]]></description>
        

        <pubDate>Tue, 17 Jul 2001 14:35:06 -0400</pubDate>

        

        <jf:creationDate>Tue, 17 Jul 2001 14:35:06 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 17 Jul 2001 14:35:06 -0400</jf:modificationDate>
        <jf:date>Jul 17, 2001</jf:date>
        <jf:author>Denis Baranov</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>prepared statements and connection pooling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=7922</link>

        

        
            <description><![CDATA[&nbsp;hi...]]></description>
        

        <pubDate>Tue, 17 Jul 2001 14:14:23 -0400</pubDate>

        

        <jf:creationDate>Tue, 17 Jul 2001 14:14:23 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 17 Jul 2001 14:14:23 -0400</jf:modificationDate>
        <jf:date>Jul 17, 2001</jf:date>
        <jf:author>satyaprasad chalasani</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>



</channel>
</rss>

