> 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?
Yes, there is a TIMEOUT attribute, and a THROWONTIMEOUT attribute, which can
be used in conjunction with exception handling.
> 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?
Well, you could use CFLOCK around all your CFHTTP tags, using the same NAME
attribute, and this will prevent you from running two concurrent CFHTTP
operations. I'd recommend that you do this.
> P.S.: [OT] How can I run .jsp files on my computer. What
> should I install?
You'll need a Java servlet engine which supports Java Server Pages.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
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.