I have a critical cfhttp that is timing out if the page cannot be
contacted... I tried to place a cftry block around it, and all it does, if
it times out, is report a timeout on the next tag..

I tried placing a cflock in there and its not helping.

            <CFTRY>
              <cflock timeout="10" name="posturl">
                ...cfhttp-post block...
              </cflock>
              <CFCATCH> </CFCATCH>
            </CFTRY>


The error is the same, a timeout on the next tag... in this case, a cfoutput
tag...

Anyone have any suggestions? Thanks in advance.

Tony


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:249268
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to