[Wayland-bugs] [Bug 48979] New: Protocol: Atomicity
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 20 10:49:05 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=48979
Bug #: 48979
Summary: Protocol: Atomicity
Classification: Unclassified
Product: Wayland
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: wayland
AssignedTo: wayland-bugs at lists.freedesktop.org
ReportedBy: darxus at chaosreigns.com
Blocks: 48976
Currently a lot of the atomicity in Wayland relies on how we batch up all
requests in a protocol buffer and only flushes in the "blockhandler" in the
client. Consensus was that we need something more reliable and explicit. The
suggestion is that we make surface.attach a synchronization point such that
everything before that is batched and applied atomically when the
surface.attach request comes in. For cases where we need atomicity beyond a
surface.attach, we can add an atomic grouping mechanism, that can group
together multiple surface.attach requests into a bigger atomic change. To be
researched a bit.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Wayland-bugs
mailing list