Click here to Skip to main content
15,890,438 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: GPO already apply but ping not reply Pin
Dave Kreskowiak28-Mar-11 17:16
mveDave Kreskowiak28-Mar-11 17:16 
QuestionPrint to File Pin
Anuthi19-Mar-11 14:24
Anuthi19-Mar-11 14:24 
AnswerRe: Print to File Pin
Joan M11-Apr-11 20:13
professionalJoan M11-Apr-11 20:13 
QuestionRemote desktop connection advice Pin
Joan M18-Mar-11 7:14
professionalJoan M18-Mar-11 7:14 
AnswerRe: Remote desktop connection advice Pin
Dave Kreskowiak18-Mar-11 10:32
mveDave Kreskowiak18-Mar-11 10:32 
GeneralRe: Remote desktop connection advice Pin
Joan M18-Mar-11 10:49
professionalJoan M18-Mar-11 10:49 
QuestionClear Windows 7 disk file read cache Pin
Chris Losinger17-Mar-11 4:57
professionalChris Losinger17-Mar-11 4:57 
AnswerRe: Clear Windows 7 disk file read cache Pin
Luc Pattyn17-Mar-11 5:22
sitebuilderLuc Pattyn17-Mar-11 5:22 
Hi Chris,

good question, for which I don't know (and never saw) a solution, other than a reboot. I'll be interested in anything that comes up, and not just for Win7.

FWIW some ideas that may or may not apply, I can't tell as you didn't tell much about the app itself:
- have several identical files; with N files you could execute N cold runs.
- reorganize the data file to better take advantage of the fact that you binary search a lot; it typically means you read lots of sectors/clusters to check a few bytes and dismiss the data; using the smallest possible nodes (each with a pointer to the actual data if you really want it) improves locality of data, and may dramatically improve performance, hence reduce the warm/cold problem.
- use a database instead of a large file.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

AnswerRe: Clear Windows 7 disk file read cache Pin
Eddy Vluggen17-Mar-11 5:30
professionalEddy Vluggen17-Mar-11 5:30 
GeneralRe: Clear Windows 7 disk file read cache Pin
Chris Losinger17-Mar-11 5:44
professionalChris Losinger17-Mar-11 5:44 
GeneralRe: Clear Windows 7 disk file read cache Pin
Luc Pattyn17-Mar-11 7:10
sitebuilderLuc Pattyn17-Mar-11 7:10 
GeneralRe: Clear Windows 7 disk file read cache Pin
Eddy Vluggen17-Mar-11 7:32
professionalEddy Vluggen17-Mar-11 7:32 
AnswerA possible solution [modified] Pin
Chris Losinger18-Mar-11 5:54
professionalChris Losinger18-Mar-11 5:54 
AnswerRe: A possible solution Pin
Luc Pattyn18-Mar-11 7:31
sitebuilderLuc Pattyn18-Mar-11 7:31 
GeneralRe: A possible solution Pin
Chris Losinger18-Mar-11 7:43
professionalChris Losinger18-Mar-11 7:43 
GeneralRe: A possible solution Pin
Luc Pattyn18-Mar-11 8:02
sitebuilderLuc Pattyn18-Mar-11 8:02 
GeneralRe: A possible solution Pin
Chris Losinger18-Mar-11 8:09
professionalChris Losinger18-Mar-11 8:09 
GeneralRe: A possible solution Pin
Luc Pattyn18-Mar-11 8:29
sitebuilderLuc Pattyn18-Mar-11 8:29 
GeneralRe: A possible solution Pin
Chris Losinger18-Mar-11 8:55
professionalChris Losinger18-Mar-11 8:55 
QuestionDetail information in a folder of windows 7 Pin
Kanel Roath15-Mar-11 15:46
Kanel Roath15-Mar-11 15:46 
AnswerRe: Detail information in a folder of windows 7 Pin
Joan M15-Mar-11 21:05
professionalJoan M15-Mar-11 21:05 
GeneralRe: Detail information in a folder of windows 7 Pin
Kanel Roath16-Mar-11 0:03
Kanel Roath16-Mar-11 0:03 
AnswerRe: Detail information in a folder of windows 7 Pin
Joan M16-Mar-11 0:12
professionalJoan M16-Mar-11 0:12 
AnswerRe: Detail information in a folder of windows 7 Pin
Richard MacCutchan15-Mar-11 23:21
mveRichard MacCutchan15-Mar-11 23:21 
Questioni want to ask the plateform Pin
krishna.taniya10-Mar-11 4:58
krishna.taniya10-Mar-11 4:58 

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.