lp:~mattia.barbon/txnamedpipes/initial-import

Created by Mattia Barbon and last modified
Get this branch:
bzr branch lp:~mattia.barbon/txnamedpipes/initial-import
Only Mattia Barbon can upload to this branch. If you are Mattia Barbon please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mattia Barbon
Project:
txnamedpipes
Status:
Merged

Recent revisions

2. By Mattia Barbon

Force all writes to complete asynchronously even on Twisted 10.

The Twisted 10 IOCP reactor has some logic to handle I/O operations that
complete synchronously (rc = 1) and only handles asynchronously the ones
that fail with ERROR_IO_PENDING. Twisted 11 aways waits for the async
completion notification. In theory, the number of bytes written could
be obtained using GetOverlappedResult(), but it's probably not worth the
trouble of a different code path.

1. By Mattia Barbon

Initial import.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:txnamedpipes
This branch contains Public information 
Everyone can see this information.

Subscribers