Linked by Thom Holwerda on Thu 11th Dec 2008 22:18 UTC
Thread beginning with comment 340102
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2006-03-16
This is because the Firefox GUI is single-threaded. The plugin uses the same thread as Firefox and when it has a hard time loading the movie from youtube it hogs the thread.
Considering that Chrome wants to isolate everything to separate processes I guess they've done that with plugins as well, which means only the plugin gets stalled.
So to sum up: If you ever plan to do some heavy lifting, single threading things are not the way to go.