I have to develop a telphonic system that handled 30 simultaunius calls.
The server is dedicated just to this task. I can develop the system using just un procees and create the threads as needed or I can created a central application that trigger un process per call.

My cuestion is: from the point of view of the CPU and OS (in this case Windows 2000) what will be the more reliable aproach.