[Webkit-unassigned] [Bug 42611] New: Connection::sendOutgoingMessage shouldn't block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 18:44:41 PDT 2010


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

           Summary: Connection::sendOutgoingMessage shouldn't block
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andersca at apple.com


Connection::sendOutgoingMessage shouldn't block if the destination port or named pipe is full.

On Windows, it's possible to send data asynchronously to a named pipe (in a similar way to how we receive data).

On Mac there's unfortunately no way to know when you can send to a mach port without blocking, so we'd have to do some kind of polling solution there.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list