msharee9 commented on issue #674: Minificpp 1007 - ECU C2 integration.
URL: https://github.com/apache/nifi-minifi-cpp/pull/674#issuecomment-558719974
 
 
   > I don't think we should implement ringbuffer and threadpool.
   > Did you check for solutions already available on github? (considering 
licesing as well)
   
   Yes, checked for solutions online for threadpool, but I don't think we will 
get an out of the box solution for threadpool in C that is platform 
independent. Plus I had some special requirements for the threadpool to be able 
to run repeated tasks that are scheduled by the threadpool itself. Planning to 
add a time based scheduler so as to separate scheduling from the threadpool.
   
   For the ring buffer, yes there are solutions on github but the api we have 
is very simple with just two functions, read and write.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to