Michael S. Fischer
michael at dynamine.net
Thu May 27 11:57:44 EDT 2004
That's what ab(1) is for. --Michael _____ From: mod_python-bounces at modpython.org [mailto:mod_python-bounces at modpython.org] On Behalf Of Michael C. Neel Sent: Thursday, May 27, 2004 10:32 AM To: David Fraser Cc: Damjan; mod_python at modpython.org Subject: Re: [mod_python] Suggestion: libpython.so I'd be curious to see what, if any, performance changes this would result in. A shame you can't timeit.py /usr/bin/apache =p Mike On Thu, 2004-05-27 at 10:07, David Fraser wrote: Damjan wrote: >Recent python installations (I think from 2.3) by default build a >dynamic libpython library. > >I think mod_python should have a ./configure >option to use the dynamic library instead of the static library archive. > >The only change is that "-L/usr/lib/python2.3/config" should be >removed from the LDFLAGS in src/Makefile. This way two things are >gained, mod_python.so is 100k instead of 1.3M, and minor upgrades to >python would also upgrade mod_python. > > Note that this is what happens on windows. I am currently working on improving the setup.py script so it can build the extension on Unix as well as Windows. Not everyone may want to do it like this... since apxs is nice. But it seems to work fine. I might try and include an option to use the dynamic library... David _______________________________________________ Mod_python mailing list Mod_python at modpython.org <http://mailman.modpython.org/mailman/listinfo/mod_python> http://mailman.modpython.org/mailman/listinfo/mod_python __________________________________ <mailto:michael.neel at mediapulse.com> michael.neel <mailto:michael.neel at mediapulse.com> @mediapulse.com vice president of information systems 865.675.4455 x30 800.380.4514 <http://www.mediapulse.com/> www.mediapulse.com __________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modpython.org/pipermail/mod_python/attachments/20040527/5928a31a/attachment.html
|