• Maximum Connections in PORT, what is the maximum limit?

    From Bry Pas@21:1/5 to All on Sun Jan 31 18:50:00 2021
    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of NonStop server? If YES, how can we check the current usage and how to increase its limit.
    Background info: we have an EFT application (Connex) handling ATM terminals, these terminals are connecting to one port only and currently there are abot 2000+ online terminals that connects concurrently on this port. My knowledge in NonStop System is at
    beginner level. Appreciate for any feedback or explanation. Thank you in advance.

    Regards,

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bill Honaker@21:1/5 to Bry Pas on Mon Feb 1 14:17:46 2021
    On Sun, 31 Jan 2021 18:50:00 -0800 (PST), Bry Pas <bryanpascua88@gmail.com> wrote:

    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of NonStop server? If YES, how can we check the current usage and how to increase its limit.
    Background info: we have an EFT application (Connex) handling ATM terminals, these terminals are connecting to one port only and currently there are abot 2000+ online terminals that connects concurrently on this port. My knowledge in NonStop System is
    at beginner level. Appreciate for any feedback or explanation. Thank you in advance.

    Regards,

    Bryan,

    Just as on any platform, some applications have a limit of concurrent connections.
    There is also a practical limit per process and per processor based on particular memory-size limits.
    Depending on your model of NonStop and where your network connections are attached,
    the parallel architecture allows for usage that is many times larger than the practical limits found in Linux and Windows servers.

    If you're having trouble with connections, I'd suggest reaching out to FIS support to see how to correctly configure their application to handle larger networks.

    Regards,
    Bill

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to Bill Honaker on Tue Feb 2 11:48:43 2021
    On Monday, February 1, 2021 at 3:17:50 p.m. UTC-5, Bill Honaker wrote:
    On Sun, 31 Jan 2021 18:50:00 -0800 (PST), Bry Pas <bryanp...@gmail.com> wrote:

    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of NonStop server? If YES, how can we check the current usage and how to increase its limit.
    Background info: we have an EFT application (Connex) handling ATM terminals, these terminals are connecting to one port only and currently there are abot 2000+ online terminals that connects concurrently on this port. My knowledge in NonStop System is
    at beginner level. Appreciate for any feedback or explanation. Thank you in advance.

    Regards,
    Bryan,

    Just as on any platform, some applications have a limit of concurrent connections.
    There is also a practical limit per process and per processor based on particular memory-size limits.
    Depending on your model of NonStop and where your network connections are attached,
    the parallel architecture allows for usage that is many times larger than the practical limits found in Linux and Windows servers.

    If you're having trouble with connections, I'd suggest reaching out to FIS support to see how to correctly configure their application to handle larger networks.

    Regards,
    Bill

    Also depending on which TCP/IP manage process you are running (and the machine model, number of CLIMs, etc.), you can have the same listening port on multiple CPUs, allowing many more effective connections. This can dramatically increase the capacity of
    your ATM network especially if you are just running a single stack.

    Regards,
    Randall

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JShepherd@21:1/5 to All on Wed Feb 3 20:37:38 2021
    In article <487c563e-8918-427f-a099-ed8fc2f46c2cn@googlegroups.com>, bryanpascua88@gmail.com says...

    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of Non= >Stop server? If YES, how can we check the current usage and how to increase=
    its limit.=20
    Background info: we have an EFT application (Connex) handling ATM terminals= >, these terminals are connecting to one port only and currently there are a= >bot 2000+ online terminals that connects concurrently on this port. My know= >ledge in NonStop System is at beginner level. Appreciate for any feedback o= >r explanation. Thank you in advance.=20

    Regards,

    Are you referring to the listen() queue depth or the max number
    of active connections ?

    As for the listen queue depth, from the
    HP NonStop TCP/IP Programming Manual

    "In the NonStop TCP/IP, Parallel Library TCP/IP, NonStop TCP/IPv6, "
    "and CIP implementations, the maximum pending connections is always 5."

    "listen() " "queue_length input value; "
    " specifies the maximum queue length (number of pending connections)."
    " This argument is ignored. "

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bry Pas@21:1/5 to Bill Honaker on Tue Feb 9 06:28:38 2021
    On Tuesday, February 2, 2021 at 4:17:50 AM UTC+8, Bill Honaker wrote:
    On Sun, 31 Jan 2021 18:50:00 -0800 (PST), Bry Pas <bryanp...@gmail.com> wrote:

    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of NonStop server? If YES, how can we check the current usage and how to increase its limit.
    Background info: we have an EFT application (Connex) handling ATM terminals, these terminals are connecting to one port only and currently there are abot 2000+ online terminals that connects concurrently on this port. My knowledge in NonStop System is
    at beginner level. Appreciate for any feedback or explanation. Thank you in advance.

    Regards,
    Bryan,

    Just as on any platform, some applications have a limit of concurrent connections.
    There is also a practical limit per process and per processor based on particular memory-size limits.
    Depending on your model of NonStop and where your network connections are attached,
    the parallel architecture allows for usage that is many times larger than the practical limits found in Linux and Windows servers.

    If you're having trouble with connections, I'd suggest reaching out to FIS support to see how to correctly configure their application to handle larger networks.

    Regards,
    Bill

    appreciate your input, Bill.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vickwk@21:1/5 to Bry Pas on Mon Mar 1 18:40:52 2021
    On Monday, 1 February 2021 15:50:01 UTC+13, Bry Pas wrote:
    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of NonStop server? If YES, how can we check the current usage and how to increase its limit.
    Background info: we have an EFT application (Connex) handling ATM terminals, these terminals are connecting to one port only and currently there are abot 2000+ online terminals that connects concurrently on this port. My knowledge in NonStop System is
    at beginner level. Appreciate for any feedback or explanation. Thank you in advance.

    Regards,

    config more comms and tsap to PI prcs in cedstap

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vicky@21:1/5 to Bry Pas on Mon Mar 1 19:22:29 2021
    On Monday, 1 February 2021 15:50:01 UTC+13, Bry Pas wrote:
    Dear Tandem experts,

    Is there a maximum number of concurrent connections on a single port of NonStop server? If YES, how can we check the current usage and how to increase its limit.
    Background info: we have an EFT application (Connex) handling ATM terminals, these terminals are connecting to one port only and currently there are abot 2000+ online terminals that connects concurrently on this port. My knowledge in NonStop System is
    at beginner level. Appreciate for any feedback or explanation. Thank you in advance.

    Regards,

    config more comms and tsap to PI prcs in cedtsap

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)