NEW42611
Connection::sendOutgoingMessage shouldn't block
https://bugs.webkit.org/show_bug.cgi?id=42611
Summary Connection::sendOutgoingMessage shouldn't block
Anders Carlsson
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.