Tallefer / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

One tab per process #352

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

when several tabs are openend, and one or more of them is busy, all the
other tabs are slowed down.

Would it be possible/useful to let each tab run in its own thread or process?

Original issue reported on code.google.com by yglodt on 24 Mar 2009 at 8:49

GoogleCodeExporter commented 9 years ago
Yes, but it would take some work to do.  Patches welcome.

Original comment by ice...@gmail.com on 25 Mar 2009 at 3:23

GoogleCodeExporter commented 9 years ago
Here is a developer with a simple solution. I don't know if it can be applied 
to Arora:

http://ivan.fomentgroup.org/blog/2009/03/29/instant-chrome/

Original comment by getace...@gmail.com on 30 Mar 2009 at 1:20

GoogleCodeExporter commented 9 years ago
I guess putting tabs in threads would certainly already help unblocking other 
tabs 
while busy, which is the initial request :-) Tabs in processes probably even 
the 
better way to do that, but certainly also harder.

Also, threading with Qt would be cross-platform.

Original comment by yglodt on 30 Mar 2009 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by ice...@gmail.com on 5 Oct 2009 at 2:19