Bug 42611 - Connection::sendOutgoingMessage shouldn't block
Summary: Connection::sendOutgoingMessage shouldn't block
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 18:44 PDT by Anders Carlsson
Modified: 2010-07-19 18:44 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.