Skip to content
  • Quanah Gibson-Mount's avatar
    Use per-thread slap_counters to eliminate lock contention · 3783df8d
    Quanah Gibson-Mount authored
    Unifdef SLAP_LIGHTWEIGHT_DISPATCHER
    Use thread-specific data in pool_context()
    Added native thread-specific data support
    Concurrency tweaks:
      store conn->c_sd, don't use ber_sockbuf_ctrl to retrieve it.
      use per-thread free lists for operations, no mutexes needed.
    3783df8d