I can't speak to the difference between regular frames and iframes, but you got 
the idea I had. I'm assuming the cfhttp part of CF will attempt to load all 
those (i)frames at the same time and open up multiple connections. I also 
assume that much of the wait you're experiencing is due to the remote server 
processing your request and not your server working hard. 
Let us know if it worked!
/m



> On 9/8/06, Mischa Uppelschoten ext 10 <[EMAIL PROTECTED]> wrote:
> As a low-tech solution, could you write a cfm page with frames that calls 
> other cfm pages in those frames and then cfhttp the "top" page?
> /m

Intriguing idea... :-)

So let's talk about this one... I can create one cfm template that has
multiple iframes in it... each iframe would would essentially be a
"thread" I want to spawn, right?

Furthermore, each iframe would just be another cfm template, but it
has code to go do work (in my case, go find the price of a book), and
then save the information to a database.

When the page is done loading, all the information will be saved to
the database AND, supposedly, this would all run faster because each
iframe would be doing its work at the same time as the other iframes.

Is the logic correct here?  Would the iframes really be doing their
work at the same time?  (Or should I use traditional frames?)

Thoughts?

Thanks!
--
nathan


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------





<



Mischa Uppelschoten
The Banker's Exchange, Inc.
2020 Hills Avenue NW
Atlanta, GA  30318

Phone:    (404) 605-0100 ext. 10
Fax:    (404) 355-7930
Web:    www.BankersX.com
Follow this link for Instant Web Chat:
http://www.bankersx.com/Contact/chat.cfm?Queue=MUPPELSCHOTEN



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to