search for: iocp

Displaying 8 results from an estimated 8 matches for "iocp".

Did you mean: ioc3
2012 May 11
0
Wine release 1.5.4
...er from ME_PaintContent. richedit: Avoid scanning all text for paragraphs to invalidate. Eric Pouech (2): winedbg: Fix printing of fp registers for x86_64 CPU. winegcc: Try harder to find out whether the compiler is from gcc family. Erich Hoover (5): ws2_32/tests: AcceptEx IOCP initialization cleanup. ws2_32/tests: Test for AcceptEx IOCP behavior for cancelled sockets. ws2_32/tests: Test for AcceptEx IOCP behavior for a duplicated handle. ws2_32/tests: Test for IOCP behavior without AcceptEx call. ws2_32/tests: Fix cleanup for first IOCP duplicated...
2009 Aug 24
14
Wrong JPEG version?
Lately, when I attempted to run some of my apps, they crashed with the following output. Code: Wrong JPEG library version: library is 62, caller expects 70 I run Gentoo Linux X64. A search for the appropriate package gives this: Code: * media-libs/jpeg Latest version available: 7 Latest version installed: 7 Size of files: 949 kB Homepage: http://jpegclub.org/
2007 Feb 26
9
libevent
Francis, I read in the list archives back that a future EventMachine release will support epoll on Linux (i.e., it''s in the trunk). Better still, is there a possibility that EM will rely on libevent so that it will be architecture independent (i.e. epoll on Linux, kqueue on FreeBSD/Mac OS X, /dev/poll on Solaris)? This is how memcached is implemented, and it would be helpful to be able
2007 Dec 14
21
Some silly benchs (was: 1.9)
Guys, Just for fun, I tried to see (I know, a silly way to test it) how much overhead we have calling the C functions of the extensions. the benchmark script and the results: http://pastie.caboo.se/128646 The naive C extension: http://pastie.caboo.se/128647 I compared 1.8.6 (VC6 and mingw builds) against a fresh checkout of ruby trunk. What I understand from that is 1.9 is slower than 1.8
2014 Mar 21
0
Wine release 1.7.15
...nstation tests when no enough privileges. netapi32: Add stub for NetScheduleJobDel. Rico Sch?ller (1): d3dx9/tests: Check if D3DFMT_X1R5G5B5 is supported. Sebastian Lackner (3): shell32: Register user administrative tools shell folder. ntdll: Fix possible race-condition in iocp poller code. ntdll: Use condition variable for RtlQueueWorkItem implementation. Stefan D?singer (21): wined3d: Don't modify existing data if set_private_data fails. d3d9/tests: Show that a failing SetPrivateData call does not clear the old contents. d3d8/tests: Show tha...
2015 Jun 26
0
Wine release 1.7.46
...48 Neuro Hunter: certain effects are invisible 28189 regsvr32: No usage in wineconsole 29929 Demo installer stuck at program folder selection 30805 Graphical glitch in the menu of Medieval total war 30873 BMFont crashes on visualise option or save bitmap font as 31228 "A simple IOCP Server/Client Class" locks up in GetMessage 31694 A ton of 'error loading char 255 - bad news!' errors when compiling wine with newer Freetype 31757 Adobe Application Manager 6.x/7.x download fails with error code A12E5 (winhttp request headers missing byte range) 32127 Oblivi...
2018 Nov 23
0
Wine release 3.21
...2: Handle coclasses in ITypeInfo_Invoke(). oleaut32/tests: Add some tests for marshalling of coclasses. stdole2: Avoid defining Automation typedefs as part of the public library. ntdll: Only wait on the completion port if no entries were returned. ntdll: Don't write more IOCP entries than requested. ntdll/tests: Add more tests for NtRemoveIoCompletionEx(). rpcrt4: Handle large arrays in EmbeddedComplexSize(). xinput: Avoid calling XInputGetStateEx() in XInputGetState(). dbghelp: Only check process architecture if we are actually given a process....
2007 Dec 09
38
libevent
Hello, I have been looking at the Ruby/EventMachine. First let me say it look very good. Reactor model with no threads makes for fast reliable server, and I have read about marvelous Twisted framework for Python and am glad to see something similar for Ruby. I am writing network app with Ruby threads now and it very slow, and I try new Ruby 1.9 with native threads that make it much slower.