How many concurrent http connections(sockets) can we have?

How many concurrent http connections(sockets) can we have?

yue_y
Not applicable
63 Views
1 Reply
Message 1 of 2

How many concurrent http connections(sockets) can we have?

yue_y
Not applicable

[ FlexSim 19.1.0 ]

Is there any upper limits on concurrent http requests/TCP connects? I remember I read from somewhere that the maximum is 50 but I couldn't found the source. Is this number still accurate?

0 Likes
Accepted solutions (1)
64 Views
1 Reply
Reply (1)
Message 2 of 2

benjamin_w2
Not applicable
Accepted solution

Hi @Yue Y,

I found this in the Alphabetical Command Reference:

clientcreate ()

Creates a new client socket with TCP/IP protocol

Description This command creates a new client socket that is set to communicate using the TCP/IP protocol. FlexSim can create up to fifty client sockets at one time. Each client can be connected to a different server. This function returns a number that must be stored by the model to reference the socket that was created. If an error occurs, this function returns 0. Example int socknum = clientcreate();

0 Likes