-
Notifications
You must be signed in to change notification settings - Fork 40
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
dir(solver_session) is slow for the first time after connecting to Fluent #2356
Comments
@mkundu1, you are already working on this in the server side, right? |
This has been resolved in Fluent/PyConsole, I'll remove the For PyFluent, we start populating the dir in a background thread immediately after connection, will look into that later. |
Currently, first access to settings API is slow:
Above code prints
|
Most of the time is taken to retrieve the static-info (for hash comparison) - ~ 4 s. |
This is due to the one-time call to the settings API static-info, the issue is more prominent in the pyconsole autocompleter
The text was updated successfully, but these errors were encountered: