[Webkit-unassigned] [Bug 49791] [GTK] Implement SharedMemory for WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 23:05:31 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=49791





--- Comment #18 from Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>  2011-02-04 23:05:30 PST ---
(In reply to comment #17)
> > So the implementation in bug 51984 can be modified to be totally Linux -only by doing (for example) following:
> >  - Don't use QThread for the work queue mainloop, rather use pthreads instantiate the work queue thread
> >  - Use the ConnectionQt::readyReadHandler as the work queue mainloop
> >  - Use select to poll communication socket in the workqueue mainloop
> >  - Use additional fd to signal that mainloop should run scheduled work item instead of hanging in select
> >  - Use mutexes while appending tasks to work queue
> 
> Are you working on this? I have Amruth shared memory patch working with gtk and I was wondering if it made sense to try to land it or wait for this, or help implementing it.

I'm not sure who you're asking, I at least am not working on this at the moment..

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list