Bug 42611

Summary: Connection::sendOutgoingMessage shouldn't block
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Anders Carlsson 2010-07-19 18:44:41 PDT
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.