On 22 Jul 2002, David Dyer-Bennet wrote: > So, specifically for the Linux environment, what are the downsides of > running mod_perl as a DSO? (Pointers to the FM so I can R it would be > fine.)
Segmentation faults, pure and simple. The Apache/mod_perl that ships with Redhat, and I assume other DSO Apache/mod_perl setups, is unstable. Here's one place I've seen this mentioned: http://masonhq.com/docs/faq/#why_am_i_getting_segmentation_fa -sam