search for: readfilescatter

Displaying 5 results from an estimated 5 matches for "readfilescatter".

2007 Oct 09
5
Playing with ReadFileScatter()
Hi all, Looking at the IO.readlines source in io.c, it looks to me like they grab 8k chunks, split on the input record separator, and buffer accordingly. Since it looks like ReadFileScatter() does some of that work automatically (in page file sized chunks), I thought I''d give it a try. Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter in the call to ReadFileScatter(). So, I''ve either got the size wrong, bad alignm...
2007 Sep 27
0
Scattered I/O
Hi all, I was just reading this article: http://www.artima.com/cppsource/scattered_io.html It made me wonder if we could use ReadFileScatter() and WriteFileGather() to optimize I/O on MS Windows. Any thoughts? Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this co...
2014 Sep 19
0
Wine release 1.7.27
...sufficient) 37253 dlls/wbemprox/builtin.c fails to build on NetBSD 6.1.4 ---------------------------------------------------------------- Changes since 1.7.26: Akihiro Sagawa (1): reg: Add reg.exe test suite. Alexandre Julliard (2): kernel32: Pass the correct completion values in ReadFileScatter and WriteFileGather. dpnet: Add a missing coclass registration. Alistair Leslie-Hughes (4): dpnet: Stub interface IDirectPlay8LobbyClient. cmd: Dont assume cmd.exe is the first argument. hnetcfg: Allow NetFwOpenPort to be created. hnetcfg: Add typeinfo support to INet...
2008 Mar 21
0
Wine release 0.9.58
...8152 CPF Editor crashes 8197 Soulseek p2p program (slsk.exe version 157 test8) has crashing after load files and trying connect to slsk server 8204 Soldat 1.4 fonts messed up 8427 CPUZ fails to load 8429 Civilization 4: Map display issues (no terrain textures) 8776 kernel32.ReadFileScatter unimplemented 8976 PNG images not displayed in IE6 8988 Sacred: choppy video and sound; sprites cannot be seen. 9096 Blitzkrieg crashes at start 9193 Neverwinter Nights 2: Map corrupted 9463 Alien Shooter 2: Vengeance surface allocation 9564 SpellForce: The Order Of Dawn - C...
2019 Mar 01
0
Wine release 4.3
...rnel32/tests: Add test for overlapped file read. ntdll/tests: Add more tests for overlapped file read. ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of no buffering. wined3d: Only use the LSB of the _SAMP_SRGB_TEXTURE state value. kernel32/tests: Test ReadFileScatter() completion status with FILE_SKIP_COMPLETION_PORT_ON_SUCCESS. ntdll/tests: Test ReadFile() completion status with FILE_SKIP_COMPLETION_PORT_ON_SUCCESS. ntdll: Pass async parameter to add_fd_completion server call. wined3d: Add a setting to turn off aggressive optimization on NVID...