ResInsight/GrpcInterface/Python
Kristian Bendiksen c2b5ab8d2c
#9307 Python: avoid assigning same port number to multiple grpc sessions
* Python: avoid assigning same port number to multiple grpc sessions
* Add retry count when checking for port number file
* Use grpc to find and use port number
* Add test used to start several instances of resinsight at the same time
Testing up to 50 instances works well

* Python: allow launch_port == 0 to assign port by GRPC in Instance.launch().
Also allow longer wait before failing the port number file reading:
it can take some time to launch when launching lots of instances at
the same time.
2022-09-26 14:19:21 +02:00
..
doc Remove obsolete doc files 2021-08-14 17:16:14 +02:00
rips #9307 Python: avoid assigning same port number to multiple grpc sessions 2022-09-26 14:19:21 +02:00
.gitignore Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
autoformat_pep8.txt Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
create_pip_package.txt Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
LICENSE Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
MANIFEST.in Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
README.md Move GrpcInterface into top level 2021-01-11 15:27:45 +01:00
requirements.txt #7199 add protobuf and wheel to rips requirements 2021-01-13 15:38:11 +01:00
setup.py.cmake Python : Adjustment to setup.py.cmake 2021-06-14 11:37:20 +02:00

ResInsight Processing Server - rips

A Python interface for the ResInsight visualization and post-processing suite for Reservoir Simulations

Learn More