toft
toft copied to clipboard
C++ Base Library for serverside development
toft里面的thread_pool有bug 蒲若昂 2014/3/24 18:19:05 cur thread:0, cur busy thread:-3, pending num:45 蒲若昂 2014/3/24 18:19:15 这是我压了一段时间后
[ RUN ] HttpClientTest.GetWithoutProxy toft/net/http/http_client_test.cpp:64: Failure Value of: client.Get("http://non-exist-domaon.test/world", &response, &error) Actual: true Expected: false toft/net/http/http_client_test.cpp:65: Failure Value of: error Actual: 0 Expected: HttpClient::ERROR_FAIL_TO_RESOLVE_ADDRESS Which is: 4 toft/net/http/http_client_test.cpp:66: Failure Value...
Add library for cache (LRUCache etc)
Consider support string16 // WHAT: // A version of std::basic_string that provides 2-byte characters even when // wchar_t is not implemented as a 2-byte type. You can access this class...
Add class for shared memory, wrap mmap
For example , parsing config file with Message type.
Add FileSystem for hdfs
Add BinaryStream