POCO 라이브러리 사용하면서 CreateEvent 함수를 사용하면 “error C3861: ‘CreateEvent’ : identifier not found”. 이런 오류가 발생 함. 해결책은 Either directly in your code: #define POCO_NO_UNWIN…
-
-
windows)how to reduce of time_wait
after “regedit” and find key as below HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters and make key as DWORD, name is “TcpTimeWaitDelay” and value is 30 ( recom…
-
how to calculate duration time
http://stackoverflow.com/questions/6734375/c-boost-get-current-time-in-milliseconds int main(int argc, char* argv[]) { boost::posix_time::ptime t1 = boost::posix_time::second_clock::local_time(…
-
server monitoring solutions.
https://www.nagios.org/ ( Open Source ) http://www.whatap.io ( SaaS ) opinions for whatap ( http://archmond.net/?p=3609 )
-
Learning Poco: Load XML Configuration
http://www.codeproject.com/Articles/253418/Learning-Poco-Load-XML-Configuration In this tutorial, we will load an XML configuration from the file system by using XMLConfiguration, and access specific…
-
How to install openssl on windows with visual studio 2015
cite from http://developer.covenanteyes.com/building-openssl-for-visual-studio/ and some edit.. ================================================== You need to install… Visual Studio 2015 (this…
-
How to install POCO C++ libraries on Windows with Visual studio 2015
1. Download Poco Libraries ( http://pocoproject.org/download/index.html ) 2. Extract(eg: extract to C:poco-1.6.1) 2-1. if you are choices included openssl version please openssl install on your win…