Boost logo

Boost Users :

Subject: Re: [Boost-users] [xpressive] is regex_match threadsafe?
From: Sergey Skorokhodov (ucayalyfish_at_[hidden])
Date: 2009-03-18 13:06:39


Eric Niebler wrote:
> Ovanes Markarian wrote:
>> Sergey Skorokhodov wrote:
>>>
>>> Is it safe to call regex_match with the same cregex|sregex object
>>> from different threads? Or should each thread use its own
>>> cregex|sregex object?
>>
>> I see in the docs that regex param is passed as a reference to the
>> const object, therefore calling regex_match from different threads is
>> thread safe for regex (cregex|sregex) object instances.
>
> Yes, that's correct. regex objects can be used from multiple threads.
>
Ovanes and Eric, thanks a lot for quick response.

-- 
Sergey Skorokhodov

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net