Archive

Archive for March, 2023

HTTPServerWrappers and CPPCThreadPool v1.11

March 21, 2023 Comments off

Just to let everyone know that v1.11 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:

  • Optimized code to emplace_back call in resize method
  • Updated copyright details.
  • The thread pool now does not start by default when you call the CThreadPool constructor. Instead now client code is expected to call a new “Start” method. This breaking change was implemented to allow various virtual functions in the CThreadPool framework to work correctly as calling virtual functions is of course not supported from C++ constructors.
Advertisement
Categories: Web Site Updates