[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r753] by mukau

+ moved ddcThread.*, ddcThreadQueue.* to src/common/; built in CommonLib

2016-12-07 14:45:35 Tree
[r752] by mukau

+ threadme2: thread pool working for dummy server

2016-12-07 14:17:33 Tree
[r751] by mukau

+ threadme2: runtime thread-mode selection (serial/ondemand; TODO: pool)

2016-12-07 11:28:20 Tree
[r750] by mukau

+ threadme2: runtime thread-mode selection (serial/ondemand; TODO: pool)

2016-12-07 11:28:12 Tree
[r749] by mukau

+ threadme2 test working with DDCThread wrapper class

2016-12-06 13:50:08 Tree
[r748] by mukau

+ CHost/string_socket refactorization cleanup
- moved old CHost::AnswerByRequest() calling context in RunThread() into virtual HandleClientConnection() [thread magic to happen here later]
- moved old CHost::AnswerByRequest() to CHost::HandleClientRequest(): handle a single client request [should be thread-local]
- factored HandleClientRequest() into GetRequest(), SendResponse(), and HandleSocketError()
- report client peer address with CHost errors using new SocketPeer() function [doesn't work for closed sockets of course]

2016-12-06 12:35:53 Tree
[r747] by mukau

+ factored CHost class out of string_socket.(h|cpp)

2016-12-06 10:16:43 Tree
[r746] by mukau

+ more threadme tests

2016-12-06 09:39:22 Tree
[r745] by mukau

+ added DDCThread.(cpp|h), adapted from https://vichargrave.github.io/articles/2012-12/java-style-thread-class-in-cpp

2016-12-06 09:09:37 Tree
[r744] by mukau

+ on-demand thread creation working; TODO: pre-allocate?

2016-12-05 14:49:34 Tree
Older >