Currently, I know of three packagers that can handle wxPerl applications: Cava, PAR and PerlApp. Each have pros and cons.
I have some biggish applications that share a collection of modules. In fact, each application only differs in the Main module. The applications call each other when necessary. I can, of course, pack each application individually but that would result in a big waste of resources (and probably performance). So I guess this can be done much smarter. The question is: how? To eliminate one possibility: switching to threads instead of calling the other applications is currently not feasible. -- Johan