Tags: teocns/nocc
Tags
Support tmpfs and a server queue for C++ compilers (VKCOM#10) This PR drops an option -working-dir, adding two new instead: * -cpp-dir {string}, Directory for incoming C++ files and src cache * -obj-dir {string}, Directory for resulting obj files and obj cache The directory passed as -cpp-dir can be placed in tmpfs. Also, nocc-server now managers C++ compiler launches with a waiting queue. The purpose of a waiting queue is not to over-utilize server resources at peak times.