Re: coldfusion 9 developer edition with verity download

2015-02-16 Thread Patrick at A7

I know that you can set up a shared host for $5 a month running CF 9 at 
Hostek.com, which is what I would do.
Patrick

Patrick Shannon
A7 ADVERTISING
www.A7.net
386-453-1464


> On Feb 16, 2015, at 11:40 PM, Mark Spence  wrote:
> 
> 
> Anyone know where I can safely download coldfusion 9?  I would like it for
> development purposes as the live site uses a verity product search that I
> need to work on.
> 
> Thanks.
> 
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360123
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


coldfusion 9 developer edition with verity download

2015-02-16 Thread Mark Spence

Anyone know where I can safely download coldfusion 9?  I would like it for
development purposes as the live site uses a verity product search that I
need to work on.

Thanks.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360122
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Threaded cfhttp example

2015-02-16 Thread Byron Mann

This should get you started. The cfthread join waits the specific timeout
for the threads in the name list to finish.  If not all threads are
complete, things continue on, so you may want to perform checks against the
threads returned in cfthread to ensure the values exists, etc.

http://www.google.com"; name="t1">




http://www.google.com"; name="t2">








Byron



On Mon, Feb 16, 2015 at 7:57 AM, Michael Christensen 
wrote:

>
> Hello Experts!
>
> I have been trying to create a multi-threaded cfhttp request script, but I
> have so far failed miserably.
>
> I want to run 10 concurrent threads that call URLS using cfhttp and I want
> to store the results (basically cfhttp.filecontent) in an array or a
> similar structure that I can loop once all threads have finished.
>
> Can someone provide me with a working example of this?
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360121
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Threaded cfhttp example

2015-02-16 Thread Michael Christensen

Hello Experts!

I have been trying to create a multi-threaded cfhttp request script, but I have 
so far failed miserably.

I want to run 10 concurrent threads that call URLS using cfhttp and I want to 
store the results (basically cfhttp.filecontent) in an array or a similar 
structure that I can loop once all threads have finished.

Can someone provide me with a working example of this? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360120
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm