選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
mikespook e4172dec11 replease ErrQueue to ErrFunc, add a limitation to executing job 12年前
example replease ErrQueue to ErrFunc, add a limitation to executing job 12年前
gearman replease ErrQueue to ErrFunc, add a limitation to executing job 12年前
.hgtags Added tag native.start for changeset 0dc8bc71d7e8 13年前
LICENSE Added the client 13年前
README.md added new lines. 12年前
gearman.go code refactoring, upgrade to GO1 RC2 12年前

README.md

Gearman API for golang

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

Copyright 2012 Xing Xing mikespook@gmail.com All rights reserved. Use of this source code is governed by a MIT license that can be found in the LICENSE file.

INSTALL

This will install the client:

$ go get bitbucket.org/mikespook/gearman-go/gearman/client

This will install the worker:

$ go get bitbucket.org/mikespook/gearman-go/gearman/worker

This will install the client and the worker automatically:

$ go get bitbucket.org/mikespook/gearman-go

SAMPLE OF USAGE

Worker

$ cd example

$ go build worker

$ ./worker

Client

$ cd example

$ go build client

$ ./client

Code format

$ gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR)

Contacts

xingxingmikespook@gmail.com

http://mikespook.com

http://twitter.com/mikespook