Pythomnic3k5 minute tour
Realtime [8/15]Pythomnic3k framework provides loose realtime guarantee for an application. It is that every accepted request delivers a response within certain amount of time, even though it is a failure. Each request is assigned a deadline when it arrives, this deadline follows the request throughout its processing, even across cages, and should it take longer, the request is aborted and the interface returns failure response.
|