Ranch Code Brief

Source: Internet
Author: User

Take a look at the Erlang connection pool recently and think ranch is good.

There's someone on GitHub who wrote a ranch code reading, which you can look at and link to here.

1. Ranch can listen to multiple ports at the same time, the connection information of each port can be configured separately.

The listener information for each port is logged through the ranch_server process, and then the information can be read from the ETS table. Because configuration information is seldom modified, more information is obtained. Such a read-write separation is more convenient and concurrent.

2. The maximum number of connections can be set per connection, controlled by the Ranch_conns_sup.erl module.

Each connection, the connection pool notifies the ranch_conns_sup process of the number of process updates, and then decides whether to make the next socket connection, depending on the current connection situation.

Ranch_server Records and manages all port connection information, and the Ranch_conns_sup process records and manages connection pooling information in separate ports, all of which are one-to-many relationships.

Ranch Code Brief

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.