Execution of the Program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krisssgopi
    New Member
    • Apr 2010
    • 39

    Execution of the Program

    Hi all,

    I like to clarify the doubt regarding vb.net programming. my question is as follows.
    1. While executing the vb.net program, whether it takes RAM space or Hard disk space.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Probably both. RAM definitely, but if your code affects stuff on the disk, then it can take up disk space. But even if it doesn't, the operating system will continually shuffle unnecessary data into virtual memory. Which may affect the program if it's idle or not using all its memory or there's not enough RAM.

    Comment

    • krisssgopi
      New Member
      • Apr 2010
      • 39

      #3
      Hi Rabbit,

      Thank you for your response. I had a doubt on how to determine my coding will take disk space or ram space. please advise me.

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Disk space and RAM are hardly concerns anymore in the current environment. So you're probably worried about nothing.

        Comment

        • krisssgopi
          New Member
          • Apr 2010
          • 39

          #5
          Hi Rabbit,

          Thank you for your response... have a nice day

          Comment

          Working...