> All the plugins will be sharing the same memory with no control stopping one > from accessing the memory and resources of another. Furthermore you wont' be > able to unload or reload an "application" (plugin).
This may not be correct. Assuming that they plugin does not use the unsafe paxkage then the memory safety guarnetees of Go should apply. A plugin would bit be able to discover a reference to another value unless it is explicitly provided with one. Have a look at the singularity project from Microsoft research a decade ago who applied this idea to an entire operating system in a single address space. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.