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

[Improvement] Python Process Pooling in Python Mode #6637

Open
3 of 4 tasks
yoock opened this issue Aug 22, 2024 · 0 comments · May be fixed by #6684
Open
3 of 4 tasks

[Improvement] Python Process Pooling in Python Mode #6637

yoock opened this issue Aug 22, 2024 · 0 comments · May be fixed by #6684

Comments

@yoock
Copy link

yoock commented Aug 22, 2024

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

In Python mode, the first execution of each session is relatively slow, and after investigation, it was found that the slow creation of Python processes is the cause

image

How should we improve?

Design a Python process pool, pre create Python processes to avoid the creation of Python processes affecting code execution speed

Are you willing to submit PR?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
  • No. I cannot submit a PR at this time.
@yoock yoock linked a pull request Sep 10, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant