0

Condition:

  1. The App will talk with a Device with IP host. The device has its own communication protocol above IP layer (Transport layer) in Session layer.
  2. To start talking, the App needs establish a Session by several times handshake on session layer.
  3. The App needs keep feeding watch dog (timer) to let device know the session is still alive.
  4. All of those processes should work without interrupt user interface.

Questions:

  1. Which kind technology is better to involved? NSThread? NSOperaton? or GCD?
  2. Is there any other solution can handle this job?
Community
  • 1
  • 1
Yi Jiang
  • 3,938
  • 6
  • 30
  • 62

0 Answers0