Hi Steve,
I was measuring performance for transferring fairly large amount of text data (~ 4.3 MB).
It was relatively fast to get data to client at 1.3 seconds (in LAN environment). However, the call
http_response.extract_json().get() is taking larger time at around 5 seconds. What I observed is get() is taking longer time. Any possibility to get the result faster (less than a sec)?
Ganesha
I was measuring performance for transferring fairly large amount of text data (~ 4.3 MB).
It was relatively fast to get data to client at 1.3 seconds (in LAN environment). However, the call
http_response.extract_json().get() is taking larger time at around 5 seconds. What I observed is get() is taking longer time. Any possibility to get the result faster (less than a sec)?
Ganesha