Couple CGI questions--timed events

Dan Shafer revdan at danshafer.com
Mon Aug 22 12:07:14 EDT 2005


On Aug 22, 2005, at 7:42 AM, Thomas McCarthy wrote:

>
> Question 1:
> Can my rev cgi engine do things (such as send out emails) at  
> predetermined intervals?
>
No. The CGI runs on request from a browser or other client. To do  
this it would have to stay running, which is not how CGIs are  
designed to work.

> Question 2:
> This is related to question 1. If my cgi script starts up the Rev  
> engine. When does the rev engine shut down?
>
Each time the CGI is called, the engine is invoked, does the CGI  
task, and terminates.

> thanks
> tom
>
> _______________________________________________
> Join Excite! - http://www.excite.com
> The most personalized portal on the Web!
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Shafer, Revolution Consultant and Author
http://www.shafermedia.com
Get my book, "Revolution: Software at the Speed of Thought"
 From http://www.revolutionpros.com, Click "My Stuff"






More information about the use-livecode mailing list