+ Reply to Thread
Results 1 to 1 of 1

Thread: Simple Memcached calls from Symphony service

  1. #1
    Young's Avatar
    Young is offline Junior Member
    Join Date
    March 5th, 2008
    Location
    Toronto, Canada
    Posts
    58
    Blog Entries
    1
    Downloads
    7
    Uploads
    0

    Default Simple Memcached calls from Symphony service

    Attached Symphony implementation only tests memcached with the libmemcache library on a basic level. It has the ability to push data in during one session and retrieve it during another. Data is put in using mc_set and taken out using mc_aget. For the full libmemcache API[1], it is best to refer to the well-documented memcache.h library in libmemcache.
    For complete instruction how to run the application, please refer to the README file in the attached package.

    [1] http://www.danga.com/memcached/apis.bml

    Contributor: Jonathan Zhou (zhou059@gmail.com)
    Attached Files
    Last edited by Ajith; March 26th, 2008 at 03:09 PM.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts