I am calling for opening version Http 1.2 protocol, trying solving the cost of ping per multiple access to remote host of 300msec per query.
Working with Web application over HTTP for the last 7 years, I did found that the current HTTP has limitation in it non symetrical behviour. You can upload multi files at one post, but you cannot query/request multiple files from same server by the standard. Mainly I would like that browser can commulate muliple request from same server per one request getting the result as multi part. For doing so the browser so be enable to send MGET/MPOST coomand with multiple links request, and if chached in client the last modified time stamp at the client and get back first a list of non modified files, and optional expire date, and for images and media the size of the images that have yet not be loaded. Them using the known multi part structure adding the files themself. This is the basic idea, one the client browser, like muzilla, detect that the server support HTTP 1.2 he will move to MGET/MPOST mode for downloading the files into the client, this will speed up multiple images, multiple css per page and ideally the browser will draw the data, once it is arrives or just reserve space for images. Best Regards Eng. MSc. Adi Lev _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
