Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

ANN: memcached:// protocol for rebol

 [1/2] from: hallvard:ystad:babelserver at: 4-Oct-2009 1:20


Hello list, I've been using memcached (http://www.danga.com/memcached/) only for a few months, but I have come to like it. It is fast. Now, to access it from rebol, I've done some reasearch and tried to make a protocol handler for memcached. Feel free to look at it here: http://babelserver.org/rebol/memcached/ It's not nearly a complete protocol handler. For instance, there is no 'read, only 'insert and 'copy. I might consider expanding it in the future, but right now, I feel no need for that. It works for me. Coments are welcome. HY

 [2/2] from: hallvard:ystad::gmail at: 4-Oct-2009 10:07


Hello list, I've been using memcached (http://www.danga.com/memcached/) only for a few months, but I have come to like it. It is fast. Now, to access it from rebol, I've done some reasearch and tried to make a protocol handler for memcached. Feel free to look at it here: http://babelserver.org/rebol/memcached/ It's not nearly a complete protocol handler. For instance, there is no 'read, only 'insert and 'copy. I might consider expanding it in the future, but right now, I feel no need for that. It works for me. Coments are welcome. HY