IOS进程之间的通信方式有哪些?
巴扎黑
巴扎黑 2017-04-17 11:44:33
0
1
699

问一个范围大一点的问题,假设我使用IOS中的GCD实现多线程编程,那么线程之间的通信都有哪些方式?

巴扎黑
巴扎黑

reply all(1)
小葫芦

The title is incorrect

Communication method between threads:

  1. Shared memory (static objects and the like)
  2. tcp
  3. File

Inter-process communication

  1. Shared memory
  2. tcp
  3. File
  4. Pipe (pipe, what is double open, half open...)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template