| .dispatcher_start | R Documentation |
Start In-Process Dispatcher
.dispatcher_start(url, disp_url, tls, serial, stream, capacity, cvar)
url |
URL to listen at for daemon connections. |
disp_url |
inproc:// URL for host REQ socket. |
tls |
TLS configuration or NULL. |
serial |
Serialization configuration (list or NULL). |
stream |
RNG stream integer vector (.Random.seed). |
capacity |
Memory budget in MB (metric, 1 MB = 1,000,000 bytes) for
queued task payloads. |
cvar |
Shared condition variable for capacity signaling. |
External pointer to dispatcher handle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.