Which one is better in terms of speed web transport vs apsv transport? #18
Unanswered
ChadThomsonPSC
asked this question in
Q&A
Replies: 1 comment
-
|
In a default configuration, on a request-by-request basis, they operate pretty similarly, and results will be close. With the /apsv tranport, there is a lot going on regarding internal session management, [de-]serialization of request and response entities, and the mapping of input/output parameters to their appropriate ABL classes. The /web transport, while still subject to internal session management, takes a more direct approach and streams response data directly out to the client without necessarily going through any additional [de-]serialization processing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"which one is better in terms of speed web transport vs apsv transport?"
Beta Was this translation helpful? Give feedback.
All reactions