[okl4-developer] L4_Send and L4_Wait
Hal Ashburner
hala at ok-labs.com
Fri Nov 2 18:02:47 EST 2007
On Fri, 2007-11-02 at 15:38 +0900, Choi, SuGil wrote:
> Hi,
>
>
>
> I have difficulty in testing client server program.
>
>
<snip>
>
> When the function_A never returns (infinite loop), L4_Send is blocking
> indefinitely
>
>
>
> I want that the client thread can run as long as the sent message is
> received by the server
>
>
>
> even if the function_A never returns. Could you please tell me what I
> have to do more.
>
>
Hi SuGil.
Are the two threads the same priority?
The behaviour you are seeing would be consistent with the thread running
function_A being of a higher priority than the sending thread.
Hope this helps.
--
Kind regards,
Hal Ashburner
More information about the Developer
mailing list