When is client interface unblocked?

If you have a simple question and just want an answer.
User avatar
gerrykurz
XCore Addict
Posts: 204
Joined: Sun Jun 01, 2014 10:25 pm

When is client interface unblocked?

Post by gerrykurz »

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?
Vineela
Member++
Posts: 21
Joined: Mon Dec 16, 2013 1:27 pm

Post by Vineela »

 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.

Vineela
Member++
Posts: 21
Joined: Mon Dec 16, 2013 1:27 pm

Post by Vineela »

Sorry, attachement missed last time. Attaching it now.
You do not have the required permissions to view the files attached to this post.