Re: design patters with mod_perl

2006-09-13 Thread Marc Slagle
can say you aren't wasting your time with a framework that can't scale up with your application.  It all comes down to if you would rather be creating your own framework, or using one of the many good frameworks already out there and just writing the guts of your application. Marc Sla

Re: [ANNOUNCE] mod_perl 2.0.0 (preview!)

2005-05-16 Thread Marc Slagle
changes will not happen. So, one more time, test this tarball as much as possible. If all is well, this could become the official 2.0.0 release. *# Builds and all tests pass on Solaris 9 x86, Perl 5.8.6 Marc Slagle

Re: [mp2] unable to compile 1.99_14 on solaris 9 + workaround

2004-08-20 Thread Marc Slagle
Why doesn't it use the sun compiler when compilinig mod_perl? where does cc point? How come that it has picked gcc? Compiler: cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', mod_perl simply tries to use the same compiler perl was compiled with, so if perl reports cc and it's

[mp2] unable to compile 1.99_14 on solaris 9 + workaround

2004-08-19 Thread Marc Slagle
egrate #13147 from mainline (fixes nit in #10091) 13261 Integrate #8340,#13260 from mainline Built under solaris Compiled at Nov 4 2002 01:56:55 %ENV: PERL_LWP_USE_HTTP_10="1" @INC: /usr/perl5/5.6.1/lib/i86pc-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/i86pc-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/i86pc-solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl . Thanks, Marc Slagle -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [MP1] Apache segfault after serving request

2003-11-13 Thread Marc Slagle
majority of cases. Thanks for all the help. We'll be looking into the Singleton object today. I agree that globals are not the best way to go. We will attempt to get our examples as small as possible if we need to post in the future. Marc Slagle Whapps, LLC -- Reporting bugs: http:

Re: [MP1] Apache segfault after serving request

2003-11-11 Thread Marc Slagle
, but upgraded it to the newest version. All parts of the setup of the server (apache, modules, etc) were all make tested and passed. Marc Slagle Whapps, LLC -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: [MP1] Apache segfault after serving request

2003-11-11 Thread Marc Slagle
much of your time with this, if we knew what portion of our code was causing the bomb then we could just recode it. If you need any more information, please let us know. Thanks again, Marc Slagle Whapps, LLC Server-Killer-0.01.tar.gz Description: application/compressed-tar Server-KillerGlob

Re: [MP1] Apache segfault after serving request

2003-11-10 Thread Marc Slagle
id()); 5519tpf_parent_pid = getppid(); 5520ap_open_logs(server_conf, plog); We rebuilt the server using new clean tarballs of apache and mod_perl. Thanks again for your help. Marc Slagle Whapps, LLC -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

[MP1] Apache segfault after serving request

2003-11-10 Thread Marc Slagle
v=0xbfffead4) at http_main.c:5511 #20 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6 (gdb) list 5511STANDALONE_MAIN(argc, argv); 5512} 5513#else 5514if (!tpf_child) { 5515memcpy(tpf_server_name, input_parms.parent.servname, 5516 INETD_S