Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhom...@googlegroups.com
Hi,
I want to execute a method in the controller every 10 minutes, something like a background thread. Is there a way I can achieve this in Rhodes. I have looked at the Timer API but that doesn't help.
Any suggestions please.
~Mihir
HAYAKAWA Takashi
unread,
Nov 27, 2014, 6:39:47 PM11/27/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhom...@googlegroups.com
hi,
I think that AsyncHttp is valid to call your rhodes controller, but
not only remote host.
In your callback that is called by TimerAPI, call AsyncHttp to call a
method in your controller.
The method is called repeatedly, but no so exactly.