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

Fix and improves #153

Merged
merged 9 commits into from
Jul 4, 2023
Merged

Fix and improves #153

merged 9 commits into from
Jul 4, 2023

Commits on Jul 4, 2023

  1. Fix ExpireContainer<T> insert should protect by lock

    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    68f56af View commit details
    Browse the repository at this point in the history
  2. RingChannel now will busy yield for a while before waiting in semap…

    …hore, to improve performance
    
    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7f1db1a View commit details
    Browse the repository at this point in the history
  3. Executor, WorkPool now use RingChannel for async task delievery

    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4ea1be7 View commit details
    Browse the repository at this point in the history
  4. Fix libaio may lost requests if io_submit failed

    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    373765e View commit details
    Browse the repository at this point in the history
  5. Improve metric-meter accuracy

    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8e8a5ba View commit details
    Browse the repository at this point in the history
  6. http URL provides host_no_port()

    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    28b52b9 View commit details
    Browse the repository at this point in the history
  7. set_photon_thread_stack_allocator able to hook photon threads alloc…

    …ation, helps with GC adaption
    
    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0aaca1b View commit details
    Browse the repository at this point in the history
  8. client_function_test should not initial et_poller if arch is not linux

    Signed-off-by: Coldwings <coldwings@me.com>
    Coldwings committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8c8f172 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ae11a9 View commit details
    Browse the repository at this point in the history