Plugin Loading - Multiple Rackspaces

I am curious how plugins load. Let’s say I have the Blue3 plugin on 4 rackspaces. Does it load the Blue3 plugin 4 times? Or does it load only once and load each rackspace’s variation of the plugin after the initial load?

Yes. Each rackspace is independent.

Yep… Each time a rackspace uses a plugin, that plugin is loaded independently.

To avoid loading heavy plugins various times, you can load it in Global and access it from each rackspace without having to load it into memory each time.

It’s a bit tedious but very effective.

Put a bypass button in each rackspace so that that plugin isn’t active when it is not needed…

Yeah, no… be very careful what you mean by “Load”. Hint, in a shared library, code and data are handled separately.

1 Like