Click here to Skip to main content
16,014,765 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to implement Invalidation/Redraw pattern Pin
Blake Miller16-Jun-04 13:38
Blake Miller16-Jun-04 13:38 
AnswerRe: How to implement Invalidation/Redraw pattern Pin
Johan Rosengren16-Jun-04 21:08
Johan Rosengren16-Jun-04 21:08 
GeneralBuilding a neural network Pin
pavanbabut16-Jun-04 5:20
pavanbabut16-Jun-04 5:20 
GeneralMessage Before window displayed Pin
sschilachi16-Jun-04 4:59
sschilachi16-Jun-04 4:59 
GeneralRe: Message Before window displayed Pin
Ravi Bhavnani16-Jun-04 5:00
professionalRavi Bhavnani16-Jun-04 5:00 
GeneralRe: Message Before window displayed Pin
sschilachi16-Jun-04 5:34
sschilachi16-Jun-04 5:34 
GeneralGetting the filesize of all files inside of a folder, quicker Pin
Dean Michaud16-Jun-04 4:55
Dean Michaud16-Jun-04 4:55 
GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
palbano16-Jun-04 5:53
palbano16-Jun-04 5:53 
Doing the same thing across the network is going to be slower than doing it on the local machine, you can't stop that.

You might make it marginally faster by having a service on the remote machine do all the disk\file work for you and return just the folder totals. There will still be overhead of network communications but the service will be accessing the disk locally and so might be somewhat faster depending on the layout of the files and folders on the disk.

A further step would be to have the service monitor the folders and keep an semi-real-time total of the folders which it could return without scanning the disk at request time.


"No matter where you go, there your are." - Buckaroo Banzai
-pete

GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
bikram singh16-Jun-04 6:03
bikram singh16-Jun-04 6:03 
GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
Anonymous16-Jun-04 6:16
Anonymous16-Jun-04 6:16 
GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
palbano16-Jun-04 6:24
palbano16-Jun-04 6:24 
GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
Dean Michaud16-Jun-04 10:59
Dean Michaud16-Jun-04 10:59 
GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
Blake Miller16-Jun-04 13:42
Blake Miller16-Jun-04 13:42 
GeneralRe: Getting the filesize of all files inside of a folder, quicker Pin
Tim Smith16-Jun-04 16:43
Tim Smith16-Jun-04 16:43 
QuestionHow to complile WMI andf ADSI with studio version 6 ? Pin
vgrigor116-Jun-04 4:19
vgrigor116-Jun-04 4:19 
GeneralHelp!!! Pin
El'Cachubrey16-Jun-04 4:02
El'Cachubrey16-Jun-04 4:02 
GeneralRe: Help!!! Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:22
Rodrigo Pinto Pereira de Souza16-Jun-04 7:22 
GeneralRe: Help!!! Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:23
Rodrigo Pinto Pereira de Souza16-Jun-04 7:23 
GeneralRe: Help!!! Pin
El'Cachubrey16-Jun-04 22:22
El'Cachubrey16-Jun-04 22:22 
Generalurgent - how to write a DDE server program for Excel unsing VC++ Pin
swerajan16-Jun-04 3:47
swerajan16-Jun-04 3:47 
GeneralRe: urgent - how to write a DDE server program for Excel unsing VC++ Pin
toxcct16-Jun-04 4:06
toxcct16-Jun-04 4:06 
GeneralUsing VC++6 .dll and .lib in VC.NET Pin
Freddie Code16-Jun-04 3:38
Freddie Code16-Jun-04 3:38 
GeneralRe: Using VC++6 .dll and .lib in VC.NET Pin
Anthony_Yio16-Jun-04 16:34
Anthony_Yio16-Jun-04 16:34 
Generalcopiler hangup Pin
Michae_geffen16-Jun-04 2:43
Michae_geffen16-Jun-04 2:43 
GeneralRe: copiler hangup Pin
Monty216-Jun-04 3:13
Monty216-Jun-04 3:13 

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.