cq-cli icon indicating copy to clipboard operation
cq-cli copied to clipboard

File overwritting while multiple-processing codecs.

Open kny5 opened this issue 8 months ago • 1 comments

While using Nimble, CADOrchestrator. Handling multiple request on parallel is not currently possible, as the files are fixed named under /tmp in linux for example. "temp_stl.stl", "temp_dxf.dxf". Multiple processing would try to write/read the same files, creating bottlenecks and other unwanted overwriting conditions.

kny5 avatar Mar 15 '25 01:03 kny5

Will be resolved by #40

jmwright avatar Apr 07 '25 11:04 jmwright