Dojo Offline requires that you configure your web server to correctly add HTTP/1.1 caching headers when serving up content that you want to have available offline. This is because Dojo Offline basically just uses a tiny local proxy to cache offline resour
Brian Aker recommends lingerd. It's a daemon that takes over your HTTP connection and does the TCP lingering close so that Apache doesn't have to. Somebody has to shut down the TCP connection cleanly, but Instead of a big, important Apache process -- whic