asolfre / appengine-rest-server

Automatically exported from code.google.com/p/appengine-rest-server
Other
0 stars 0 forks source link

2+ second response time POST'ing JSON. #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Close this as Not an Issue.

Original comment by bvelasquez on 24 Aug 2011 at 12:25

GoogleCodeExporter commented 9 years ago

Original comment by jahlborn@gmail.com on 24 Aug 2011 at 12:38