I understand that there's an undocumented function called
"CFusion_VerifyMail" that verifies whether the Mail server was up or not. If
it was up the tag resends the unsent mail to the Mail Server, etc.... 

Used like: 
<cfset Verify = CFusion_VerifyMail('mail.myserver.com',25,60)>
<cfif Verify IS NOT "">
<cfoutput>#Verify#</cfoutput>
<cfelse>
Connection Verified !<br>


My Question:
I need to know if I can use a similar function to determine if a fully
qualified URL (with a CF extension) doesn't respond within "x" number of
seconds, to try another server. Does anyone know how to do that? 

Please help if you can!!! 
Thanks, Bill

__________________________________
Space Beach Engineering
The Boeing Company
Macromedia Certified ColdFusion 5 Developer
Microsoft Certified Professional
Web: http://hbweb.web.boeing.com/eng/ <http://hbweb.web.boeing.com/eng/> 
Email: [EMAIL PROTECTED] -- (714) 934-0653




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to