What steps will reproduce the problem?
1. POST JSON data to valid URL
2. Wait for response
I'm posting JSON data to http://localhost:8082/rest/phone_location
This is a test to determine performance. The data I am posting is:
{"phone_location":{"sourceUDID":"xx11111","destinationUDID":"xx11123","coordinat
es":"2345.222"}}
Very simple example.
Round trip is taking 2+ seconds to complete both local and deployed. Is JSON
slower than XML for processing the data?
Original issue reported on code.google.com by bvelasquez on 23 Aug 2011 at 10:55
Original issue reported on code.google.com by
bvelasquez
on 23 Aug 2011 at 10:55