The Artima Developer Community
Sponsored Link

Java Buzz Forum
Escaping The Browser: Mozilla Prism Loves Your Web Application

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Escaping The Browser: Mozilla Prism Loves Your Web Application Posted: Nov 8, 2007 8:53 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Escaping The Browser: Mozilla Prism Loves Your Web Application
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

One of my complaints about web applications is that they all run in the same instance of the browser process. And consequently, they are all at the mercy of the worst behaving tab. I have reported in the past of web pages that keep on using 100% of the CPU and making the browser unresponsive. I have a suspicion that Adobe Flash is to blame for a majority of these situations, but I don't have concrete evidence such as a URL that I can point you to that will trigger the bad behavior. My only recourse is to kill the browser process and loose all my work in progress (blog entries that I'm composing, the web forms that I'm filling out, etc.)

Then I saw the announcement of Mozilla Prism, downloaded it, installed it, and started using it.

It's really easy to use. Starting the prism executable gives me a dialog box like this:

Clicking on the OK button will create the Desktop Icon or Start Menu item or Quick Launch Bar item as requested. From that point on, I can start the web page by double clicking on the Desktop Icon, just like any other Desktop application. Prism will start the web page in a dedicated process separate from the running Firefox browser, if any, where all of my other tabs are:

Now I can edit my blog entries without fear that some other random links I click will make me lose my work.

Here's some interesting statistics:

  • The Prism instance that hosts my blog page takes up 20MB of memory on my WinXP Pro SP2 machine.
  • The User-Agent string is "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007110108 prism/0.8"

From about a day's worth usage, I already miss several features that I had learned to depend on:

  • No tabbed-browsing
  • No password cache
  • No /searching

I'll keep this experiment going for a little while. I'll let you know if and when I hit a show stopper that would force me to abandon Prism.

Read: Escaping The Browser: Mozilla Prism Loves Your Web Application

Topic: Java Performance News August 2007 Previous Topic   Next Topic Topic: Programming Digs

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use