From: Victor Forsyuk <force@altlinux.org> To: ALT Devel discussion list <devel@altlinux.ru> Subject: Re: [devel] mod_charset, mod_gzip, mod_deflate... (was: mod_perl) Date: Thu, 14 Oct 2004 14:26:59 +0300 Message-ID: <20041014112659.GA11847@mailhub.gu.net> (raw) In-Reply-To: <20041013184635.GG28553@osdn.org.ua> On Wed, Oct 13, 2004 at 09:46:36PM +0300, Michael Shigorin wrote: > > > Так как с сабжем, все ж таки? :-) Пойдет сборка с динамическим > > mod_perl в сизиф? > > Так как с её стабильностью? Вроде пока все собравшие обломались > по этой части быстро и качественно. http://perl.apache.org/docs/1.0/guide/install.html#When_DSO_can_be_Used When DSO can be Used Perl versions prior to 5.6.0, built with -Dusemymalloc, and versions 5.6.0 and newer, built with -Dusemymalloc and -Dbincompat5005, pollute the main httpd program with free and malloc symbols. When httpd restarts (happens at startup too), any references in the main program to free and malloc become invalid, and this causes memory leaks and segfaults. To determine if you can use a DSO mod_perl with your version of Perl, first find out which malloc your Perl was built with by running: % perl -V:usemymalloc If you get: usemymalloc='n'; then it means that Perl is using the system malloc, so mod_perl will work fine as DSO. > > не люблю "странных" решений ;) > > Аналогично, но ещё меньше люблю to break things. Так а есть ли мальчик? В этой рассылке, если я ничего не пропустил, жалоба была только на сегфолты с перл-интерфейсом ImageMagick'а. А это, я скажу тебе, само по себе глюкало еще то. Честно говоря, я бы не стал винить mod_perl за проблемы с программой, которая и без него сегфолтится: >>> А с файлами большого размера тут вообще не понятно, может и пройти на ура, а может и трапнуться. В mod_perl'овом окружении трапается гораздо чаще, нежели при использовании "голого" интерпретатора, и закономерности, к сожалению, я не заметил. >>> > PS: ты не проспал, что есть mod_deflate? ;-) Нет, конечно. Возился же со сборками апача, видел. НО! "Поскольку для работы mod_deflate необходимо патчить тексты Apache, модуль должен быть статически слинкован с Apache." Нехорошо это. Опять таки, предлагаю если не отказаться от mod_deflate (может кто-то его предпочитает), то сделать off by default.
next prev parent reply other threads:[~2004-10-14 11:26 UTC|newest] Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-09-29 8:29 [devel] mod_perl Stanislav Yadykin 2004-09-29 9:18 ` Alexey I. Froloff 2004-09-29 18:02 ` [devel] mod_perl Michael Shigorin 2004-09-29 21:47 ` Денис Смирнов 2004-09-30 1:09 ` Ткаченко Максим 2004-09-30 7:10 ` Stanislav Yadykin 2004-09-30 8:24 ` Ткаченко Максим 2004-09-29 21:48 ` [devel] mod_perl Денис Смирнов 2004-09-30 4:01 ` Alexey I. Froloff 2004-09-30 5:09 ` Денис Смирнов 2004-09-30 6:34 ` Alexey Morozov 2004-10-01 7:48 ` Денис Смирнов 2004-09-30 14:44 ` Victor Forsyuk 2004-09-30 15:15 ` Alexey I. Froloff 2004-10-01 8:07 ` Alexey I. Froloff 2004-10-01 13:01 ` Victor Forsyuk 2004-10-01 13:03 ` Alexey I. Froloff 2004-10-01 13:16 ` Victor Forsyuk 2004-10-01 17:29 ` [devel] mod_perl Michael Shigorin 2004-10-05 11:52 ` Victor Forsyuk 2004-10-05 13:05 ` Michael Shigorin 2004-10-06 11:03 ` Victor Forsyuk 2004-10-06 12:35 ` Anton V. Boyarshinov 2004-10-06 12:40 ` [devel] mod_charset (was: mod_perl) Michael Shigorin 2004-10-06 12:53 ` [devel] Re: mod_perl Victor Forsyuk 2004-10-07 16:40 ` Денис Смирнов 2004-10-12 6:58 ` Michael Shigorin 2004-10-12 15:30 ` Victor Forsyuk 2004-10-12 16:17 ` Michael Shigorin 2004-10-12 16:33 ` Sergey Y. Afonin 2004-10-12 16:38 ` Michael Shigorin 2004-10-12 19:30 ` Денис Смирнов 2004-10-13 15:13 ` Victor Forsyuk 2004-10-13 18:46 ` [devel] mod_charset, mod_gzip, mod_deflate... (was: mod_perl) Michael Shigorin 2004-10-14 11:26 ` Victor Forsyuk [this message] 2004-10-14 15:02 ` [devel] " Michael Shigorin 2004-10-15 7:02 ` vserge 2004-10-15 13:06 ` Victor Forsyuk 2004-10-15 15:03 ` [devel] web packaging policy draft, again (was: mod_*) Michael Shigorin 2004-10-14 9:50 ` [devel] Re: mod_perl Денис Смирнов 2004-10-14 11:27 ` Victor Forsyuk 2004-10-12 19:24 ` Денис Смирнов 2004-10-07 16:40 ` Денис Смирнов 2004-10-08 7:02 ` Anton V. Boyarshinov 2004-10-08 14:50 ` Victor Forsyuk 2004-10-08 22:52 ` Денис Смирнов 2004-10-12 15:25 ` Victor Forsyuk 2004-10-08 19:53 ` Денис Смирнов 2004-10-11 6:58 ` Anton V. Boyarshinov 2004-10-11 20:35 ` Денис Смирнов 2004-10-12 12:11 ` Anton V. Boyarshinov 2004-10-01 14:38 ` [devel] mod_perl Stanislav Yadykin 2004-10-01 17:30 ` [devel] mod_perl Michael Shigorin 2004-10-05 17:29 ` Stanislav Yadykin 2004-10-06 5:34 ` Michael Shigorin 2004-10-06 6:24 ` Stanislav Yadykin 2004-10-06 8:55 ` Michael Shigorin 2004-10-06 9:08 ` Stanislav Yadykin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20041014112659.GA11847@mailhub.gu.net \ --to=force@altlinux.org \ --cc=devel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git