Bug 42611
| Summary: | Connection::sendOutgoingMessage shouldn't block | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Carlsson <andersca> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Anders Carlsson
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |