Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
mikespook 6290a8ace6 Added benchmark for uint to byte or byte to uint. před 13 roky
example fixed issue #1, user data could contain '\x00' NULL byte now před 13 roky
src/pkg/gearman Added benchmark for uint to byte or byte to uint. před 13 roky
.hgtags Added tag native.start for changeset 0dc8bc71d7e8 před 13 roky
LICENSE Added the client před 13 roky
README Format codes by gofmt. před 13 roky
README.zh Added upload.py for codereview; README in Chinese. před 13 roky
upload.py Added upload.py for codereview; README in Chinese. před 13 roky

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

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

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