first question: can the independent models just drop and fd in /srv
and talk to each other that way, as 9p servers? Present resources as
files which are read and written to (not real files, of course; that's
just how they look). Then you can enumerate the capabilities of a
model by ls and friends.

It's a question of coupling. Are they so tightly coupled they need to
share memory space or can they be more loosely coupled?

If they really need to share an address space, then we can talk about
how to do dynamic module loading/unloading; it's pretty easy and I
have sample code somewhere. Is this python or C?

ron

-- 
You received this message because you are subscribed to the Google Groups "Plan 
9 Google Summer of Code" group.
To post to this group, send email to plan9-g...@googlegroups.com.
To unsubscribe from this group, send email to 
plan9-gsoc+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/plan9-gsoc?hl=en.

Reply via email to