Multithreaded job queue manager

前端 未结 11 2104
情话喂你
情话喂你 2020-12-22 18:42

I need to manage CPU-heavy multitaskable jobs in an interactive application. Just as background, my specific application is an engineering design interface. As a user tweaks

11条回答
  •  执念已碎
    2020-12-22 19:31

    There's plenty of distributed resource managers out there. The software that meets nearly all of your requirements is Sun Grid Engine. SGE is used on some of the worlds largest supercomputers and is in active development.

    There's also similar solutions in Torque, Platform LSF, and Condor.

    It sounds like you may want to roll your own but there's plenty of functionality in all of the above.

提交回复
热议问题