文件名称:mini-go-cluster:迷你集群使用Go lang执行并行作业
文件大小:295KB
文件格式:ZIP
更新时间:2024-06-03 18:34:25
Go
迷你集群 小型集群,可使用go lang执行并行作业。 职位可以是: HTTP / API请求 终端命令 第一个版本仅支持HTTP,但现在也支持命令。 请进一步查看用法部分。 输出 包含作业结果的输出文件。 用法 通过运行以下命令执行go cluster: go run src/bootstrap.go (input file path) (output file path) (error file path) (log file path) 为了获得更好的性能,请使用compile.sh进行构建(在Linux上): bootstrap (input file path) (output file path) (error file path) (log file path) 例子: go run src/bootstrap.go /www/input/input.txt /www/
【文件预览】:
mini-go-cluster-master
----README.md(2KB)
----LICENSE(1KB)
----compile.sh(291B)
----src()
--------bootstrap.go(3KB)
--------logger()
--------url()
--------commandrunner()
--------httpbuilder()
--------common()
--------executer()
----output()
--------.gitignore(6B)
--------output_error.txt(0B)
--------output.txt(441KB)
----input()
--------.gitignore(6B)
--------input.txt(62B)
----screenshot()
--------go-mini-cluster.png(178KB)
----logs()
--------.gitignore(6B)