[Webkit-unassigned] [Bug 222305] New: Timeout calculations are error-prone for compound IPC operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 02:58:43 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222305

            Bug ID: 222305
           Summary: Timeout calculations are error-prone for compound IPC
                    operations
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
            Blocks: 220974

Timeout calculations are error-prone for compound IPC operations

Consider a use-case where a top-level IPC operation has a logical timeout value.
If this operation is implemented as composition of sends, waits and semaphore waits, then it's cumbersome to pass correct timeout values for each of the calls.

Clients should be able to pass timeout in seconds relative to current time (possible today)
Clients should be able to pass timeout as absolute point of time (not possible today)


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=220974
[Bug 220974] WebGL IPC should use shared memory for synchronous messages
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210223/d67be911/attachment.htm>


More information about the webkit-unassigned mailing list