this cache very useful for multi process and multi thread environment.
Symas Lightning MDB (aka Lightning Database, LMDB):
worth to try in case you need key-value cached
yaniv tzanany
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Sunday, November 29, 2015
Thursday, November 19, 2015
VC++ and the Web Technology
so you want to send an email from MFC ?? parse JSON ??
Json - JsonCpp compile and work under VC++ 12.
SendEmail - CSMTPConnection Old MFC class newer version could be find here , you can send email with libcurl as well .
WebAccess - post/get ftp - the libcurl also compiled on VC++ 12.
MD5 - Example C Program: Creating an MD5 Hash from File Content
on don't forget the regular web classes in MFC - via CInternetSession and CHttpConnection
enjoy
Yaniv Tzanany
notes about jsoncpp
parsing-quoted-strings-in json
Json - JsonCpp compile and work under VC++ 12.
SendEmail - CSMTPConnection Old MFC class newer version could be find here , you can send email with libcurl as well .
WebAccess - post/get ftp - the libcurl also compiled on VC++ 12.
MD5 - Example C Program: Creating an MD5 Hash from File Content
on don't forget the regular web classes in MFC - via CInternetSession and CHttpConnection
enjoy
Yaniv Tzanany
notes about jsoncpp
parsing-quoted-strings-in json
Subscribe to:
Posts (Atom)