On Jun 14, 2007, at 12:23 PM, Stargazer wrote:

> Theres more to php than webapps. Some systems use it from cron,  
> e.g. to
> suck in rss feeds as in "php import_rss.php". This relies on the fact
> that php from the command line invokes php. Whats the equivalent under
> quercus please?

Basically, a <run-at> servlet or the equivalent.  If you get a  
RequestDispatcher to the "import_rss.php", then you can forward a  
dummy request/response.

It may be common enough that we might want to create another  
QuercusServlet that just handles cron-type jobs.

-- Scott

>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to