ivan-zapreev / Distributed-Translation-Infrastructure

The distributed statistical machine translation infrastructure consisting of load balancing, text pre/post-processing and translation services. Written in C++ 11 and utilises multicore CPUs by employing multi-threading, allows for secure SSL/TLS communications.
GNU General Public License v2.0
12 stars 3 forks source link

Tuning fixes #17

Closed jamesdbaker closed 6 years ago

jamesdbaker commented 6 years ago

Some minor changes required to get tuning working on a Ubuntu machine

jamesdbaker commented 6 years ago

RE: The file extension, I did revert this change so I don't think this is now an issue. However, there are inconsistencies in the existing example files so it's not clear what it should be.

For example: https://github.com/ivan-zapreev/Distributed-Translation-Infrastructure/blob/master/cfg/server.cfg and https://github.com/ivan-zapreev/Distributed-Translation-Infrastructure/blob/master/demo/no-tls/configs/server.1.cfg

jamesdbaker commented 6 years ago

RE: Other comments, I've made the requested changes but I'm unable to test on CentOS as I only have access to a Ubuntu machine.

ivan-zapreev commented 6 years ago

Thank you James for the improvements!