Click to See Complete Forum and Search --> : Multithreaded programming......


shivakumarthota
February 27th, 2004, 07:09 AM
Hi Everybody,

I have developed an application in C Language using VC++ as my IDE. I deployed it on a Single Processor Desktop Server with Windows 2000 Advanced Server and it worked fine for a long time.

Now when I am trying to deploy the same application on a DUAL Processor High-End DELL Server, with Windows 2000 Advanced Server as the OS, the program initially runs correctly, but exits as soon as the thread creation part is reached.

Can anyone help me resolve this problem?

Do I have to add additional code to make this run on a multiprocessor system?

Regards,
Shivakumar Thota

Andreas Masur
February 27th, 2004, 07:59 AM
[Moved thread]

AvDav
February 27th, 2004, 10:20 AM
"Programming Applications for Microsoft Windows by Jeffrey Richter" Chapter 7, Affinities may help you.