您的位置:首页 > 其它

QSharedMemory: how to use

2015-08-01 22:49 337 查看
3 method to process Inter-Process-Communacation (IPC)

1 shared memory

2 IPC

3 QProcess

To method 1:

      When using shared memory, you'd better notice that each shared memory will always exist till all process attached been detached.

To method 2:

      Usually you may use ZMQ as a messge queue

To method 3:

      Not sure of the method
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: