You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will improve performance for multiple calls, but more important, allow environmental set-ups to be done in the same request as a follow-up program call when using HTTP REST interface, which is truly stateless, and thus needs all setup logic (library list, classpath, etc.) to be done in a single request.
Send multiple program calls or commands in one request to XMLSERVICE. We already support this for commands alone but not programs.
Improve speed when send multiple program calls, such as CL to set libl and then RPG
Need this for REST/HTTP (such as from Bluemix). Enables multiple operations under a single environment (e.g. library lists).
Node.js and Python already have this
The text was updated successfully, but these errors were encountered:
This will improve performance for multiple calls, but more important, allow environmental set-ups to be done in the same request as a follow-up program call when using HTTP REST interface, which is truly stateless, and thus needs all setup logic (library list, classpath, etc.) to be done in a single request.
Send multiple program calls or commands in one request to XMLSERVICE. We already support this for commands alone but not programs.
The text was updated successfully, but these errors were encountered: