Click here to Skip to main content
15,889,879 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Moving large files, delayed write error in XP Pro SP2 Pin
RichardM120-Oct-08 6:11
RichardM120-Oct-08 6:11 
Questionproblems with application being launched from network drive Pin
T.T.H.8-Oct-08 23:36
T.T.H.8-Oct-08 23:36 
AnswerRe: problems with application being launched from network drive Pin
RichardM19-Oct-08 13:23
RichardM19-Oct-08 13:23 
GeneralRe: problems with application being launched from network drive Pin
T.T.H.9-Oct-08 22:09
T.T.H.9-Oct-08 22:09 
GeneralRe: problems with application being launched from network drive Pin
RichardM110-Oct-08 13:34
RichardM110-Oct-08 13:34 
GeneralRe: problems with application being launched from network drive Pin
T.T.H.12-Oct-08 22:56
T.T.H.12-Oct-08 22:56 
GeneralRe: problems with application being launched from network drive Pin
RichardM113-Oct-08 14:11
RichardM113-Oct-08 14:11 
AnswerRe: problems with application being launched from network drive Pin
Mike Dimmick19-Oct-08 0:26
Mike Dimmick19-Oct-08 0:26 
Windows is a demand-paged operating system. It only reads pages from executables as they are referenced. If the OS has lost contact with the file system that the executable came from, when a new page that hasn't been used before (or was discarded because it hadn't been used recently) is referenced, an error may occur. If it does, Windows cannot continue executing the process and so kills it.

There are linker flags which you can use to tell the linker to mark the executable so that the OS reads the whole file into the swap file before beginning execution. Use /SWAPRUN:NET to mark for network execution and /SWAPRUN:CD to mark for removable disks such as CD-ROM. You can use editbin to mark the executable after linking.

"Multithreading is just one damn thing after, before, or simultaneous with another." - Andrei Alexandrescu

GeneralRe: problems with application being launched from network drive Pin
T.T.H.5-Feb-09 2:50
T.T.H.5-Feb-09 2:50 
QuestionCombine partitions without formatting? Pin
Brady Kelly8-Oct-08 6:01
Brady Kelly8-Oct-08 6:01 
AnswerRe: Combine partitions without formatting? Pin
User 17164928-Oct-08 8:21
professionalUser 17164928-Oct-08 8:21 
GeneralUser Accounts vs EMail Accounts Pin
Brady Kelly7-Oct-08 7:35
Brady Kelly7-Oct-08 7:35 
GeneralRe: User Accounts vs EMail Accounts Pin
Dave Kreskowiak7-Oct-08 10:11
mveDave Kreskowiak7-Oct-08 10:11 
GeneralHardware Update Wizard not found Pin
Deepu Antony7-Oct-08 0:45
Deepu Antony7-Oct-08 0:45 
QuestionNeed help in Batch files Pin
Ethen5-Oct-08 23:25
Ethen5-Oct-08 23:25 
AnswerRe: Need help in Batch files Pin
Steven J Jowett8-Oct-08 9:51
Steven J Jowett8-Oct-08 9:51 
QuestionJust a note for anyone worrying about windows security (And that before someone logs in!) Pin
LloydA1114-Oct-08 13:32
LloydA1114-Oct-08 13:32 
QuestionReal Time OS Pin
Sifar - 02-Oct-08 20:02
Sifar - 02-Oct-08 20:02 
AnswerRe: Real Time OS Pin
Jörgen Andersson3-Oct-08 2:23
professionalJörgen Andersson3-Oct-08 2:23 
AnswerRe: Real Time OS Pin
LloydA1114-Oct-08 12:51
LloydA1114-Oct-08 12:51 
QuestionWin2000 Backup stuck in "Enter backup file name" Pin
Vaclav_1-Oct-08 12:42
Vaclav_1-Oct-08 12:42 
QuestionHow to detect status of driver installed in PC Pin
Member 456732525-Sep-08 2:16
Member 456732525-Sep-08 2:16 
QuestionProblem to detect power cut off Pin
Mekong River24-Sep-08 23:33
Mekong River24-Sep-08 23:33 
AnswerRe: Problem to detect power cut off Pin
vimal_yet25-Sep-08 1:28
vimal_yet25-Sep-08 1:28 
QuestionRe: Problem to detect power cut off Pin
Jörgen Andersson25-Sep-08 10:21
professionalJörgen Andersson25-Sep-08 10:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.