/[Apache-SVN]/jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c
ViewVC logotype

Diff of /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c	2005/05/09 15:11:33	169325
+++ jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c	2005/05/09 15:14:56	169326
@@ -504,7 +504,8 @@ static int child(arg_data *args, home_da
     create_tmp_file(args);
     while (!stopping) {
 #ifdef OSD_POSIX
-        pause();
+        java_sleep(60);
+        /* pause(); */
 #else
         sleep(60); /* pause() not threadsafe */
 #endif

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26