To be more specific ....
huge net shopping database of amazon for entire world or assume that instead of 64 squares chess has 128 sqares and double pieces for each side and we want to calculate ramified possibilities of moves
But software can not decide how to distribute task if it gets additional computers on LAN
Читать полностью…I am eagerly trying to use my 2 mini pcs I5 6th generation with 16gb ram all together with laptop I5 8th generation 32gb ram
Читать полностью…A dll is just some code (some external symbols that do some tasks) - not so much special.
You need to be more precise about your needs.
So there is no way where some higher authority software server will devide task automatically when application can not decide it.
Читать полностью…So there is no way where some higher authority will devide task automatically when application can not decide it.
Читать полностью…Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Your sqlite3 CMakeLists.txt file doesn't generate a
SQLite::SQLite3
target. Try using just
SQLite3
instead.
U just need to find the header files and link the static library, or just include the source code directly.
Читать полностью…Hi I need some help, about Subdirectories dependent on each other. I have 4 cmake projects a, sqlite3, boost, soci project I need make last 3 project in main a project. and soci need boost and sqlite3 project how I can make them available to etch other. ?
Читать полностью…So master slave kind of load balancing where master will also work along with slaves
Читать полностью…Basically i will call it load balancing of work similar to milti wan router load balancing
Читать полностью…Or i can have some sdk or libraries that can provide dll interface for the same purpose
Читать полностью…C++ doesn't yet support networking but there're many external libraries for that you can easily use like libcurl or libcpr.
For the asynchronous part, if your PC has multiple cores, you can use threading for actual parallel computing. There're of course parallel algorithms designed for such work in the STL.
Haven't used MPI openMp but preforming a task with a thread and another task to get connected to a sever (to upload/download data) asynchronously is possible.
Читать полностью…Can you divide the work into parts? Networks are not very efficient if you need to synchronise frequently, but if you can send a chunk, work on it for a while and then return the result it could work. Like distcc.
Читать полностью…SOCI need both projects boost and sqlite3 And I use them as sub git dir. I made test case https://github.com/amreisa/SOCI_TEST
Читать полностью…Hi I need some help, about Subdirectories dependent on each other. I have 4 cmake projects a, sqlite3, boost, soci project I need make last 3 project in main a project. and soci need boost and sqlite3 project how I can make them available to etch other. ?
Читать полностью…