Hello!
On Mon, Sep 1, 2014 at 8:32 AM, ashish adhav wrote:
> Can we create thread pool in openresty ?
> So that when we spawn threads , it will first check if similiar thread
> exists in pool and if yes then resuse it.
>
Are you talking about OS threads or "light threads" (as created by
ngx.thread.spawn)?
Regards,
-agentzh