Changes between Initial Version and Version 1 of Ticket #443


Ignore:
Timestamp:
2012-04-24T13:06:04Z (13 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #443 – Description

    initial v1  
    1 There is a difference between the behavior on IPC_M_PHONE_HUNGUP for blocked servers and blocked clients. For our purpose, servers are fibril blocked in `async_get_call_timeout()`.
     1There is a difference between the behavior on IPC_M_PHONE_HUNGUP for blocked servers and blocked clients. For our purpose, servers are fibril blocked in `async_get_call_timeout()` and clients are fibrils blocked in `async_wait_for()` or `async_wait_timeout()`.
    22
    33The async framework will attempt to wake up a blocked server from `route_call()` but it will let a blocked client continue to sleep.