--- tags: Linux2020 高效能網頁伺服器 tiles: 高效能網頁伺服器 - lwan's clock --- contributed by < `YLowy` > # lwan's clock ## 這個會一直動的時間怎麼做到的? ![](https://i.imgur.com/wWARLpO.png) https://www.jwz.org/xdaliclock/ lwan 利用 keep alive 的 chunked-encoding 製作一個 never-ending GIF。 :::info 不要嘗試下載他這個 gif,下載不完的。 ::: 這邊我們會拆成兩塊分析 : >**1. keep alive 的 connection 在 lwan server 中的運做?** >**2. lwan 如何回應此 never-ending GIF 給 Client ?** ## 1. keep alive 的 connection 在 lwan server 中的運做? //todo ## 2. lwan 如何回應此 never-ending GIF 給 Client ? //todo