#1609 closed defect (fixed)
MdfParser uses global tab methods that are not thread safe
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | medium | Milestone: | 2.3 |
Component: | General | Version: | 2.2.0 |
Severity: | major | Keywords: | |
Cc: | trevorwekel | External ID: |
Description (last modified by )
When the server is under load the MdfParser can generate "A length exception occurred. string too long" exceptions because it uses global tab methods that are not thread safe.
Change History (7)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Owner: | set to |
comment:2 by , 14 years ago
comment:4 by , 14 years ago
Cc: | added |
---|
Bruce, did you want me to apply the patch in #1601 to trunk as well? The patch also includes a performance optimization.
Note:
See TracTickets
for help on using tickets.
Fixed. sandbox/adsk/2.3r r5565