You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.zh 479 B

123456789101112131415161718192021222324
  1. Go 语言的 Gearman API
  2. 这是 Go 语言的 Gearman API。
  3. 它使用 Go 语言原生实现了 Gearman 的 Worker 端和 Client 端 API 协议。
  4. - 安装
  5. $ cd ./src/pkg/gearman/
  6. $ make install
  7. - 例程
  8. # example/worker.go
  9. $ make worker
  10. $ ./worker
  11. # example/client.go
  12. $ make client
  13. $ ./client
  14. - 代码格式
  15. gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR)
  16. ----
  17. xingxing<mikespook@gmail.com>
  18. http://mikespook.com
  19. http://twitter.com/mikespook