multithreading - Load modules in Perl at run time and share it between threads -


is possible load modules @ run time, require '/file_path/file_name.pm'; , , share memory between threads?

basically, have pool of threads, if thread#1 decides load module, want module available threads!

"no, it's not possible. either module must loaded before thread created, or each thread must individually load module."

thanks dave mitchell 1


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -