Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple commands, program calls, etc., to be sent at once #42

Open
alanseiden opened this issue Apr 9, 2015 · 2 comments
Open
Milestone

Comments

@alanseiden
Copy link
Collaborator

alanseiden commented Apr 9, 2015

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
    
@alanseiden
Copy link
Collaborator Author

Pay special attention to the coordination of input calls with their respective output payloads.

@alanseiden
Copy link
Collaborator Author

Evaluate for 2.0 but, if necessary, delay till 2.1.

@alanseiden alanseiden added this to the 2.0 milestone Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants