Changeset 771 for trunk/dll/systemf.c
- Timestamp:
- Aug 6, 2007, 5:05:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r766 r771 1122 1122 for (ctr = 0;; ctr++) 1123 1123 { 1124 DosSleep( 200);1124 DosSleep(100);//05 Aug 07 GKY 200 1125 1125 if (DosSetSession(ulSessID, &sd)) // Check if session gone (i.e. finished) 1126 1126 break; … … 1140 1140 DCWW_NOWAIT, &bPriority, hTermQSem); 1141 1141 if (rc == ERROR_QUE_EMPTY) { 1142 DosSleep( 100);1142 DosSleep(50);//05 Aug 07 GKY 100 1143 1143 continue; 1144 1144 } … … 1157 1157 // Oh heck 1158 1158 Dos_Error(MB_CANCEL,rc,hwnd,pszSrcFile,__LINE__,"DosReadQueue"); 1159 DosSleep( 500);1159 DosSleep(100);//05 Aug 07 GKY 500 1160 1160 continue; 1161 1161 } … … 1174 1174 // fixme to be gone when no longer needed for debug? 1175 1175 if (ulLastSessID) { 1176 DosSleep( 500);1176 DosSleep(100);//05 Aug 07 GKY 500 1177 1177 ulLastSessID = pTermInfo->usSessID; 1178 1178 } … … 1181 1181 if (rc) 1182 1182 Dos_Error(MB_CANCEL,rc,hwnd,pszSrcFile,__LINE__,"DosWriteQueue"); 1183 DosSleep( 100);// Let other thread see queue entry1183 DosSleep(50); //05 Aug 07 GKY 100 // Let other thread see queue entry 1184 1184 } 1185 1185 } // for
Note:
See TracChangeset
for help on using the changeset viewer.