Results 6 comments of Clownier

Thank you for your advice. First, let me clarify the question a bit further. Our business request sizes typically range from 4KB to 64KB, with occasional requests reaching 256KB. During...

> 1. parameters/flags @yosefe 1. ucp_init and ucp_ep_create use parameters/flags: ``` /* Create context */ ucp_params_t ucp_params; ucp_params.field_mask = UCP_PARAM_FIELD_FEATURES | UCP_PARAM_FIELD_REQUEST_INIT | UCP_PARAM_FIELD_REQUEST_SIZE; ucp_params.features = UCP_FEATURE_TAG | UCP_FEATURE_STREAM |...

> @Clownier Shared memory transports should be enabled by default. Can you pls provide the following information: > > 1. How ucp_init and ucp_ep_create are used (e.g which parameters/flags are...

> 1. can you pls post also the params for ucp_ep_create? > 2. regardless, this version is pretty old, i'd strongly recommend upgrading to v1.17.0 > 3. setting `UCX_TLS=rc_x,tcp` disables...

@yosefe We use ``` sudo UCX_TLS=tcp,sm,shm io_demo -p 8002 sudo UCX_TLS=tcp,sm,shm io_demo 127.0.0.1:8002 -o write -i 20000000 -w 512 -d 4096:4096 ``` to test on the same machine, expecting to...

> can you try setting UCX_SYSV_ERROR_HANDLING=y in addition to UCX_TLS=tcp,sm ? @yosefe Thanks for your reply. We used io_demo for testing. The server directly runs io_demo. The client and results...