POCO C++ Libraries Blog

News and discussion for the POCO Community


Library AutoiNEATialization

In some of POCO libraries (Net on Windows, Data back-ends, Crypto, NetSSL …), there is a need for early library initialization. This task has been done so far in a couple of ways (neither elegant) – we either (1) call initialization (repeatedly) from some strategic points in the library (Net, SSL) that we know will […]