You can find timeout option in release 4.5 and can be used with this
syntax..

<cfhttp URL="hostname"
    PORT="port_number"
    METHOD="get_or_post"
    USERNAME="username"
    PASSWORD="password"
    NAME="queryname"
    COLUMNS="query_columns"
    PATH="path"
    FILE="filename"
    DELIMITER="character"
    TEXTQUALIFIER="character"
    RESOLVEURL="Yes/No"
    PROXYSERVER="hostname"
    PROXYPORT="port_number"
    USERAGENT="user_agent"
    THROWONERROR="Yes/No"
    REDIRECT="Yes/No"
    TIMEOUT="timeout_period">
</cfhttp>


-----Original Message-----
From: Tobe Goldfinger [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 01, 2000 9:13 PM
To: [EMAIL PROTECTED]
Subject: Re: <cfhttp>


I believe that the timeout option for cfhttp came with release 4.5

Tobe


At 05:41 AM 5/1/2000 , you wrote:
>Hy!
>
>I checked the manual on <cfhttp> and I didn't found anything related to
>timeout option.
>
>Bye,
>
>Iztok
>----- Original Message -----
>From: "Pete Freitag" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Sunday, April 30, 2000 21:48
>Subject: RE: <cfhttp>
>
>
> > I believe there is a timeout attribute <CFHTTP timeout="number of
>seconds">
> >
> > There are also several CFX_HTTP tags in allaire's tag gallery that claim
>to
> > fix problems that the native CFHTTP call has.
> >
> > _______________________________________________
> > Pete Freitag
> > CFDEV.COM
> > Cold Fusion Developer Resources
> > http://www.cfdev.com/
> > -----Original Message-----
> > From: Iztok Polanic [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, April 30, 2000 9:21 AM
> > To: [EMAIL PROTECTED]
> > Subject: <cfhttp>
> >
> >
> > Hy!
> >
> > There's a problem in CF Server 4.x. If you run more then 5 <cfhttp> tags
> > simultaneous, then will CF crash (Allaire knows about this bug). Because
> > <cfhttp> is very important to us I was wondering if there is a timeout
> > option I can add to <cfhttp> tag. Is there?
> > OK, here's another solution to my problem. Is it possible to receive
some
> > cained of information from <cfhttp> tag if it has already finished or is
>it
> > still running?
> >
> > Bye,
> >
> > Iztok
> >
> > P.S.: [OT] How can I run .jsp files on my computer. What should I
install?
> >
> >
> > Iztok
> >
> >
--------------------------------------------------------------------------
>--
> > --
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
> >
--------------------------------------------------------------------------
>----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>---------------------------------------------------------------------------
---
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to