Results 1 to 3 of 3

Thread: .NET Framework Memory Question

  1. #1

    Thread Starter
    Addicted Member parminder's Avatar
    Join Date
    Apr 2003
    Location
    India
    Posts
    168

    .NET Framework Memory Question

    Hi to all,

    I want to know if more then one VB.net compiled Applications are running on one computer simultaneously, Will the share .NET Framework loaded into memory or they load personal set of it ?


    Thanks

    Parminder

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The framework is just a base set of functionality that all .NET apps depend on but nothing gets loaded into memory until its needed. So each application loads its own dependencies and will have its own instances and in so doing will take memory for those instances. So the Framework itself doesn't get loaded except as needed but each instance of an object regardless of what application it is in will require its own space in memory.

  3. #3

    Thread Starter
    Addicted Member parminder's Avatar
    Join Date
    Apr 2003
    Location
    India
    Posts
    168
    Sir Edneeis,

    Thank you for your reply.

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