Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Push shouldn't be used for GETting things that you can cache. For that you can use pull with HTTP pipelining.

Push should only be used for updates, including updating the cache. Ideally you'd only be sending the deltas (changes).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: