gearman-go/src/pkg/gearman/gearman.go

10 lines
103 B
Go
Raw Normal View History

2011-03-15 20:21:42 +08:00
package gearman
2011-05-16 17:26:32 +08:00
const (
TCP = "tcp4"
WORKER_SERVER_CAP = 32
WORKER_FUNCTION_CAP = 512
2011-05-16 17:26:32 +08:00
)