Posts Tagged Firefox

Flex Memory Usage

I was trying to modify this stock ticker example to work with Flex 3 when I came upon a surprising conclusion.

“With great power comes great responsibility.”

B0002XK190 Spider-Man / Spider-Man 2

Yes, I’m 100% convinced that Flex is the way to go if you want rich interactive user interfaces.

But that does not come without a cost. I think I accidentally turned the method invocation rate too high using the setInterval() function.

The result, a whopping 1GB memory consumption for firefox. It brought most of my running applications to a crawl.

Is there a way to prevent such conditions? Like running Flex in a sandbox model?

Leave a Comment

IBM developerWorks Firefox Plugin

If you’re a Firefox user and a constant visitor of IBM developerWorks, then you might be interested in a Firefox search plugin for devWorks discussed here.

Taken directly from the link above:

Want to have easy access to developerWorks? You can now add our new search plugin to your Firefox browser (thanks to our own Peter Yim). Simply go to a developerWorks search results page such as this, and you’ll see the following at the top of the page:

dW search plugin icon Add dW search plug-in to Firefox

Just click on the link while using Firefox, then confirm by clicking OK, and instantly the developerWorks search engine will be added to your browser’s search bar. Then you can easily search all of developerWorks for helpful technical content and resources — without having to first go to the dW Web site.

If you try it and it works well for you, you might also consider visiting the mozdev.org site (which also lets you find and install this search plugin, as well as others), where you can “Judge it!”

Happy searching!

Leave a Comment