I wonder if using large numbers of concurrent threads is helping performance
regarding web sites/apps in any case. If a server is processing 100 pages
that all take the same time to deliver a limited queue would improve
performance because the pages that have finished would be delivered in
batches of 10 - i.e. they would already be available to the user. With 100
concurrent threads all users would have to wait until all threads have
finished working. So unlimited concurrent threads would not always guarantee
better performance. 
Well, this is just what's been spinning in my head - it's late around here
so correct me if I'm completely off. 

Cheers,

Philipp


--
cielen.com
Fressgass / Alte Oper
Grosse Bockenheimer Str. 54
60313 Frankfurt am Main
Germany

tel +49-69-29724620
fax +49-69-29724637


> -----Original Message-----
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 12, 2004 11:50 PM
> To: CF-Talk
> Subject: RE: CF vs ASP.NET! GET YOUR FRESH POPCORRRRN!!
> 
> >> There are other factors that one needs to think about
> >> when writing an
> >> application. Think about the ability to use Threads in
> >> .NET. Depending
> >> on your application, sitting and processing 10 requests
> >> back to back may
> >> take 5 minutes but if you had the ability to run the 10
> >> tasks
> >> concurrently you may be able to respond back to the
> >> customer in 30
> >> seconds.
> 
> > First, asynchronous processing isn't that common in web
> > applications.
> > Second, you can use asynchronous processing in CFMX
> > applications now, by
> > hooking to JMS - it's not easy or trivial, but it can be
> > done. Third, I've
> > heard that Blackstone will provide an easier way to do
> > asynchronous
> > processing. If that's true, why would you complain about
> > Blackstone not
> > providing what you need?
> 
> I believe it's a built-in async.cfc which can be extended to perform
> asynchronous tasks... I haven't had a chance to look into it yet --
> I've been too busy working on the framework recently, adding xml
> templating and built-in i18n features, but I've heard it's very
> impressive.
> 
> s. isaac dealey     954.927.5117
> new epoch : isn't it time for a change?
> 
> add features without fixtures with
> the onTap open source framework
> 
> http://www.sys-con.com/story/?storyid=44477&DE=1
> http://www.sys-con.com/story/?storyid=45569&DE=1
> http://www.fusiontap.com
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187304
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to