Multi-Processing browser?

Go To StackoverFlow.com

0

I want to know what framework/Interface/API's Set is best to use to create multi-process browser, i want to be able to use UDP/TCP for the process-to-process communication.

Thanks in advance.

2012-04-05 19:03
by VisaToHell


2

I think your best bet would be to leverage WebKit2. It was designed from the ground up for sandboxed/multi-process support.

http://trac.webkit.org/wiki/WebKit2

2012-04-05 19:36
by StilesCrisis
Is it possible to use TCP/UDP for the inter process communication ? i think no.. - VisaToHell 2012-04-05 20:28
Why is that relevant? Anyway, I don't think it works that way today, but obviously it's open source so you can make it do whatever you want - StilesCrisis 2012-04-05 22:09
Using MS IWebBrowser Interface not possible to create multi-processing browser using TCP for IPC - VisaToHell 2012-04-06 09:04
I Found this -> http://msdn.microsoft.com/en-us/library/aa752047(v=vs.85).aspx but i am not sure if thats what i am looking for... - VisaToHell 2012-04-06 09:17
Internet Explorer is a monolithic process that runs in-app - StilesCrisis 2012-04-06 14:37
Ads