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

memcached_io_get_readable_server()에서 특정 cache node의 return 시점 검토. #10

Open
jhpark816 opened this issue Jan 20, 2015 · 0 comments

Comments

@jhpark816
Copy link
Contributor

memcached_io_get_readable_server() 함수에서
readable server를 return하는 경우는 두 가지가 있습니다.

  • cursor_active인 server가 하나인 경우, read 가능 여부와 관계없이 그 server를 바로 리턴
  • cursor_active인 server가 둘 이상인 경우, polling을 통해 read 가능 상태의 server를 리턴

위와 같이 서로 다르게 처리하고 있는 데,
후자의 방식으로 통일하는 게 좋지 않을 까 생각합니다.

uhm0311 pushed a commit to uhm0311/arcus-c-client that referenced this issue Jan 24, 2022
Throw AdminConnectTimeoutException if connecting to arcus admin timed out.
uhm0311 pushed a commit to uhm0311/arcus-c-client that referenced this issue Jan 24, 2022
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

No branches or pull requests

1 participant