Hi folks,

I'd like to take some concepts of plan9 (ie. running servlets via
9P2000) to unix and other platforms. 

One contineously headache-causing application is Mozilla. It had
become too fat, quite unmaintainable, indeterministic and often
hanging. There's an project called nspluginwrapper which runs 
plugins in it's own process (invented to get binary crap like
flash or acroread running on non-x86_32 platforms). For now it 
uses an (undocumened) unix-socket protocol for communication
between browser and external plugin. Seems like a good starting
point for showing the power of 9P2000 to the wide world ;-P

The idea is: the browser exports an fs with the standard plan9 
graphical window and some additional (browser-specific) services.
So from the view of the "plugin" (which now becomes an separate
application), it's place in the browser is an graphical terminal
with perhaps some additional features. 

I'm not yet confident enough w/ 9p programming and seeking for
help. Would anylone like to help me ?


cu 
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
        http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
        http://patches.metux.de/
---------------------------------------------------------------------

Reply via email to