diff options
Diffstat (limited to '3 Resources/Techniques/Long polling.md')
-rw-r--r-- | 3 Resources/Techniques/Long polling.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3 Resources/Techniques/Long polling.md b/3 Resources/Techniques/Long polling.md new file mode 100644 index 0000000..7cbabd0 --- /dev/null +++ b/3 Resources/Techniques/Long polling.md @@ -0,0 +1 @@ +Poll req client -> server keeps open conn, puts req in queue to be processed later, processor picks up from Q and responds to client.
\ No newline at end of file |