From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bdcca6db8294fb00,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!news2.glorb.com!news-xfer.nntp.sonic.net!posts.news.sonic.net!nnrp0.nntp.sonic.net!not-for-mail Newsgroups: comp.lang.ada From: R Tyler Croy Subject: Introducing memcache-ada, a memcached client in Ada Reply-To: R Tyler Croy User-Agent: slrn/0.9.9p1 (Linux) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: Date: 20 Dec 2010 00:43:06 GMT Organization: Sonic.Net NNTP-Posting-Date: 20 Dec 2010 00:43:06 GMT NNTP-Posting-Host: 6f1debf2.news.sonic.net X-Trace: DXC=ia[nH^CPDH_]kGIim25J@Vm4K\QM1CV^P1OYf0H`?;XQ8eG5>R^[a8T>\0Q2Ua6IHTQQ>]V X-Complaints-To: abuse@sonic.net Xref: g2news2.google.com comp.lang.ada:17022 Date: 2010-12-20T00:43:06+00:00 List-Id: My first "real" project in Ada has been a memcached client written in Ada: Right now it has basic functionality of being able to "get" a key, "set" a value, "delete" a value and increment/decrement values. There's still a few functions unimplemented, but I think it's in a usable state right now. I look forward to any comments or suggestions as to the code quality/structure. Cheers -- - R. Tyler Croy -------------------------------------- Code: http://github.com/rtyler Chatter: http://twitter.com/agentdero http://identi.ca/dero