Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: How to create DBCP Connection Pooling for memcache server?

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create DBCP Connection Pooling for memcache server?

    HI,

    How to create DBCP Connection pooling for Spymemcached server.

    Ps: Spymemcached server is not a database.

    Thanks in advance, Sekhar.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to create DBCP Connection Pooling for memcache server?

    Do you have any specific java programming problems or questions? This section is for java coding problems.
    Post your code and ask some questions about it.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: How to create DBCP Connection Pooling for memcache server?

    Quote Originally Posted by msekharmca View Post
    How to create DBCP Connection pooling for Spymemcached server.

    Ps: Spymemcached server is not a database.
    For what I see on Wikipedia, Memcached is one of those DB described by the buzzword "NoSQL", so it's not a relational database. And Spymemcached, again for what I see, seems a simple client for Memcached but it's not a JDBC driver.
    Apache DBCP is a connection pool for relational databases through a JDBC driver.

    The result: honestly, I think that Apache DBCP has nothing to do with Memcached/Spymemcached. So it's not possible.
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

Similar Threads

  1. Replies: 0
    Last Post: December 19th, 2013, 07:36 AM
  2. Is connection pooling meant for retrieving data only?
    By tangara in forum JDBC & Databases
    Replies: 0
    Last Post: July 15th, 2013, 04:13 AM
  3. Java Connection Pooling
    By tangara in forum Java Theory & Questions
    Replies: 0
    Last Post: July 14th, 2013, 10:07 AM
  4. How to do connection pooling on struts framework ?
    By kaliyaodi in forum Web Frameworks
    Replies: 1
    Last Post: November 5th, 2012, 02:44 AM
  5. How database connection pooling works in a application
    By JayVirk in forum JDBC & Databases
    Replies: 0
    Last Post: October 10th, 2009, 07:14 AM

Tags for this Thread