DEV Community

Cover image for Batchsubmit.com:Makes batch computing as simple as uploading a file
Omni Tiger
Omni Tiger

Posted on

Batchsubmit.com:Makes batch computing as simple as uploading a file

https://github.com/socaltiger/BatchSubmit.com

1 point by casper62 0 minutes ago | hide | past | favorite | edit | delete
In traditional cloud computing, scheduling and execution are handled by two separate systems.
A scheduler assigns jobs and injects parameters, while the executor simply runs the code — a process that’s often complex and tightly coupled.

BatchSubmit.com redefines this model. With its innovative “Parameter as File” mechanism, every job carries its own execution parameters. That means:

Each job is a self-contained executable unit.

Scheduling and execution are natively unified, no external scheduler needed.

Any node can execute the job immediately upon receiving it — lightweight and efficient.

Perfect for large-scale distributed and scientific computing.

Simpler architecture. Higher efficiency.

With BatchSubmit.com, upload, submit, and execute — all in one seamless flow.

Top comments (0)