gomemcached

A memcached binary protocol toolkit for go.

  • 所有者: dustin/gomemcached
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

gomemcached

This is a memcached binary protocol toolkit in go.

It provides client and server functionality as well as a little sample
server showing how I might make a server if I valued purity over
performance.

Server Design

The basic design can be seen in gocache. A storage
server
is run as a goroutine that receives a MCRequest on
a channel, and then issues an MCResponse to a channel contained
within the request.

Each connection is a separate goroutine, of course, and is responsible
for all IO for that connection until the connection drops or the
dataServer decides it's stupid and sends a fatal response back over
the channel.

There is currently no work at all in making the thing perform (there
are specific areas I know need work). This is just my attempt to
learn the language somewhat.

主要指標

概覽
名稱與所有者dustin/gomemcached
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2009-11-12 08:10:17
推送於2019-08-30 03:47:21
最后一次提交2016-08-16 18:07:31
發布數0
用户参与
星數318
關注者數24
派生數68
提交數179
已啟用問題?
問題數13
打開的問題數3
拉請求數0
打開的拉請求數1
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?