Jonathan Marsh wrote:
If a mashup sets up a system.setInterval, and then I redeploy the service,
what happens?  Are all the timers associated with the mashup killed when
undeploying the service or do I need to do my own cleanup?

Its supposed to get killed. At least that was the plan. I think it works. So if you want the timer after a redeploy you should put it in an init function of your mashup.

e.g

this.init = function () {system.setInterval.....}

Thanks,
Keith.


Jonathan Marsh -  <http://www.wso2.com> http://www.wso2.com -
<http://auburnmarshes.spaces.live.com> http://auburnmarshes.spaces.live.com




------------------------------------------------------------------------

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev


_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to