-
Notifications
You must be signed in to change notification settings - Fork 12
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
zOS FTP Multiple UNIX processes #78
Comments
@mmoore96 Thanks for the feedback! We received a similar one at zowe/zowe-explorer-vscode#1196, and will work out a shared connections solution. |
@std4lqi Thank you for pointing out the already open issue. I did not see that one. Thank you! |
@mmoore96 We started to work on it, but don't have a date yet. Appreciate it, if you are willing to verify the build with fix. Thanks! |
@std4lqi Great! I would be happy to! |
@std4lqi I saw in the above pull request that others performed testing. I know version 1.16.0 is not out yet. But I did build the vsix file and tested it. I can confirm that the only 1 FTP stream is being used and disappears once the request is complete. |
@mmoore96 Oh, you tried it already. Thanks for your feedback! Zowe Explorer Extension for FTP 1.16.0 is released now. |
I began using this FTP extension in April 2021. I am currently a zOS developer and last week one of system programmers noticed that I had around 55 FTP streams (UNIX processes) open.
We did some digging around and found that it was secondary to using this extension.
It appears that every time I refresh a dataset or submit a job or do anything kind of request on VS code, it opens a new FTP session.
The only way for them to be closed is by exiting VS Code.
I am unable to use this extension now due to this reason.
It seems like the extension should only allow one FTP stream (UNIX process) open to send requests to and from zOS. Or just close it after some time like 1 minute if it is going to continue to open new FTP sessions.
I believe that @tiantn implemented the FTP process in:
zowe/zowe-explorer-vscode#1219
zowe/zowe-explorer-vscode#1252
Thank you all for working on this tool! I love it and would like to continue to use it!
All the best,
George Moore
The text was updated successfully, but these errors were encountered: