[thelist] CFSCHEDULE

Raymond K. Camden rcamden at allaire.com
Mon Nov 20 14:32:35 CST 2000


I'm not sure what you mean by 'how does the sever need to be configured'.
Out of the box, CFSCHEDULE will work as you want it. The only issue is the
scheduler interval. This tells CF how often it should check for new events.
By default it is set for 15 minutes, so if you use CFSCHEDULE to create an
event to run in the next few minutes, CF may 'miss' it.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : jedimaster at allaire.com
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Ed Nolan
> Sent: Monday, November 20, 2000 3:22 PM
> To: thelist at lists.evolt.org
> Subject: [thelist] CFSCHEDULE
>
>
> Just curious if anyone has explored the possibilities of the <cfschedule>
> tag.  Specifically, I like to have the date and time of the
> scheduled event
> established by a form.  For example, let's say the user completes a form
> including date and time fields.  If the submitted date and time
> is 11/22/00
> 15:30:00, the respective form would be triggered at 3:30pm on 11/22/00.
>
> I do realize that the form with the <cfschedule> tag would need to set-up
> with some variables:
> <cfschedule action="UPDATE"
>             task="sendemail"
>             operation="HTTPRequest"
>             url="http://127.0.0.1/mail.cfm"
>             startdate="#startdate#"
>             starttime="#starttime#"
>             enddate="#enddate#"
>             endtime="#endtime#"
>             interval="NOW"
>             resolveurl="Yes"
>             publish="No">
>
> How does the server need to be configured?  How about the tag?  Any
> suggestions if this is possible or how it could be accomplished are warmly
> welcomed. Thanks in advance.
>
> Sincerely,
>
> --- Ed Nolan
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list