At 04:31 AM 4/24/2002 -0400, you wrote:
>Also CF is running as multiple services, and it has to be running multiple
>threads for each of these otherwise you would have to wait for one request
>to be complete before you could respond to another correct?

Well, I have been involved in two operating system projects, one as recent 
as last year -- and I've actually, among other things, written a protected 
mode boot-strap loader for a multi-threaded-system, so I'm probably more 
familiar with how cpu's do context switching and SMP on Intel's and AMD's 
than most folks here....

That said, in general the answer would be yes. It it possible to do such 
with only one thread (the parent process) but it would be so inefficient 
(and such a great struggle to do otherwise) with a large server app like CF 
that they most likely would have to take the easy and scalable way.

Btw, I just looked and a fresh install of CF5 here is using 38 threads at 
the moment. :)

--min

______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to