您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
mikespook c5b9f19962 Added 'Do' function to the client. 13 年前
example Added the client 13 年前
src/pkg/gearman Added 'Do' function to the client. 13 年前
LICENSE Added the client 13 年前
README Added the client 13 年前

README

Gearman API for golang

This module is Gearman API for golang.
It was implemented a native protocol for both worker and client API.

- INSTALL
$ cd ./src/pkg/gearman/
$ make install

- SAMPLE OF USAGE
# example/worker.go
$ make worker
$ ./worker

# example/client.go
$ make client
$ ./client

----
xingxing<mikespook@gmail.com>
http://mikespook.com