Re: mod_perl for multi-process file processing?

2015-02-03 Thread Patton, Billy N
You will find that when you share the memory the hashes are not copied to each thread. The docs are a little misleading. On Feb 3, 2015, at 11:54 AM, Alan Raetz mailto:alanra...@gmail.com>> wrote: Thanks for all the input. I was considering threads, but according to how I read the perlthreadtut

Re: mod_perl for multi-process file processing?

2015-02-03 Thread Patton, Billy N
Unless I’m entirely wrong it appears that you want to use shared threaded memory. This would allow you to keep out of apache altogether. Here is an example of using threads that I worked out using shared memory. We took a 4 hour task, serial, and turned it into 5 minutes with threads. This worked

installing mod perl 2.08 on MAC 10.10

2014-11-13 Thread Patton, Billy N
I recently upgraded to 10.10 Yosemite. After that it wiped out a lot of work I had done for apache and mod_perl. I also install perlbrew to install everything in my home. I’m trying to reinstall mod perl but cannot get the configure to work. I’m reinstalling because some of the modules in perl have

beginning and testing

2014-10-07 Thread Patton, Billy
I’m rewriting/moving an app that hasn’t been touched in over 5 years. The original developers have since left the company. It’s all written in CGI/OOPerl. It seems as though the original developers applied the OOW-AHH , look at what I can do, instead of KISS. Simply put they needed a skateboard