Kris Battula

Greenhorn
+ Follow
since Jun 06, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kris Battula

can i create a httprequest of certain size and send it across to the server and calculate the time taken to get the response. i want to determine the actual time depending on this...any ideas will be appreciated. is it feasible to generate a httprequest with out any real file??

thanks
kris
17 years ago
Thanks Ulf!!
17 years ago
Can anybody please tell me what happens at the client end, when a webservice call failed due to server down. Suppose i am using a jax-rpc generated stub to call the service, what kind exception handling should be written, and how do i resubmit the request to the service again. i have browsed through lot of websites, every one says how to call the service, but no one tells what to do in case server is down, please help!!
Thanks..
17 years ago
Hi Ulf,
Could you be more specific, how do i handle this!!
Thanks Bunch!!
17 years ago
Hi, can any body please proivde me a prototype how can i do this using JAX-RPC client API..
17 years ago
hi stan,

sorry i forgot to mention, it is a http protocol
thanks
17 years ago
hi Stan,

thanks much for the response. here is what exactly i am trying to achive. I have a web app which does aloow u to upload files from client's pc to the database. however the requirement is i need to show the approximate ammount of time it takes to upload the given file. i have implemented this in my offline (swing)app by sending/recieving a sample gif to server through the HttpsURLConnection and then calculating the time for the original file. i cant do the same here because i cann't grab a file from user's pc with out sendign one (security mesures). Please let me know if i can send some request to the server with some dynamic generated request and get the response. i appreciate your help/suggetions.

thanks!!
17 years ago
I need to determine the upload speed from a client machine to a server machine, can any one please tell me how do i do this using Java IO API?

Thanks!!
17 years ago
can anyone please provide a prototype how this can be done using Jax-Rpc client API? first of all is it possible?
17 years ago
Suppose i have a webservice deployed in a server, and using JAX-RPC i am trying to invoke the service, my question is what happens is the server is down? if the server is down do i have to code the client in such a way that it should resend the request? please answer?
17 years ago