Click here to Skip to main content
15,891,513 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Using for_each with a map Pin
ZoogieZork20-Sep-03 12:11
ZoogieZork20-Sep-03 12:11 
GeneralRe: Using for_each with a map Pin
John M. Drescher20-Sep-03 18:40
John M. Drescher20-Sep-03 18:40 
GeneralRe: Using for_each with a map Pin
Phil Martin23-Sep-03 20:26
professionalPhil Martin23-Sep-03 20:26 
GeneralRe: Using for_each with a map Pin
John M. Drescher24-Sep-03 3:51
John M. Drescher24-Sep-03 3:51 
Generaldcom local server marshalling. Pin
umarcool19-Sep-03 2:30
umarcool19-Sep-03 2:30 
GeneralRe: dcom local server marshalling. Pin
Gary R. Wheeler20-Sep-03 5:29
Gary R. Wheeler20-Sep-03 5:29 
GeneralProblem with remote server Pin
umarcool21-Sep-03 19:14
umarcool21-Sep-03 19:14 
GeneralRe: Problem with remote server Pin
Gary R. Wheeler22-Sep-03 14:15
Gary R. Wheeler22-Sep-03 14:15 
Clients communicating with local servers have to pass data across process boundaries, which requires copying the data (which is what the marshalling process does). Win32 applications have separate address spaces, making the copy operation more complicated than a simple memory to memory copy. The copy operation is slow in this case. You should make sure that this is acceptable for your application. Using smaller amounts of data, while requiring more transactions to pass the same total amount of data, can make the application more responsive overall.

In my experience, almost any size of data can be transferred. In one application, we were transferring 32Mb images between the client and a remote server. While it was slow (several seconds over a dedicated 100 Mbit network), it was fairly reliable.


Software Zen: delete this;
GeneralRe: Problem with remote server Pin
umarcool23-Sep-03 5:44
umarcool23-Sep-03 5:44 
GeneralATL COM Pin
Binayak18-Sep-03 13:07
Binayak18-Sep-03 13:07 
GeneralRe: ATL COM Pin
Braulio Dez22-Sep-03 5:15
Braulio Dez22-Sep-03 5:15 
QuestionHow do you catch Dialog Boxes from a Browser Help Object (BHO) Pin
RickGavin18-Sep-03 7:26
RickGavin18-Sep-03 7:26 
GeneralATL 7.0 COM Object Deployment Pin
Braulio Dez18-Sep-03 4:36
Braulio Dez18-Sep-03 4:36 
QuestionHow to release memory? when calling COM with param type BSTR* from VB exe application Pin
doisy18-Sep-03 2:30
doisy18-Sep-03 2:30 
AnswerRe: How to release memory? when calling COM with param type BSTR* from VB exe application Pin
Braulio Dez18-Sep-03 4:41
Braulio Dez18-Sep-03 4:41 
AnswerRe: How to release memory? when calling COM with param type BSTR* from VB exe application Pin
Tom Welch18-Sep-03 5:15
Tom Welch18-Sep-03 5:15 
GeneralOffice::CommandBarControl problem Pin
dorutzu17-Sep-03 4:19
dorutzu17-Sep-03 4:19 
GeneralAn Outlook Addin issue Pin
dorutzu16-Sep-03 12:06
dorutzu16-Sep-03 12:06 
GeneralRe: An Outlook Addin issue Pin
Stuart Dootson16-Sep-03 14:53
professionalStuart Dootson16-Sep-03 14:53 
GeneralRe: An Outlook Addin issue Pin
dorutzu16-Sep-03 23:55
dorutzu16-Sep-03 23:55 
Generalatltypes.h Pin
rbottoms15-Sep-03 17:12
rbottoms15-Sep-03 17:12 
GeneralRe: atltypes.h Pin
Michael Dunn15-Sep-03 17:48
sitebuilderMichael Dunn15-Sep-03 17:48 
GeneralRe: atltypes.h Pin
rbottoms15-Sep-03 18:13
rbottoms15-Sep-03 18:13 
GeneralRe: atltypes.h Pin
Steve S15-Sep-03 21:45
Steve S15-Sep-03 21:45 
GeneralRe: atltypes.h Pin
rbottoms16-Sep-03 5:40
rbottoms16-Sep-03 5:40 

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.