| Author: Natarajan.M 09 Aug 2007 | Member Level: Gold | Rating:  Points: 2 |
Pls have a look on this URL http://samples.gotdotnet.com/quickstart/aspplus/doc/procmodel.aspx
|
| Author: sathiyasivam 09 Aug 2007 | Member Level: Diamond | Rating:  Points: 2 |
The process model helps enable scalability on multiprocessor computers by distributing the work to several processes, one per CPU, each with processor affinity set to its CPU. This eliminates cross-processor lock contention and is ideal for large SMP systems. This technique is called Web gardening.This is used to inc the performance of the system....
|