I am creating Java ME Application, its frequently get data from server with 5 minute gap. Can I use persistent HTTP connection for each request?
Can I use same connection for each request?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yeah, sure you can.
However, if you are going to have a server that will be handling requests from a large number of devices, you would probably NOT want persistent connections.