I am tring to develop a project that connects to 

a comet server with long living connections. i do this job in a service. But when android device goes to idle mode, the thread i started from service stops working and do not close connections or try a new connection.

is there any method that i should use for this stuff.

link|improve this question
Ideally, you would switch to use C2DM. – CommonsWare Mar 31 '11 at 22:07
feedback

1 Answer

Using PowerManager.WakeLock solved my problem. I know, it kills baterry usage but, i had to use a long living service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.