Skip to content

Maximum number of connections in R

2 messages · Samuelson, Frank*, Brian Ripley

#
It appears that the maximum number of connections available
in R is about 48.  Can anyone tell me how to bump this number
up?  I've been perusing the source, but any info would speed
things up.

Is there a reason that it was set to such a  low number?

Thanks for any help.

-Frank
#
It's a large number, and each has some cost.  Why would you need more than 
50 simultaneous connections?  If these are files, a DBMS would seem 
indicated long before that point.
On Wed, 31 Mar 2004, Samuelson, Frank* wrote:

            
It is 50.
It is pretty obvious, at the top of the file called connections.c!