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
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