Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalnet send Pin
12-Feb-02 18:03
suss12-Feb-02 18:03 
GeneralRe: net send Pin
Fredrik Skog13-Feb-02 1:12
Fredrik Skog13-Feb-02 1:12 
GeneralATL programming practice query Pin
Nish Nishant12-Feb-02 17:58
sitebuilderNish Nishant12-Feb-02 17:58 
GeneralRe: ATL programming practice query Pin
Derek Waters12-Feb-02 18:40
Derek Waters12-Feb-02 18:40 
GeneralRe: ATL programming practice query Pin
Nish Nishant12-Feb-02 22:44
sitebuilderNish Nishant12-Feb-02 22:44 
GeneralRe: ATL programming practice query Pin
Ravish12-Feb-02 19:00
Ravish12-Feb-02 19:00 
GeneralRe: ATL programming practice query Pin
Nish Nishant12-Feb-02 22:45
sitebuilderNish Nishant12-Feb-02 22:45 
GeneralRe: ATL programming practice query Pin
13-Feb-02 6:39
suss13-Feb-02 6:39 
It is fine if you plan to use stateful programs.

If eventually, your app and the number of components grow

Using properties vs just methods or functions with parameters will slow down the application.

Using properties
1) More Overhead is created marshalling the asp - com calls
2) Limited threads in IIS are consumed longer by stateful components
3) There is an increase in RPC calls if dcom is used

Do you think you could solve my problem?
http://www.codeproject.com/script/comments/forums.asp?forumid=1647&select=114120&tid=114120#xx114120xx

Safearray and COM+



GeneralRe: ATL programming practice query Pin
Nish Nishant13-Feb-02 16:37
sitebuilderNish Nishant13-Feb-02 16:37 
QuestionHow can i change application icon Pin
12-Feb-02 14:34
suss12-Feb-02 14:34 
AnswerRe: How can i change application icon Pin
moliate12-Feb-02 14:42
moliate12-Feb-02 14:42 
GeneralRe: How can i change application icon Pin
12-Feb-02 15:13
suss12-Feb-02 15:13 
GeneralRe: How can i change application icon Pin
Nish Nishant12-Feb-02 16:28
sitebuilderNish Nishant12-Feb-02 16:28 
GeneralRe: How can i change application icon Pin
Derek Waters12-Feb-02 17:02
Derek Waters12-Feb-02 17:02 
GeneralRe: How can i change application icon Pin
moliate12-Feb-02 17:22
moliate12-Feb-02 17:22 
GeneralRe: change application icon Pin
12-Feb-02 18:42
suss12-Feb-02 18:42 
GeneralChanging View Pin
12-Feb-02 13:57
suss12-Feb-02 13:57 
GeneralRe: Changing View Pin
Roger Allen13-Feb-02 2:56
Roger Allen13-Feb-02 2:56 
GeneralMFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac12-Feb-02 13:33
valikac12-Feb-02 13:33 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
Nish Nishant12-Feb-02 13:44
sitebuilderNish Nishant12-Feb-02 13:44 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
Rick York12-Feb-02 14:39
mveRick York12-Feb-02 14:39 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac12-Feb-02 15:26
valikac12-Feb-02 15:26 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac12-Feb-02 18:34
valikac12-Feb-02 18:34 
GeneralRe: MFC: Multi-threaded DLL Errors & Related Syntax :: C++ Pin
valikac13-Feb-02 3:58
valikac13-Feb-02 3:58 
Generalwhere are.. Pin
Mazdak12-Feb-02 11:18
Mazdak12-Feb-02 11:18 

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.