Announcing Memcached for Java

posted January 5th 2006 at 0635 EST in All, Java, Web, memcached

The web just got faster. Now Memcached for Java is available to all those who are still running their websites on windows, haven’t purchased their new powerbook yet, or can’t install memcached on linux.

I have just completed porting the memcached server (which powers a who’s who list of sites from LiveJournal.com to Slashdot.org which do millions of dynamic page views a day) to Java. More info on memcached can be found at http://www.danga.com/memcached/apis.bml

It’s beta just for a while, until it gets a few other eyes on it, a little exercise, and a little performance tweaking. It is however, a fully featured drop in replacement for its C counterpart.

Performance you ask? It’s good. As it stands now only half of the C version. It does 40 thousand gets or sets in 6 seconds (on my win2k laptop). The sets are slightly slower on linux.

If you aren’t using memcached yet, there are client API’s in virtually every server side language. (Ok, I know I have a lot of readers who use ColdFusion, and ColdFusion is notably missing from the list of apis supported. Don’t worry. Stay tuned to this blog for one coming soon. Porting the server to Java just had to come first)

3 Responses

  1. #1 Peter
    3 years, 12 months ago

    Hi, any updates on memcached for CF ?

  2. #2 Dave
    3 years, 11 months ago

    any update on this? Are you planning on putting it on sourceforge etc?

  3. #3 Mark Lynch
    2 years, 10 months ago

    I’ve just released an alpha version of a CFC for using memcached from CF. All feedback and comments welcome:

    http://www.lynchconsulting.com.au/blog/index.cfm/2007/5/1/MemCached-Client-for-CFMX–alpha-version

    Regards,
    Mark Lynch