[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r756] by mukau

+ branch server threading works for status,info
- but no data returned from queries (ought to be safe with nworkers==1)

2016-12-09 10:00:56 Tree
[r755] by mukau

+ integrated StartClientThreads() call into CDDCServer::RunThread() [now virtual]

2016-12-09 09:07:53 Tree
[r754] by mukau

+ moved server thread stuff into ConcordDmnLib/ServerThread.(h|cpp)

2016-12-08 13:37:00 Tree
[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
Older >