c++ - distcc like framework for Windows -


we running heavy computations can take lot of time (even days). have architecture similar of compiler (compiler + linker):

  • many blocks of data need computed (they computed solver.exe executable) - similar compiler
  • a gatherer application combines results final form - similar linker

what saw distcc distribution on network quite nicely. unfortunately distcc works under unix environment.

is there platform can provide similar distcc does, under windows (7+) platform?

later edit: added c++ tag because if such framework exists benefit our c++ coding experience.

i don't know of free/open source solutions windows, there 2 commercial offerings may help:

electricaccelerator electric cloud. electricaccelerator designed accelerate software builds, can distribute arbitrary processes network of computers execution in parallel. based on you've said, should straightforward use accelerator needs. available on both linux , windows.

xoreax incredibuild designed accelerate software builds, accelerator, incredibuild can distribute arbitrary processes. available on windows.

disclaimer: architect of electricaccelerator


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -