Author: tfaber
Date: Fri Jul 18 16:44:16 2014
New Revision: 63719
URL:
http://svn.reactos.org/svn/reactos?rev=63719&view=rev
Log:
[SERVICES]
- Use asynchronous I/O to correctly catch timeouts -- we have a reliable NPFS now.
This makes the timeout test in advapi32_winetest:service succeed, however I'm leaving
it disabled because it takes two minutes to run (due to... timeouts).
ROSTESTS-56
Modified:
trunk/reactos/base/system/services/database.c
Modified: trunk/reactos/base/system/services/database.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/services/datab…
==============================================================================
--- trunk/reactos/base/system/services/database.c [iso-8859-1] (original)
+++ trunk/reactos/base/system/services/database.c [iso-8859-1] Fri Jul 18 16:44:16 2014
@@ -29,7 +29,7 @@
* Uncomment the line below to use asynchronous IO operations
* on the service control pipes.
*/
-// #define USE_ASYNCHRONOUS_IO
+#define USE_ASYNCHRONOUS_IO
/* GLOBALS *******************************************************************/