Skip to content

Ariadne

Latest
Compare
Choose a tag to compare
@SimulPiscator SimulPiscator released this 06 May 16:07
· 3 commits to master since this release

Improved behavior when a scanner session is accessed from different threads

  • Previously, a scanner session could be created by a certain thread (HTTP transfer), and later, or concurrently, be accessed from a different thread (HTTP transfer).
  • For SANE backends that are not thread-safe, this could lead to unexpected behavior, especially for ADF scans where each page is transferred as a separate HTTP transfer.
  • Now, each SANE session is running in its own thread, which should mitigate such problems.