9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] How would you go about implementing this in Plan9?
@ 2010-12-10  9:34 Eugene Gorodinsky
  2010-12-10  9:46 ` Lucio De Re
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Eugene Gorodinsky @ 2010-12-10  9:34 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

Suppose you're writing an app such as a multiprotocol instant messenger or a
mediaplayer that supports multiple container formats and codecs. It's a good
idea for your app to have a plug-in functionality, so that plugins could be
developed independently and functionality added to the program without the
need to recompile the whole thing. On a system that supports dynamic linking
this is trivial. On Plan9 I'm not sure how to go about this. Having separate
processes interacting with the main one seems somewhat wrong to me (slower,
more overhead etc). Perhaps it's better to implement a limited form of
dynamic linking, so that modules compiled to load dynamically could be
loaded by the application that wants to load them whenever it needs. What do
you think?

[-- Attachment #2: Type: text/html, Size: 782 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-12-11 19:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-10  9:34 [9fans] How would you go about implementing this in Plan9? Eugene Gorodinsky
2010-12-10  9:46 ` Lucio De Re
2010-12-10  9:58   ` hiro
2010-12-10  9:46 ` hiro
2010-12-10 10:01   ` Lucio De Re
2010-12-10 10:30 ` Charles Forsyth
2010-12-10 11:21   ` Eugene Gorodinsky
2010-12-11  1:43     ` Nathaniel W Filardo
2010-12-11 19:02       ` Eugene Gorodinsky
2010-12-10 15:52   ` David Leimbach
2010-12-10 20:01     ` Eugene Gorodinsky
2010-12-10 20:33       ` Federico G. Benavento
2010-12-11 19:01         ` Eugene Gorodinsky
2010-12-10 11:47 ` Federico G. Benavento
2010-12-10 13:23 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).