|
-
Jul 28th, 2002, 11:22 AM
#1
Thread Starter
Lively Member
Call between dlls
Hi all,
Are there any overhead or marshaling between the call of dlls (e.g. dll1 calling dll2)within the same thread?
Thanks
-
Aug 14th, 2002, 08:40 AM
#2
Fanatic Member
There are always overheads associated with calling Dll's, however there are no marshalling issues within the same thread that I'm aware of. Sure marshalling occurs, but the operating system takes care of it.
Marshalling issues need to be considered when going cross thread and where threads are across different servers.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|