Results 1 to 6 of 6

Thread: running number of visual studio applications

Hybrid View

  1. #1
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: running number of visual studio applications

    The number of applications running is almost irrelevant to whether programs crash or not - that will only happen in your memory usage is very extreme (eg: 5 times your physical memory). In general the only thing it would affect is the speed.

    The crash is almost certainly an issue with your code. Even if it isn't, your code should still deal with it in a graceful way rather than crashing.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2008
    Location
    USA
    Posts
    257

    Re: running number of visual studio applications

    Thank you for the response. I will try posting the error related concerns in the appropriate vb forum then.
    So even when using mulithreads, the code will always be the issue and not memory usage? right?
    Thanks again.

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