How does the memory usage of php/apache and asp.net/iis compare as the number of simultaneous users connecting increase when running a real world app and how is the memory allocated due to the different process models ? Examples would be great.
Figures for our current asp.net app show that the asp.net worker process on my dev box is using 69584k, 71520k, 71960 and 75084k for 1, 2, 3 and 4 simultaneous users; I don't know if this is generally representative or not (especially as we consume lots of web services and minimal caching used).
Reason for asking is estimating RAM needed for hosting future applications (in either technology stack).
Cheers Webby.