[go: up one dir, main page]

Menu

/ddc Commit Log


Commit Date  
[r305] by mukau

+ tagged v2.0.31

2014-10-02 11:12:06 Tree
[r304] by mukau

+ updating v2.0.31 tag

2014-10-02 11:11:54 Tree
[r303] by mukau

+ updated to v2.0.31, including changelog

2014-10-02 11:11:31 Tree
[r302] by mukau

+ tagged v2.0.31

2014-10-02 10:57:29 Tree
[r301] by mukau

+ tagged v2.0.30

2014-10-02 10:56:45 Tree
[r300] by mukau

+ curl LRU-cache fix (all previous queries were getting appended to each new response)

2014-10-02 09:31:31 Tree
[r299] by mukau

+ avoid bogus 'broken pipe' error messages from subcorpora without hits
- errors arising since get_hit_strings is no longer called for subcorpora without hits

2014-10-02 09:03:20 Tree
[r298] by mukau

+ set version = 2.0.31-pre1; to be tested on dtaos.beta@...

2014-10-02 06:48:39 Tree
[r297] by mukau

+ v2.0.31-pre1
- string_socket.cpp: 1 send() per message
- set TCP_NODELAY during create_socket() to disable buffering
- BranchServer: don't send get_hit_strings() if there's nothing to retrieve
+ TODO: stop subcorpora from complaining about this (Error Cannot send string: Broken pipe; errno=32)
- joint work with Adrien Barbaresi

2014-10-01 15:02:44 Tree
[r296] by mukau

+ added ConcordLib/LRUCache.h : generic template-based LRU cache
- uses STL containers map<> and list<>
- based loosely on discussion from http://stackoverflow.com/questions/2504178/lru-cache-design
- see also gcc-oriented implementation at http://code.google.com/p/lru-cache-cpp/
- idea: use process-local pthread-locked cache for curl responses, avoid sending too many requests
and associated tcp retransmissions which can get SLOW

2014-10-01 09:18:00 Tree
Older >