dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/engine lib_task.c,1.10,1.11


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine lib_task.c,1.10,1.11
Date: Sat, 01 Nov 2003 03:04:06 +0000

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv8073/engine

Modified Files:
        lib_task.c 
Log Message:


Use a slightly longer timeout gap within "Process.WaitForExit" to prevent
the kernel from being overloaded by lots of small timeouts.


Index: lib_task.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_task.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** lib_task.c  31 Oct 2003 05:19:57 -0000      1.10
--- lib_task.c  1 Nov 2003 03:04:03 -0000       1.11
***************
*** 869,874 ****
                                }
                        }
!                       ILThreadSleep(1);
!                       --milliseconds;
                }
                while(milliseconds > 0);
--- 869,874 ----
                                }
                        }
!                       ILThreadSleep(100);
!                       milliseconds -= 100;
                }
                while(milliseconds > 0);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]