[OT] New persistent perl engine

2001-11-13 Thread Matt Sergeant
This may have slipped by most people, but I know the SpeedyCGI discussions sparked quite a bit of conversation/debate earlier this year, so I thought people might be interested here... PPerl is a tool I wrote here at Star for running perl processes persistently, as a daemon. The idea for it was

Re: weird update problem

2001-11-13 Thread Viljo Marrandi
Ahh... like usually, problem is solved after the mail is sent. Problem was, that code that moved things was after the code which told which file to include... so thats why i saw it next time. Thnx anyway :) Viljo Marrandi wrote: Hello, I have one website which is running on

PPerl --- Some ideas (was Fwd: event-based programming with atwist)

2001-11-13 Thread Jorge Godoy
Matt, From a friend of mine, when he head about PPerl. -- Godoy. [EMAIL PROTECTED] Escritório de Projetos - Projects Office Solutions Developer - Conectiva Inc. - http://en.conectiva.com Desenvolvedor de Soluções - Conectiva S.A. -

Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
As David Young has pointed out you can change the style.css in addition to the template changes. the one I've gave to you includes some old classes, which I'll remove, so disregard those. Thanks _ Stas Bekman

ANNOUNCEMENT: HTML::Template::Expr 0.03

2001-11-13 Thread Sam Tregar
CHANGES - Added register_function() class method add functions globally. (Tatsuhiko Miyagawa) - Fixed broken cache mode. DESCRIPTION This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal

Re: [challenge] new mod_perl site

2001-11-13 Thread Thomas Klausner
Hi! On Wed, Nov 14, 2001 at 01:31:52AM +0800, Stas Bekman wrote: Obviously the site should be very light on graphics, but since you are a good web designer you know this and all the other requirements already. The only requirement we have is that this is an information site, so avoid fancy

Re: [OT] New persistent perl engine

2001-11-13 Thread Joshua Chamas
Matt Sergeant wrote: It actually wasn't written for web apps. I wrote it for our virus checker, which is 10K+ lines of perl code, and takes about 0.7s to load, and almost zero time to process an email, so we needed to eliminate that 0.7s. So, the benefit of PPerl is it's more generally

Re: [challenge] new mod_perl site

2001-11-13 Thread tom poe
On Tuesday 13 November 2001 11:57, Thomas Klausner wrote: Hi! On Wed, Nov 14, 2001 at 01:31:52AM +0800, Stas Bekman wrote: Obviously the site should be very light on graphics, but since you are a good web designer you know this and all the other requirements already. The only requirement

cgi-object not cacheable

2001-11-13 Thread Peter Pilsl
One run of my script takes about 2 seconds. This includes a lot of database-queries, calculations and so on. about 0.3 seconds are used just for one command: $query=new CGI; I tried to cache the retrieved object between several requests by storing to a persistent variable to avoid this long

Re: Can't install Apache::Request on Linux

2001-11-13 Thread Joe Schaefer
Jonathan Bennett [EMAIL PROTECTED] writes: Request.xs:40 mod_perl.h: No such file or directory just after attempting to compile Request.c libapreq expects to find it using Apache::src-new-inc : % perl -MApache::src -wle 'print grep {s/^-I//; -f $_ . /mod_perl.h}

missing /virtualhost directive

2001-11-13 Thread Thomas Bach
Hello We're running a cobalt raq4 and have some problems with the apache configuration. the configuration over the web-interface works all fine, but when i add some lines in the httpd.conf for the mod_perl-things (p.ex. PerlInitHandler Apache::Reload PerlModule Apache::Registry) and some

Re: cgi-object not cacheable

2001-11-13 Thread Perrin Harkins
One run of my script takes about 2 seconds. This includes a lot of database-queries, calculations and so on. about 0.3 seconds are used just for one command: $query=new CGI; That's really awfully slow. Are you positive it's running under mod_perl? Have you considered using Apache::Request

Re: [challenge] new mod_perl site

2001-11-13 Thread Perrin Harkins
What about an additional requirement: The site should be validated sucessfully by validator.w3.org Maybe we should give the horse a chance to catch up to the cart... Once there is a design that people are satisfied with, you are more than welcome to submit patches to fix validation problems.

Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
3. Download the new mod_perl site source http://www.apache.org/~stas/site/modperl-site-new.src.tar.gz I've forgotten to include bin/build (which is the same as DocSet/example/bin/build). So I've updated it now. Thanks to Thomas Klausner for the alert.

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-11-13 Thread dougm
dougm 01/11/13 09:42:49 Modified:t/response/TestAPI request_rec.pm todo api.txt xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: implement

cvs commit: modperl-2.0/t/response/TestModperl pnotes.pm

2001-11-13 Thread dougm
dougm 01/11/13 10:09:19 Modified:t/modperl .cvsignore t/response/TestAPI request_rec.pm Added: t/response/TestModperl pnotes.pm Log: giving pnotes its own test Revision ChangesPath 1.5 +1 -0 modperl-2.0/t/modperl/.cvsignore

cvs commit: modperl-2.0/t/response/TestModperl dir_config.pm

2001-11-13 Thread dougm
dougm 01/11/13 10:35:08 Modified:t/modperl .cvsignore t/response/TestAPI request_rec.pm server_rec.pm Added: t/response/TestModperl dir_config.pm Log: giving dir_config its own test Revision ChangesPath 1.6 +1 -0

cvs commit: modperl-2.0/t/response/TestAPI conn_rec.pm request_rec.pm server_rec.pm

2001-11-13 Thread dougm
dougm 01/11/13 10:40:01 Modified:t/response/TestAPI conn_rec.pm request_rec.pm server_rec.pm Log: add some comments to the *_rec tests Revision ChangesPath 1.4 +6 -1 modperl-2.0/t/response/TestAPI/conn_rec.pm Index: conn_rec.pm

Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
As David Young has pointed out you can change the style.css in addition to the template changes. the one I've gave to you includes some old classes, which I'll remove, so disregard those. Thanks _ Stas Bekman

Re: [challenge] new mod_perl site

2001-11-13 Thread Stas Bekman
3. Download the new mod_perl site source http://www.apache.org/~stas/site/modperl-site-new.src.tar.gz I've forgotten to include bin/build (which is the same as DocSet/example/bin/build). So I've updated it now. Thanks to Thomas Klausner for the alert.