This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java Micro Edition and the fly likes Is it OK to leave GPRS connection open? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Is it OK to leave GPRS connection open?" Watch "Is it OK to leave GPRS connection open?" New topic
Author

Is it OK to leave GPRS connection open?

James Hodgkiss
Ranch Hand

Joined: Jan 22, 2004
Posts: 401
Hello,

I have a midlet that makes occassional contact with a server via GPRS.

For each contact, I've noticed quicker performance if I leave the httpconnection open all the time (so only close it when the midlet exits).

But I'm wondering if this is good practice, or if anyone has any words of warning, etc?

Cheers,
James
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Is it OK to leave GPRS connection open?
 
Similar Threads
GPRS problem
gprs download of midlets
Is it possible to detect whether connection is over GPRS or CSD?
custom midlet-servlet chat app problem
HttpConnection Issues On Nokia6600/Symbian On Various WAP Gateways