Results 1 to 2 of 2

Thread: Call between dlls

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    112

    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

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    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
  •  



Click Here to Expand Forum to Full Width