When is client interface unblocked?
-
- XCore Addict
- Posts: 204
- Joined: Sun Jun 01, 2014 10:25 pm
When is client interface unblocked?
A client interface initiation of a transaction is blocked until the server select case processes the transaction.When exactly is the client thread released from the "block"?Is it when the server select case reaches the break statement? Or sooner?
-
- Member++
- Posts: 21
- Joined: Mon Dec 16, 2013 1:27 pm
Hello Gerry, the client thread is released when the server select case reaches the break statement. Attached is a small example to demonstrate this. Please check it out.