Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 01:37:45 +0000



Post From: Python, DTC protocol and ZeroMQ

[2021-01-15 20:36:17]
norvik_ - Posts: 106
ZMQ was developed for extensive message exchange in high loaded distributed services, mostly for POSIX OS, and has some limitations.
There is similar library, very flexible, form Intel inc, but is commercial, with a price of secondhand spaceship :)
Really the best way for data exchange between processes on the single machine is IPC, is has near to zero overhead and is extremely fast , only two times slower then row intrinsic memset func. Very pity that we have no this with Sierra.

Yes, I had coded many times both, DTC server and client.

Happy coding!
Date Time Of Last Edit: 2021-01-16 07:45:05