I have a script that 'use's some pretty large modules. The script is triggered by an incoming email, and they come in fast, so there are often a number of copies of the script running in parallel. Is there any way to load the modules into shared memory, so that each instance of the script does not need to allocate memory to load the modules?