Running a method for infinitely in google app engine/Gwt
Posted
by sonam
on Stack Overflow
See other posts from Stack Overflow
or by sonam
Published on 2010-05-07T06:41:09Z
Indexed on
2010/05/07
6:48 UTC
Read the original article
Hit count: 227
I am having a a method which listens continuously to a stream from a server and writes that data to datastore in google app which is later on retrieved by other methods. How can i do that in google app engine i.e calling that method one time during the starting of app and having it running for unlimited time without affecting other things. I am new to java world,So please help from that point of view also.How's that done in Java?
© Stack Overflow or respective owner