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

Performance: speed error retrieval code #74

Open
alanseiden opened this issue May 10, 2016 · 2 comments
Open

Performance: speed error retrieval code #74

alanseiden opened this issue May 10, 2016 · 2 comments
Milestone

Comments

@alanseiden
Copy link
Collaborator

Check with Tony about improved error service in XMLSERVICE, then refactor error retrieval code to accommodate that. Currently very, very slow and uses high CPU. Error codes are commonplace on IBM i (library already exists in liblist, EOF, wrong password entered.) This is a high priority for Alan but can't do till Tony upgrades XMLSERVICE, which is a complicated task for him due to difficult IBM i APIs.

@alanseiden
Copy link
Collaborator Author

N.B.: Tony's other language toolkits default to *fast not to get detailed errors. Change to detailed error logging when needed. e.g. in development can log more. production use *fast. We could consider doing that. In *fast mode, we only find out whether the command worked, but not details of the error.

@alanseiden alanseiden changed the title Performance: refactor error retrieval code Performance: speed error retrieval code Jul 13, 2016
@alanseiden alanseiden added this to the 2.0 milestone Jul 13, 2016
@alanseiden
Copy link
Collaborator Author

See closed issue #54 for XML and further comments.

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

1 participant