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

Conversation

Coldwings
Copy link
Collaborator

We have dig in PhotonLibOS, and now provides bug fix and features

Fix:

  • ExpireContainer<T> insert should keep in protect by lock, in case of using in multi-vcpu condition.
  • libaio_adaptor may stuck if io_submit failed, but no more libaio actions submitted.

Improves:

  • RingChannel now has better waiting strategy, able to reduce send-recv latency.
    • Executor, WorkPool are now using RingChannel
  • URL add new method, able to get host path without port part
  • Hook of photon thread stack allocation, to help using custom allocator

@Coldwings Coldwings self-assigned this Jul 4, 2023
@CLAassistant
Copy link

CLAassistant commented Jul 4, 2023

CLA assistant check
All committers have signed the CLA.

@Coldwings Coldwings force-pushed the main branch 2 times, most recently from 9783a9a to 3c8f151 Compare July 4, 2023 14:01
Signed-off-by: Coldwings <coldwings@me.com>
…hore, to improve performance

Signed-off-by: Coldwings <coldwings@me.com>
Signed-off-by: Coldwings <coldwings@me.com>
Signed-off-by: Coldwings <coldwings@me.com>
Signed-off-by: Coldwings <coldwings@me.com>
Signed-off-by: Coldwings <coldwings@me.com>
…ation, helps with GC adaption

Signed-off-by: Coldwings <coldwings@me.com>
@Coldwings Coldwings merged commit a73a22c into alibaba:main Jul 4, 2023
3 checks passed
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.

2 participants