Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new IP assignment, random init, fifo reuse of IP #405

Merged
merged 2 commits into from Jun 11, 2021

Conversation

RoadRunnr
Copy link
Member

Initialized the free IP pool with a random order and time stamp to build a queue in the ets table. Released IPs are appended to the end of the free queue (through the timestamp).

The map required a synchronous call to the server. The ets table
allows for concurent reads without synchnoizing the reader processes.

The benchmark suite shows no speed up from. However that is not
surprising as the results from the suite do vary heavily between
runs.

The registry showever up in a observer output with a non-zero
message-q during benchmark runs. This change makes that go away.
@RoadRunnr RoadRunnr requested a review from a team as a code owner June 7, 2021 13:24
Initialized the free IP pool with a random order and time stamp to
build a queue in the ets table. Released IPs are appended to the end
of the free queue (through the timestamp).
@RoadRunnr RoadRunnr merged commit 5ac3842 into master Jun 11, 2021
@RoadRunnr RoadRunnr deleted the feature/random-ue-ip branch June 11, 2021 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants