Re: Is mod_perl dead?

2009-08-10 Thread Igor Chudov
Guys, Fred et al, thanks a lot. I am very encouraged by this. mod_perl has been rock solid for me in general and lets me do very fancy things in a straightforward and scalable fashion. I made over $150K with mod_perl and love it, and wrote some of my own perl modules on CPAN. Here I am wishing it 2

Re: Is mod_perl dead?

2009-08-10 Thread Fred Moyer
On Mon, Aug 10, 2009 at 8:09 AM, Igor Chudov wrote: > Thanks, guys. I think that I found the issue, a C compiled executable that > would crash after doing its job. I fixed it and it no longer crashes. No > more segfaults for me. Thanks a lot to all, and I am glad to hear that > mod_perl is a well s

Re: Is mod_perl dead?

2009-08-10 Thread Fred Moyer
On Mon, Aug 10, 2009 at 7:07 AM, Clinton Gormley wrote: > Dear Igor > > On Mon, 2009-08-10 at 07:40 -0500, Igor Chudov wrote: > >> After looking at this mailing list and asking a question about >> segfaults, and looking at recent posts, I am beginning to become >> concerned that mod_perl is a dead

Re: finding memory leaks

2009-08-10 Thread Perrin Harkins
On Mon, Aug 10, 2009 at 4:35 PM, E R wrote: > What's the best way to find memory leaks in a mod_perl app? What problem are you trying to solve? Is your app just growing? If so, that's probably not a leak. You're most likely just using memory. There are many tips for analyzing and reducing memo

finding memory leaks

2009-08-10 Thread E R
Hi, What's the best way to find memory leaks in a mod_perl app? I am trying to use Apache::Leak with mod_perl 1.41 Some notes: 1. My mod_perl app is *HUGE*. Apache::Leak reports over 500,000 SVs. I think the time it takes to traverse the symbol tables is long enough to time out my browser (I'm s

Re: Is mod_perl dead?

2009-08-10 Thread Igor Chudov
Thanks, guys. I think that I found the issue, a C compiled executable that would crash after doing its job. I fixed it and it no longer crashes. No more segfaults for me. Thanks a lot to all, and I am glad to hear that mod_perl is a well supported project. Igor On Mon, Aug 10, 2009 at 9:17 AM, Al

Re: Is mod_perl dead?

2009-08-10 Thread Alan McKay
Igor, Are you familiar with how to prepare mod_perl for a proper core dump, and then load the core dump into the debugger? I fought through this not long ago - though was not that difficult. http://httpd.apache.org/dev/debugging.html http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_D

Re: Is mod_perl dead?

2009-08-10 Thread Igor Chudov
Clinton, thanks a lot. This is very reassuring, as I have been a heavy user of mod_perl for many years and would like it to continue. I will keep looking and seeking resolution to my segfault problem. Igor On Mon, Aug 10, 2009 at 9:07 AM, Clinton Gormley wrote: > Dear Igor > > On Mon, 2009-08-

Re: Is mod_perl dead?

2009-08-10 Thread Clinton Gormley
Dear Igor On Mon, 2009-08-10 at 07:40 -0500, Igor Chudov wrote: > After looking at this mailing list and asking a question about > segfaults, and looking at recent posts, I am beginning to become > concerned that mod_perl is a dead project. I would like to hear > whether it has a long term future

Re: A lot of "segmentation fault", Ubuntu Hardy, apache with mod_perl

2009-08-10 Thread Adam Prime
Igor Chudov wrote: > > > On Sun, Aug 9, 2009 at 7:08 AM, Nick Wellnhofer > wrote: > > Igor Chudov wrote: > > In the logs, I see a lot of error messages saying: segmentation fault > Are you using the worker MPM? If yes, try the prefork MPM instead. > > >

Is mod_perl dead?

2009-08-10 Thread Igor Chudov
I am asking this question with great concern. I use mod_perl very extensively on my site algebra.com. It is 100% mod_perl. After looking at this mailing list and asking a question about segfaults, and looking at recent posts, I am beginning to become concerned that mod_perl is a dead project. I wo