File overwritting while multiple-processing codecs.

Open
#39 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
cli

Research direction

Inspect the CLI's temporary-file handling for Nimble and CADOrchestrator codec processing, then reproduce two requests running in parallel on Linux. Done means concurrent processing uses request-specific temporary paths and no longer overwrites or reads another request's files.

Written by the indexing model from the issue text.

Description

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.

Dominant language
Python
Stars
30
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CadQuery/cq-cli

All issues in CadQuery/cq-cli

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.