> Actually, no it is not the same on every platform. Linux > doesn't really offer a threading model like Windows and > Solaris does. Sure there are threading packages for Linux, > but most of the time they are just a PThreads interface on > top of clone().
It doesn't matter. I didn't say that the threading model was the same. I said that the way to find out the correct value for the "simultaneous requests" setting is the same. The tuning methodology relies on external testing. You run the test, you change the value, you rerun the test, and so on until you've gone through your range of values. It doesn't matter what those values represent; you're looking at throughput and response time. If you asked me, "what should the value of N be for my server", I can determine the optimal answer without even knowing what N represents. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

