apache portable runtime - aragorn/home GitHub Wiki
apr_pools.h is NOT thread safe
http://apr.apache.org/docs/apr/1.5/apr__pools_8h.html
Note that most operations on pools are not thread-safe: a single pool should only be accessed by a single thread at any given time. The one exception to this rule is creating a subpool of a given pool: one or more threads can safely create subpools at the same time that another thread accesses the parent pool.
thread pool
- νμ© μ¬λ‘ νμΈμ νκ³ μΆμλ° μ μ μ°Ύμμ§λ€.
- data race μ€λ₯λ₯Ό μ΄λ»κ² ν΄κ²°νλ κ²μΈμ§?