Re: Seeking example of module using theadpool

2021-03-01 Thread dvhh
Vladimir Homutov Wrote: --- > On Mon, Mar 01, 2021 at 04:07:47AM -0500, dvhh wrote: > > Hello, > > > > I have developed a module which perform long running calculations to > produce > > the output, unfortunately blocking the server thread from han

Re: Seeking example of module using theadpool

2021-03-01 Thread Vladimir Homutov
On Mon, Mar 01, 2021 at 04:07:47AM -0500, dvhh wrote: > Hello, > > I have developed a module which perform long running calculations to produce > the output, unfortunately blocking the server thread from handling other > requests. I am looking at using threadpool, unfortunately there is no > exampl

Seeking example of module using theadpool

2021-03-01 Thread dvhh
Hello, I have developed a module which perform long running calculations to produce the output, unfortunately blocking the server thread from handling other requests. I am looking at using threadpool, unfortunately there is no example of using threadpool with module that I could find. I am using