RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Andy Matthews
That's a good idea. Thanks for the suggestion Ian!



-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 26, 2006 1:47 PM
To: CF-Talk
Subject: RE: using cfhttp to submit to a form processing page on another
server


I believe you are running against the maximum request time out.  A setting
on how long a page can be running.  This can be adjusted in either the
administrator or with the  tag.  I believe the url
parameter is been deprecated in the current version of CF.

Another way we got around this issue just yesterday.  Only run one cfhttp
per request, but then relocate to the page afterwards so that it runs again.
You'll probably want some kind of trigger to stop this from going on
endlessly.  We used a counter in the application scope.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-

"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258167
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Andy Matthews
Nashville, TN. Not that I care if they move here, but it really does fit a
lot of their criteria. I figured what the heck.



-Original Message-
From: Aaron Roberson [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 26, 2006 2:04 PM
To: CF-Talk
Subject: Re: using cfhttp to submit to a form processing page on another
server


What state and town are you voting for...?

On 10/26/06, Andy Matthews <[EMAIL PROTECTED]> wrote:
> I'm testing something for a local contest. The details say that you can
> submit as many times as you like so I'm trying out the old cfhttp the form
> variables to their processing page.
>
> When I run it once it works just fine, and appears to submit successfully.
> So I bumped it up to 500 and went on doing my work. But it just sat and
spun
> for a few minutes then timed out with this error:
>
> The request has exceeded the allowable time limit Tag: cfhttp
> The error occurred on line 4.
>
> So I reduced it further and further until I found that I could set it to
10
> and it would run. That's little better than doing it all by hand so I want
> to find out how I can go about increasing the time limit or something that
> will let me run it at least 50 or 100 times in a row.
>
> This is the code I'm using:
> 
> http://dannyandnina.com/thanks.php"; method="post">
> 
> 
> 
> #i#
> 
>
> Even s5 times out. This is one of things which my PHP friends would say
that
> PHP would have no problem with, and I know CF is every bit as powerful and
> useful, but why am I encountering this issue?
>
>  andy matthews
> web developer
> certified advanced coldfusion programmer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
>
>



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258161
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Ian Skinner
You can also use  to adjust the 
timeout.
 

Ahh yes, that is what I meant, not the  tag.  I always get 
these confused.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258159
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Aaron Roberson
What state and town are you voting for...?

On 10/26/06, Andy Matthews <[EMAIL PROTECTED]> wrote:
> I'm testing something for a local contest. The details say that you can
> submit as many times as you like so I'm trying out the old cfhttp the form
> variables to their processing page.
>
> When I run it once it works just fine, and appears to submit successfully.
> So I bumped it up to 500 and went on doing my work. But it just sat and spun
> for a few minutes then timed out with this error:
>
> The request has exceeded the allowable time limit Tag: cfhttp
> The error occurred on line 4.
>
> So I reduced it further and further until I found that I could set it to 10
> and it would run. That's little better than doing it all by hand so I want
> to find out how I can go about increasing the time limit or something that
> will let me run it at least 50 or 100 times in a row.
>
> This is the code I'm using:
> 
> http://dannyandnina.com/thanks.php"; method="post">
> 
> 
> 
> #i#
> 
>
> Even s5 times out. This is one of things which my PHP friends would say that
> PHP would have no problem with, and I know CF is every bit as powerful and
> useful, but why am I encountering this issue?
>
>  andy matthews
> web developer
> certified advanced coldfusion programmer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --//->
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258158
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Matt Quackenbush
You can also use  to adjust
the timeout.
 

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 26, 2006 1:47 PM
To: CF-Talk
Subject: RE: using cfhttp to submit to a form processing page on another
server

I believe you are running against the maximum request time out.  A setting
on how long a page can be running.  This can be adjusted in either the
administrator or with the  tag.  I believe the url
parameter is been deprecated in the current version of CF.

Another way we got around this issue just yesterday.  Only run one cfhttp
per request, but then relocate to the page afterwards so that it runs again.
You'll probably want some kind of trigger to stop this from going on
endlessly.  We used a counter in the application scope.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any attachments is for the
sole use of the intended
recipient(s) and may contain confidential and privileged information. Any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender and delete any
copies of this message. 






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258156
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Ian Skinner
I believe you are running against the maximum request time out.  A setting on 
how long a page can be running.  This can be adjusted in either the 
administrator or with the  tag.  I believe the url parameter 
is been deprecated in the current version of CF.

Another way we got around this issue just yesterday.  Only run one cfhttp per 
request, but then relocate to the page afterwards so that it runs again.  
You'll probably want some kind of trigger to stop this from going on endlessly. 
 We used a counter in the application scope.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258154
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: using cfhttp to submit to a form processing page on another server

2006-10-26 Thread Snake
Why not just set it to a value that works, and set a schedules task to call
this page every minute

Snake 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: 26 October 2006 19:37
To: CF-Talk
Subject: using cfhttp to submit to a form processing page on another server

I'm testing something for a local contest. The details say that you can
submit as many times as you like so I'm trying out the old cfhttp the form
variables to their processing page.

When I run it once it works just fine, and appears to submit successfully.
So I bumped it up to 500 and went on doing my work. But it just sat and spun
for a few minutes then timed out with this error:

The request has exceeded the allowable time limit Tag: cfhttp The error
occurred on line 4.

So I reduced it further and further until I found that I could set it to 10
and it would run. That's little better than doing it all by hand so I want
to find out how I can go about increasing the time limit or something that
will let me run it at least 50 or 100 times in a row.

This is the code I'm using:

http://dannyandnina.com/thanks.php"; method="post">



#i#


Even s5 times out. This is one of things which my PHP friends would say that
PHP would have no problem with, and I know CF is every bit as powerful and
useful, but why am I encountering this issue?






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258151
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4