on 5/27/03 9:12 AM Mato Mira, Fernando wrote:
It would be nice if Cocoon had an scheduling service for background tasks. For example, I have to keep alive a SOAP service session by sending it requests once a minute.
What about changing the expiration time of the session?
If you are using a 3rd party service, you don't have that luxury.
That said, the Excalibur Event package with the CommandManager can be used for this purpose. By passing a repeated command to the Command Queue, the CommandManager will take care of that for you.