summaryrefslogtreecommitdiff
path: root/indra/llcommon/llevents.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-01-12 12:11:37 -0500
committerNat Goodspeed <nat@lindenlab.com>2015-01-12 12:11:37 -0500
commit33649e848b34dcaa5f4be49862fcbf0a49b46df3 (patch)
tree6077d88b58d656da1d55697c576ad1b7e5405bbf /indra/llcommon/llevents.h
parentcfe7095752ced4ca5a234f75d987608f4e047e88 (diff)
Experimentally try full-size LLLeap stream test on Windows.
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when we try to pump large volumes of data through a Windows named pipe using APR nonblocking I/O. This used to fail pretty consistently because the APR nonblocking write call would sometimes spuriously return "would block" when in fact the data buffer was completely written; the caller would later retry, which of course would duplicate some of the data in the pipe. Preliminary experiments with VS 2013 suggest this may have been resolved. This changeset is to propagate the experiment to a wider range of Windows systems; we may need to revert it if in fact the bug persists.
Diffstat (limited to 'indra/llcommon/llevents.h')
0 files changed, 0 insertions, 0 deletions