Re: AW: Memory leak

2001-05-28 Thread Stas Bekman
On Mon, 28 May 2001, Matthias Hanns wrote: > Hi, > > I had the same prob and lowering maxrequestsperchild helped. > > Are there possibilities to clean up the used mem on end of the > mod_perl-script manually? Or have I always set maxrequestsperchild to lower > values? If it?s possible to do it by

Re: Real Widgets and Template Languages

2001-05-28 Thread Jay Lawrence
> Let's focus a bit. Specifically on requirements more than implementation - *GOOD* > All I (just my opinion) really want is a widget library for is to get and > set data in a widget and have the widget subclass know how to display > itself. In addition, there should be some mechanism for sp

Re: Real Widgets and Template Languages

2001-05-28 Thread Stephen Adkins
> >I don't understand the Widget::Controller. Can you say more about this? > >Also will we require XML to configure? Or is this also an optional feature >that you more or less want for yourself but others can choose to not use? > Hi, Below is running code for the Perl Widget Library. So far, t

AW: Memory leak

2001-05-28 Thread Matthias Hanns
Hi, I had the same prob and lowering maxrequestsperchild helped. Are there possibilities to clean up the used mem on end of the mod_perl-script manually? Or have I always set maxrequestsperchild to lower values? If it?s possible to do it by myself, what means the overhead of creating a new apach

Re: Memory leak

2001-05-28 Thread Ged Haywood
Hi there, On Mon, 28 May 2001, Antonios Christofides wrote: > script offers database search facilities on the web. If a search is > performed which results in many (namely 400) rows being returned, then > the httpd child that serves the request grows by 2 MB. Have a child > serve that request te

Re: Apache with MOD_PERL

2001-05-28 Thread Ged Haywood
Hi again, On Mon, 28 May 2001, Jochen Schnapka wrote: > This does not matter anything. I think it likes to have the filename immediately after the 'f'. > tar z, by the way, works only with GNUTar. Is there any other kind? :) 73, Ged.

updated Win32 binary package

2001-05-28 Thread Randy Kobes
Hi, An updated perl/mod_perl/mod_ssl Win32 self-extracting binary package is available at ftp://theoryx5.uwinnipeg.ca/pub/other/perl-win32-bin-0.7.exe This includes Perl-5.6.1, Apache_1.3.20, mod_perl-1.25, mod_ssl-2.8.4-1.3.20, and openssl-0.9.6a. A number of improvements and fixes are prese

Memory leak

2001-05-28 Thread Antonios Christofides
Hi all. I have a huge memory leak with mod_perl. I'm using a RedHat 6.2 Linux 2.2.14 system with Perl 5.00503, Apache 1.3.14, and mod_perl 1.23. Both Apache and mod_perl come from RedHat's packages, and mod_perl runs as DSO. My script uses CGI, DBI, Apache::DBI, and HTML::Template. No errors or

Re: Real Widgets and Template Languages

2001-05-28 Thread Stephen Adkins
Hi, Development of a straw-man set of Perl Widget Library core classes is going well. A Sourceforge project (perl-widget) is in the process of being set up too. (I will announce when it is set up.) The first 0.01 release will be for public comment on the structure and concepts of the core class

Re: Real Widgets and Template Languages

2001-05-28 Thread Kip Hampton
Gunther Birznieks wrote: > The design pattern here is that driver specific stuff goes into a > constructor or config method. But leave the rest of the methods alone. This > allows you to plug and play the objects. I like that. Every time the idea of widgets (small w) comes up, my mind wande

Re: Real Widgets and Template Languages

2001-05-28 Thread James G Smith
Gunther Birznieks <[EMAIL PROTECTED]> wrote: >At 02:31 AM 5/25/01 -0400, Chip Turner wrote: >>Gunther Birznieks <[EMAIL PROTECTED]> writes: >> >> > However, I think it is reasonable to make the interface to support a >> > data source for the widgets flexible and object based to make it easy >> > f

Re: Real Widgets and Template Languages

2001-05-28 Thread Gunther Birznieks
At 02:31 AM 5/25/01 -0400, Chip Turner wrote: >Gunther Birznieks <[EMAIL PROTECTED]> writes: > > > However, I think it is reasonable to make the interface to support a > > data source for the widgets flexible and object based to make it easy > > for someone to write a DBI source, a DBM source, an

Re: Real Widgets and Template Languages

2001-05-28 Thread Gunther Birznieks
At 02:16 AM 5/25/01 -0400, Stephen Adkins wrote: >Jay, > >I think that pretty much describes what I have in mind ... >plus a few other features. > >Hopefully within a week or two (based on demands of other *paying* jobs), >I will have a working distribution with most of the bare-bones plumbing in

Re: Real Widgets and Template Languages

2001-05-28 Thread Gunther Birznieks
I think this post is quite apt. At 02:12 AM 5/25/01 -0400, Chip Turner wrote: >Gunther Birznieks <[EMAIL PROTECTED]> writes: > > > While I think that it is clever to allow an interface to change where > > the parameters come from, I think in practice there are different > > things to expect. eg h

RE: Real Widgets and Template Languages [resend]

2001-05-28 Thread Gunther Birznieks
I read this post a few times. At 03:44 PM 5/24/01 -0400, David Harris wrote: >[[ This is a resend.. did some cutting and pasting of code into telnet >windows that messed it up through shell expansion. My bad. ]] > >I have a couple modules that might be the start of what you are calling a >Widget

Re: Apache with MOD_PERL

2001-05-28 Thread Jochen Schnapka
On Mon, May 28, 2001 at 01:51:45PM +0100, Ged Haywood wrote: > If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc. This does not matter anything. tar z, by the way, works only with GNUTar. Some more info would be helpful. Which script did you call and wqhat happened then etc. ~:

Re: Apache with MOD_PERL

2001-05-28 Thread Ged Haywood
Hi there, I think I follow most of this! On Mon, 28 May 2001 [EMAIL PROTECTED] wrote: > $gzip -d apache_x.xx.tar.gz > $tar xfv apache_x.xx.tar > $gzip -d mod_perl-x.xx.tar.gz > $tar xfv mod_perl-x.xx.tar If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc. > $cd mod_perl-x.xx > $

Apache with MOD_PERL

2001-05-28 Thread perl . mail
Hello, I will install apache_1.3.20.tar.gz and mod_perl-1.25.tar.gz on the HP-UX OS. I have installed all perl modules e.g libwww-perl-5.48.tar.gz URI MIME-Base64 HTML-Parser libnet Digest::MD5 HTML::Tagset Finally I am doing following: $gzip -d apache_x.xx.tar.gz $tar xfv apache_x.xx.tar $gz