The thing is my mobile application sends some data to a web server. so I would like to generate as many concurrent users as possible and see how the web page that receives data from mobile phones...
Type: Posts; User: bilgic; Keyword(s):
The thing is my mobile application sends some data to a web server. so I would like to generate as many concurrent users as possible and see how the web page that receives data from mobile phones...
it is 1 actually.
is there a stress program available that you know on the net for use?
and I have seen this discussion:...
In the looped mode, are you opening concurrent connections?
Hi,
I want to build an application that will make http connections to a web site. You know if the connection is successful it receives 200, if not it receives 403 or so.
The purpose of the...
Here is what I found. If I set the time value in location listener to -1, the default value, then I think it goes into a data burst. The gps icon just freezes there and I don't get any gps data. But,...
Another thing, I have only installed one update since I got the phone. I never update. Would that be any problem? Actually I never thought the updates would have so critical bug fix if there is any...
Hey,
Thanks for pointing out those links. I think I have same kind of an issue with my phone. It works fine for sometime. Then after I get a lot of data, (I don't really know how many but there is...
Thanks I did that. I wasn't actually doing that before.
Now I have another problem though. It's with the GPS. I have already posted it on mobile java general.
Thanks.
I am using jsr 179. I don't know what I chose for midp in netbeans though.
Hi,
I have a problem. I have a program that listens to GPS and sends it to a server.
It listens to GPS in default, I assign -1 in the locationlistener. Then whenever it has qualified...
Can we also send data to a server using remote access?
Thanks. I will check that. You are right. These might differ from phone to phone.
Hi,
I have a java program that I tested with Nokia 5800 and Nokia N8. So, it will most probably work in every Nokia phone with required api's. It needs jsr 179.
What other brands and models I...
he doesn't have the needed jsr api. so that's why he can connect to the server but cannot go further in the application.
thanks guys.
got my mistake
obviously I am not using location listener. thanks guys
Wait. So you say I don't need an infinite loop this way. And I can exit any time I want. Is that right?
It makes sense. But how do I keep listening for the location? Don't I still need an infinite...
Hi all,
I have been trying to solve this problem for a very long time now. I actually asked a similar question to stop infinite loops some time a go. And I could stop the loop on the emulator (I...
Hi,
I have a program that runs on my mobile that gets GPS data and sends it to my server.
Anyways I started the program and left my phone (Nokia 5800) in the car in the parking lot (the phone...
No I don't open any browser.
Ok.
I read that article again. Is the article applicable to mobile phones? Or clearer version of this question: Does mobile phones need to have that extra downloads to be able to use 192 bit and...
I think that's wifi he is using in his apartment.
And in the program I don't use browsers to open webpages. The program just simply sends data to a php server.
And I normally use GPRS in my...
I will try it on a Samsung S8003 hopefully tomorrow if a friend doesn't forget to bring it. You are right. It should work and it doesn't have any Nokia specific code in it.
I went on the internet...
I think he has wireless in his apartment. And for some reason he doesn't have GPRS or just doesn't know how to activate it.
Hi,
I know this is Nokia forum but I have a serious question. I have been developing on my Nokia 5800 for sometime now.
I have a Java program that takes GPS data, encrypts it and sends it to my...