I was just reading how FaceBook designed their chat system, and it reads: "and having that iframe's JavaScript make an HTTP GET request over a persistent connection that doesn't return until the server has data for the client. The request gets reestablished if it's interrupted or times out. This isn't by any means a new technique: it's a variation of Comet, specifically XHR long polling, and/or BOSH."
Can someone explain how you can a persistent request to a web server?