Skip to content
Prev 60073 / 63421 Next

Is it a good choice to increase the NCONNECTION value?

Andre,

as stated earlier, R already uses setrlimit() to raise the limit (see my earlier reply).

As for "special" connections, that is not feasible (without some serious re-write), since the connection doesn't know what it is used for and connections are not the only way descriptors may be used.

Anyway, I think the take away was that likely the best way forward is to make it configurable at startup time with possible option to check that value against the feasibility of open connections.

Cheers,
Simon