search for: snowsock

Displaying 2 results from an estimated 2 matches for "snowsock".

Did you mean: enotsock
2023 Feb 15
1
Question on non-blocking socket
...rst is where I can find R documentation on proper use of > non-blocking sockets and on the proper use of the socketSelect function? In addition to the demos I sent to you in that 2021 thread on R-pkg-devel, you could also have a look at how it is used in R itself, in the parallel package, in snowSOCK.R, to set up the snow cluster in parallel. Some hints may be also found in the blog post https://blog.r-project.org/2020/03/17/socket-connections-update/. But, in principle, R API is just a thin layer on top of what the OS provides, so general literature and tutorials on sockets should help, th...
2023 Feb 15
2
Question on non-blocking socket
Hi, December 27, 2021 I started a thread asking for help troubleshooting non-blocking sockets. While developing the RBaseX client, I had issues with the authentication process. It eventually turned out that a short break had to be inserted in this process between sending the credentials to the server and requesting the status. Tomas Kalibera put me on the right track by drawing my attention