Both python & perl have ports to just about every OS, more than Java. And python in particular is mindlessly easy to write in, and has the extra bonus in that it has been ported to Java (Jython)
Check out ActivePerl & ActivePython at http://www.activestate.com (windows ports, unixx ports are easy to find). How you schedule the scripts to run will be OS dependent. But there's probably some crond functionality in Cygwin, in which case using cron as your scheduler is pretty much platform independent as well, both Unix & Windows. Also, there's a crond for Windows written in python: http://pycron32.sourceforge.net/ don't know anything about it though, just googled it. rob On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > I completely agree with you and Bertrand: Cocoon have already so much stuffs and it >wouldn't be a good solution to add this type of feature. > > So I need a scheduler app writing in Java because I want to keep independance with >OS (my server runs on Windows but I could change this). This scheduler have to >provide a way to call an URL. > > Any suggestions or experiences? > Thank you > Sylvain > > -----Message d'origine----- > De: Robert Ellis Parrott [mailto:parrott@;fas.harvard.edu] > Date: lundi, 28. octobre 2002 14:34 > À: [EMAIL PROTECTED] > Objet: Re: Cocoon task scheduler > > > > > How about cron and a python script, which executes a localhost HTTP query? > Python has very good support for HTTP. > > I'm not convinced that Cocoon needs such a beast, when so much mature > functionality is available at the OS level. > > > On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > > > Hello everybody, > > > > I'm writing application with Cocoon which include Cocoon portal, authentication, >etc.. > > All you need when you use an application server. > > > > But I think about a functionnality which would be very useful on a app server: a >scheduler (like the Cron in Unix). > > > > So my question is: what the solution with Cocoon if I want to automate and execute >tasks without a HTTP request (for example to execute a task every sunday at 12 >o'clock)?? > > Could I use an independant software in my server or is there a concept in Cocoon? > > > > Thank you > > Sylvain > > > > --------------------------------------------------------------------- > > Please check that your question has not already been answered in the > > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > > For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>