View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032449 | Open CASCADE | OCCT:Modeling Algorithms | public | 2021-06-16 18:53 | 2021-07-23 10:16 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | feature | ||
Status | closed | Resolution | not fixable | ||
Target Version | 7.6.0 | ||||
Summary | 0032449: Modeling Algorithms - make curves adaptors classes thread safe | ||||
Description | Adaptor3d_Curve, Adaptor2d_Curve2d and its child classes are not thread safe, but it is necessary for using GeomLib_CheckCurveOnSurface class for validity checking. As possible solution provide thread safety for them using separate cash for every thread. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0027491 | closed | bugmaster | Community | Modeling Data - document thread-safety behavior of GeomAdaptor_Curve |
related to | 0024682 | closed | bugmaster | Open CASCADE | Move out B-spline cache from curves and surfaces to dedicated classes BSplCLib_Cache and BSplSLib_Cache |
related to | 0032450 | closed | bugmaster | Open CASCADE | Modeling Algorithms - change BRepLib_CheckCurveOnSurface & GeomLib_CheckCurveOnSurface interfaces to adaptors |
related to | 0032485 | closed | bugmaster | Open CASCADE | Modeling Algorithms - Add Clone() function for adapters |
|
|
|
The classes in Adaptor3d and Adaptor2d are just interfaces. The real source of thread safety break is in the classes of packages Geom2dAdaptor and GeomAdaptor. For generality, we need to improve not only curve adaptors, but also surface adaptor. So, the classes to improve for thread safety are: Geom2dAdaptor_Curve GeomAdaptor_Curve GeomAdaptor_Surface |
|
|
|
|
|
|
|
|
|
|
|
Making Adaptor classes thread-safe contradicts to their current design. Previously, it has been discussed, that in case multi-threaded context, algorithm should create thread-local Adapator instance. This could be achieved by using OSD_ThreadPool::Launcher with a functor accepting thread index for accessing thread-local variables within pre-allocated array of extent equal to (maximum) number of threads captured by OSD_ThreadPool::Launcher from Thread Pool at it's construction time. It might be necessary extending Adaptor with Clone interface to be able to duplicate Adpator instances within specific algorithm. |
|
|
|
After the analysis, it was decided not to add thread safety to adapters, but to ensure thread safety when using them. A new 32485 issue was created for provide multithread adaptors using. |
|
this task can be closed |
|
A new 32485 issue was created to allow thread-safe usage of adaptors. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-16 18:53 |
|
New Issue | |
2021-06-16 18:53 |
|
Assigned To | => msv |
2021-06-16 18:53 |
|
Note Added: 0101877 | |
2021-06-16 19:04 |
|
Relationship added | related to 0032450 |
2021-06-16 19:15 |
|
Relationship added | related to 0027491 |
2021-06-16 19:21 |
|
Note Added: 0101878 | |
2021-06-16 20:46 | kgv | Relationship added | related to 0024682 |
2021-06-21 10:13 |
|
Note Edited: 0101877 | |
2021-07-02 17:41 |
|
Assigned To | msv => asuraven |
2021-07-02 17:42 |
|
Status | new => assigned |
2021-07-06 20:49 |
|
Note Added: 0102316 | |
2021-07-08 17:11 |
|
Note Added: 0102379 | |
2021-07-13 17:25 |
|
Note Added: 0102497 | |
2021-07-15 15:04 |
|
Note Added: 0102544 | |
2021-07-15 16:46 |
|
Note Added: 0102549 | |
2021-07-16 14:41 | kgv | Note Added: 0102577 | |
2021-07-16 14:41 | kgv | Severity | minor => feature |
2021-07-16 18:30 |
|
Note Added: 0102589 | |
2021-07-19 12:43 |
|
Relationship added | related to 0032485 |
2021-07-19 12:44 |
|
Note Added: 0102633 | |
2021-07-19 12:51 |
|
Note Edited: 0102633 | |
2021-07-19 12:52 |
|
Note Added: 0102637 | |
2021-07-19 12:52 |
|
Assigned To | asuraven => bugmaster |
2021-07-19 12:52 |
|
Status | assigned => feedback |
2021-07-23 10:16 |
|
Note Added: 0102736 | |
2021-07-23 10:16 |
|
Status | feedback => closed |
2021-07-23 10:16 |
|
Resolution | open => not fixable |