• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help wanted. please

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have built an application which uses multiple thread concept to exploit the prallelism of the processor.
This includes some GUI also. When I execute this application in WinNT system, there are a total of 17 threads running through this application. When all the threads are active, there are a total of 18 threads at a given point of time.
When I execute the same application on Windows 98, the number of threads keep increasing and after a while go beyond 100 threads when the maximum working threads should be 18 threads.
Also, there are 5 threads that are spawned in my application. How are the rest of the 12 or 13 threads accounted for?
Please help me out.
regards,
Sudha
 
Die Fledermaus does not fear such a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic