Summary: | Deadlock with Lua scripts | ||
---|---|---|---|
Product: | Orthanc | Reporter: | Sébastien Jodogne <s.jodogne> |
Component: | Orthanc Core | Assignee: | Sébastien Jodogne <s.jodogne> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | --- | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All |
Description
Sébastien Jodogne
2020-06-29 15:11:45 CEST
[BitBucket user: Sébastien Jodogne] [BitBucket date: 2016-09-20.07:38:40] Furthermore, add concurrency against callbacks such as "ReceivedInstanceFilter()", "IncomingHttpRequestFilter()" and "IncomingFindRequestFilter()", that should be fast and thus not be blocked by "On*()" events. This would require duplicating the Lua context. https://orthanc.chu.ulg.ac.be/book/users/lua.html#callbacks-to-react-to-events [BitBucket user: Sébastien Jodogne] [BitBucket date: 2018-05-22.11:11:56] fix issue #25 → https://hg.orthanc-server.com/orthanc/changeset/4ecb79c6e81c |