Aller au fichier
mikespook 4bf2f63f4d Move the source files from src/pkg/gearman to src/.
--HG--
rename : src/pkg/gearman/Makefile => src/Makefile
rename : src/pkg/gearman/client.go => src/client.go
rename : src/pkg/gearman/client/job.go => src/client/job.go
rename : src/pkg/gearman/client_test.go => src/client_test.go
rename : src/pkg/gearman/gearman.go => src/gearman.go
rename : src/pkg/gearman/worker.go => src/worker.go
rename : src/pkg/gearman/worker/job.go => src/worker/job.go
rename : src/pkg/gearman/worker/jobclient.go => src/worker/jobclient.go
rename : src/pkg/gearman/worker_test.go => src/worker_test.go
2011-09-17 16:41:28 +08:00
example gofix for go's weekly version: weekly.2011-09-01 2011-09-05 12:41:53 +08:00
src Move the source files from src/pkg/gearman to src/. 2011-09-17 16:41:28 +08:00
.hgtags Added tag native.start for changeset 0dc8bc71d7e8 2011-05-25 11:14:03 +08:00
LICENSE Added the client 2011-05-19 20:10:53 +08:00
README Move the source files from src/pkg/gearman to src/. 2011-09-17 16:41:28 +08:00
README.zh Move the source files from src/pkg/gearman to src/. 2011-09-17 16:41:28 +08:00
upload.py Added upload.py for codereview; README in Chinese. 2011-05-24 14:53:50 +08:00

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/
  $ 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