Am 16.07.2013 um 14:16 schrieb Sabine Knöfel <[email protected]>:
> Hi, > > my application has to to some tasks regularly, e.g. deleting old reports, > getting new currency exchange rates. > > Is there alreday some basic funktionality in Pharo where I can add my > application specific tasks or do I have to implement it from scratch? > If you have network in the image, do web apps or the like it might be a good idea to implement HTTP handlers for the tasks and trigger them via cron on the system below. You can have the HTTP handler return information back and this way you can easily send out emails if an expectation isn't met in the image. Norbert
