File overwritting while multiple-processing codecs.
未关闭
- 主要语言
- Python
- 星标
- 30
- 派生
- 10
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
检查 CLI 对 Nimble 和 CADOrchestrator 编解码器处理的临时文件处理,然后在 Linux 上复现两个并行运行的请求。当并发处理使用请求专用的临时路径,并且不再覆盖或读取其他请求的文件时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100