How HTML5 Web Sockets Interact With Proxy Servers
Peter Lubbers explains in this article how HTML 5 Web Sockets interact with proxy servers, and what proxy configuration or updates are needed for the Web Sockets traffic to go through.
Tracking change and innovation in the enterprise software development community
Posted by Abel Avram on Jul 01, 2009
A year ago, Mozilla entered the Guinness Book with a little over 8 M Firefox 3 downloads in 24 hours. Today, still in the first day, Firefox 3.5 has an average of about 50 downloads /sec and a total of 3.6 million downloads at July 01 10:30 AM GMT. It won’t probably break its own record, but 3.5 is a worthy update considering the large number of improvements over 3.0 like native video. No need for Flash/Silverlight anymore.
Native Video. Support for the HTML 5 tags <video> and <audio> with native support for open source Ogg Theora encoded video and Vorbis encoded audio, both developed by the Xiph.org Foundation. The result? One does not need Flash nor Silverlight to play video/audio anymore. A Theora video is considered part of the page as any other HTML component. When the user zooms in/out, the video is also resized along with the text.
Script engine. A new and faster JavaScript engine. Called TraceMonkey, some benchmarks reports talk about being 20 to 30 times faster than SpiderMonkey, the script engine used by Firefox 3. But that depends heavily on the test suite used. In many tests, TraceMonkey is twice as fast as SpiderMonkey and almost as fast as Chrome 2 and Safari.
Geo-location. When visiting a location aware web site, Firefox uses the IP address and the wireless connection points used to determine the location of the user. This is done by sending the IP information to the default geo-location service, Google Location Services, which in turn returns an approximation of the user location. The location can be used by the web site to provide information pertaining to the user, like the restaurants existing in his area. This feature can be disabled to protect privacy.
Privacy. In privacy mode the browser does not keep track of any browsing activity: history, cookies, downloads, web forms, search.
JSON and Web Worker Threads. Firefox 3.5 has native JSON parsing making it much safer to handle JSON code execution. It also supports HTML 5 worker threads allowing to pass script code execution to background threads. The result is that a script will not block the page while the code is executed.
Color Profiles. Firefox 3.5 uses a dynamic color profile scheme to see pictures as the author intended.
Other. Support for: downloadable fonts, CSS media queries, JavaScript query selectors, HTML5 local storage and offline application storage, "canvas" text, ICC profiles, and SVG transforms.
Firefox 3.5 is available for download in more than 70 languages for Windows, Mac OS X and Linux.
Useful links: Firefox 3.5 Download Page, Features for Developers.
Redbook: WebSphere Application Server V7.0: Planning, Concepts, and Design
Free $40 SOA Demystified Book Offer
Peter Lubbers explains in this article how HTML 5 Web Sockets interact with proxy servers, and what proxy configuration or updates are needed for the Web Sockets traffic to go through.
Neal Ford shows what ThoughtWorks learned from scaling Rails development: infrastructure, testing, messaging, optimization, performance.
Stuart Halloway discusses Clojure and functional programing on the JVM in depth, and touches on the uses of a number of other modern JVM languages including JRuby, Groovy, Scala and Haskell.
Oren Teich and Blake Mizerany talk about the technology behind Heroku and the benefits of the new add-on system.
Chris Riley presents security issues threatening service based systems, examining security threats, presenting measures to reduce the risks, and mentioning available security frameworks.
This talk investigates technical issues encountered when moving to an Agile process.
Don Box and Amanda Laucher present “M”, a declarative language for building data models, domain models or external DSLs. Don Box's demos show some of M’s features and latest changes of the language.
It is four months since the SOA manifesto was announced; InfoQ interviewed the original author’s to get insight into the motivations and the process behind the initiative.
3 comments
Watch Thread Reply