Replies: 1 comment
-
Not sure where definition of server is from. I know quite the opposite definition of server/client. Notification from server are usually only possible when you do async communication, but for synchronous communication (which is still vast majority of usages of client/server ) client requests something and server provides it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just curious about the concept.
By definition, a server pushes out notifications/data to a client, but then(at least to me) it seems like the Airflow S3Hook is used much more like an API -- i.e. the client running airflow polls the server when it executes .download()
Can someone set me straight on this? Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions