Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Application running on Vista OS

Application running on Vista OS

Scheduled Pinned Locked Moved IT & Infrastructure
question
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Elsie
    wrote on last edited by
    #1

    I have my app, running one on XP & one on Vista OS. But there is a difference in thread count. XP - 18 , Vista -14 threads. Few threads are not started in my application which is running in Vista OS. So my application in Vista is not fully functioning. Any setting to be done?. I have switched off the UAC in Vista.

    D 1 Reply Last reply
    0
    • E Elsie

      I have my app, running one on XP & one on Vista OS. But there is a difference in thread count. XP - 18 , Vista -14 threads. Few threads are not started in my application which is running in Vista OS. So my application in Vista is not fully functioning. Any setting to be done?. I have switched off the UAC in Vista.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Elsie wrote:

      I have my app, running one on XP & one on Vista OS. But there is a difference in thread count.

      What's the differenec in the hardware?? The .NET CLR maintains a managed thread pool. It creates threads the O/S sees and assigns them various tasks depending on what your code is doing or request of the thread pool. The number of threads in the pool is calculated by the .NET CLR, depending on the hardware available and application settings.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      E 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Elsie wrote:

        I have my app, running one on XP & one on Vista OS. But there is a difference in thread count.

        What's the differenec in the hardware?? The .NET CLR maintains a managed thread pool. It creates threads the O/S sees and assigns them various tasks depending on what your code is doing or request of the thread pool. The number of threads in the pool is calculated by the .NET CLR, depending on the hardware available and application settings.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        E Offline
        E Offline
        Elsie
        wrote on last edited by
        #3

        Actually i forgot to mention my application is a Win32 windows MFC application.

        E 1 Reply Last reply
        0
        • E Elsie

          Actually i forgot to mention my application is a Win32 windows MFC application.

          E Offline
          E Offline
          Elsie
          wrote on last edited by
          #4

          Actually the XP is with 512 MB RAM, and Vista OS m/c with 1 GB of RAM. I dont guess, it is due to resource constarint, cos in another Vista setup also we are observing the same behaviour.

          D 1 Reply Last reply
          0
          • E Elsie

            Actually the XP is with 512 MB RAM, and Vista OS m/c with 1 GB of RAM. I dont guess, it is due to resource constarint, cos in another Vista setup also we are observing the same behaviour.

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            In that case, I have no idea. I just covered the .NET managed method.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups