-
Notifications
You must be signed in to change notification settings - Fork 10
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
Request polling, Investigation #232
Labels
Comments
rodolfopietro97
changed the title
Request poolling, Investigation
Request polling, Investigation
Nov 13, 2023
Create a generic poll that input a function. Pool can be of two kind:
|
Can you provide some examples in which it can be useful to apply the blocking pool and the non blocking pool? |
Blocking
|
NON Blocking
|
@Valazan added some pseudocode examples |
1 task
3 tasks
As discussed, for non-blocking polling we'll work with the polling request-manager pattern https://www.enterpriseintegrationpatterns.com/patterns/conversation/Polling.html |
Merged
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Connex has function
pollHead
to get block current block. Similar to web socket.Can be useful to implement a similar generic function that "poll" a generic client function?
The text was updated successfully, but these errors were encountered: