Autor: Philip Hazel Data: Dla: 吴仁科 CC: pcre-dev Temat: Re: [pcre-dev] question about thread
On Fri, 4 Mar 2011, 吴仁科 wrote:
> Is that means we couldn't use multi-threading applications to match
> different compiled forms at once? I mean each thread use its own
> compiled form which is different from others.
No, it doesn't mean that. You can use different compiled forms for each
thread. That should work fine.