Radovan Petrík wrote:
Hi,
sorry for my begginer question , i have this code in HTML-Embperl
http://perl.apache.org/embperl/pod/doc/Embperl.-page-12-.htm
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
h
Hi,
sorry for my begginer question , i have this code in HTML-Embperl
1 open (F , 'my_file') or die ;
2 @lines = ;
On line 2 embperl return error "syntax error" . Why ?
And when I need open new file " open (F , '> my_file') or die " then
embperl dont open new file.
Thanks
Rado.
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b9.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b9.tar.gz
size: 654860 bytes
md5: 3a4836d15100feb2bf9c37e9470a1d1d
While development has continued all the time, there was a long time no
release
On Wed, 5 Mar 2003, Richard Heintze wrote:
> Since I had such a tough time installing mod_perl on
> Win2000, I thought I would solicit for experiences
> getting Hello, World running with EmbPerl on Apache
> HTTPD on Windows2000.
>
> What URL did you download embperl from?
Since I had such a tough time installing mod_perl on
Win2000, I thought I would solicit for experiences
getting Hello, World running with EmbPerl on Apache
HTTPD on Windows2000.
What URL did you download embperl from?
Did you get any errors during installation?
What is the URL you used for
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.6.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.6.tar.gz
size: 357623 bytes
md5: b360a0f9ba5d5e35f6426c81dd91933d
This is a maintaince release which fixes some problems with Perl
At 21:30 25.06.2002, Gerald Richter wrote:
>Hi,
>
> >
> > While I am not very familiar with Embperl, I saw some discussion
>concerning
> > PHP that struck me as pretty interesting for Embperl and similar
> > applications: have you considered making (or atleast hav
Hi,
>
> While I am not very familiar with Embperl, I saw some discussion
concerning
> PHP that struck me as pretty interesting for Embperl and similar
> applications: have you considered making (or atleast having an option for)
> Embperl an output filter for Apache 2/mod_perl
At 12:39 25.06.2002, Gerald Richter - ecos gmbh wrote:
>I have done a lot of fine tuning and error fixing since 2.0b7. Also Embperl
>now supports mod_perl 2.0 with prefork MPM (threaded MPM will require Perl
>5.8.0). The docs are moveing towards 2.0, but some features are still only
>
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b8.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b8.tar.gz
size: 628343 bytes
md5: d089a86671a0c559b77f107a4e6d67c9
I have done a lot of fine tuning and error fixing since 2.0b7. Also Embperl
>
> Any idea when 2.0-STABLE is going to come out?
>
I think the main issuses with the code are solved, so it's stable to use
right now, also I want to give people some more time for testing. The main
work to do before the stable release is to write better documentation. To
transform all the quic
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b7.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b7.tar.gz
size: 620902 bytes
md5: 89b8dc62aa28684be64fd0d44857d641
Embperl is a system for building dynamic websites with Perl. See
http
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b6.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b6.tar.gz
size: 623200 bytes
md5: 966e109d700fb76e6df18316c1cf16a1
Embperl is a system for building dynamic websites with Perl. See
http
>> So I installed and compared. I preferred the syntax of Mason, the
>> flexible way to build components, the caching ... it have to be
>> said here that I choose Mason ...
>
> I agree, the caching is very good and one gets up and running in no
> time with Mason. However, I find it imposes too
> So I installed and compared. I preferred the syntax of Mason, the
> flexible way to build components, the caching ... it have to be
> said here that I choose Mason ...
I agree, the caching is very good and one gets up and running in no
time with Mason. However, I find it imposes too much of a
At 2:26 PM -0500 12/19/01, Lihn, Horng-Twu wrote:
>Kee,
>This helps. But if I have to do this in very page,
>isn't this post a serious problem to the memory consumption?
I can't speak to "require". But if you do a "use" in an Embperl
script, the libra
pieces.
>
>
> -Steve
>
> >Maybe I'm missing something, because this seems simple.
> >[- require "foo.pl"; -]
> >will load it everytime the page is loaded
> >[! require "foo.pl"; !]
> >will load it once the first time the page i
require "foo.pl"; !]
>will load it once the first time the page is loaded.
>I use libraries from within Embperl all the time, I don't believe in
>putting full code definitions in front of the designers.
At 8:03 PM +0100 12/18/01, C.Hauser - IT assistance GmbH wrote:
>I use Dreamweaver for the publishers and the <% and <& commands are
>properly displayed as ASP-icons. I use it with Modules Apache::Session,
http://www.somewhere.com/software/ for Dreamweaver extensions to
display
At 4:14 PM -0500 12/18/01, Lihn, Horng-Twu wrote:
>I have a library of perl routine that I call in cgi-bin environment
>where I usually "require". I could not find any way to require it
>and use it in Embperl. I can not find any doc describing how this is done.
>(I can r
> "Lihn, Horng-Twu" <[EMAIL PROTECTED]> writes:
>
> > I have a library of perl routine that I call in cgi-bin environment
> > where I usually "require". I could not find any way to require it
> > and use it in Embperl. I can not find any doc des
> I am trying [* *] tag and the code as simple as this does not work.
Note that [* *] is experimetal and will not work always in 1.3.x (it does in
2.0)
> I am using embperl 1.3.2 build from theoryx5.uwinnipeg.ca for Windows.
>
Please upgrade to the newest version (1.3.4), because ther
"Lihn, Horng-Twu" <[EMAIL PROTECTED]> writes:
> I have a library of perl routine that I call in cgi-bin environment
> where I usually "require". I could not find any way to require it
> and use it in Embperl. I can not find any doc describing how this is don
BTW. Does anybody use XSLT templating realy? I found it is rather
useful and want to make new projects templates with it.
Perhaps, I didn't see some difficulties and it will be problems in the
future. Doesn't any body comment this thing?
I hope this is not badly off topic.
Thank you.
--
dapi
I am trying [* *] tag and the code as simple as this does not work.
I am using embperl 1.3.2 build from theoryx5.uwinnipeg.ca for Windows.
Test
[* $c = 5; *]
count: [+ $c +]
[* $c++; *]
count: [+ $c +]
-
Steve Lihn
FIS Database
I have a library of perl routine that I call in cgi-bin environment
where I usually "require". I could not find any way to require it
and use it in Embperl. I can not find any doc describing how this is done.
(I can require it in the Mason handler.pl)
Can you shed a light? I th
> [..]
> I am planning a website and considering either
> using Mason or using embperl. I already digged into
> [..]
Take a look at Perrin Harkin's article on "Choosing a Templating System"
http://www.perl.com/pub/a/2001/08/21/templating.html
Ajit
promoted with bells and whistles.
After studying the excellent manual I went on a research on similar
systems and I dropped over embperl.
So I installed and compared. I preferred the syntax of Mason, the
flexible way to build components, the caching ... it have to be
said here that I choose Mason
At 11:39 AM -0500 12/18/01, Lihn, Horng-Twu wrote:
>Hi,
>I am planning a website and considering either
>using Mason or using embperl. I already digged into
>Mason and am reading embperl manual.
>Can someone shed some light about these two tools with regard to
>ease of use, c
Hi,
I am planning a website and considering either
using Mason or using embperl. I already digged into
Mason and am reading embperl manual.
Can someone shed some light about these two tools with regard to
ease of use, current development effort, and the future support level?
Thanks,
Steve Lihn
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.4.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.4.tar.gz
size: 356286 bytes
md5: 1cfa47da50fd42c9d6cb5dc79ee73326
This is mainly a maintaince release with a few new features. I expect
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b5.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b5.tar.gz
size: 506804 bytes
md5: e5836be6ad29f8658052e512e2427c74
This is mainly a bug fix release. The only new feature is the
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b4.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b4.tar.gz
size: 507965 bytes
md5: 03f8ca074b7588fa11ecb8002d4b50bd
Main new feature since 2.0b3 is the beginning support for XML, namely
> We have an HTML::Embperl ppm package (and also
> Apache::ASP and HTML::Mason) at
> http://theoryx5.uwinnipeg.ca/ppmpackages/
> which you can install via the ppm utility in the same way that
> the mod_perl package is installed from this location.
>
And everthing
d and started without errors, thanks to the magical binaries of Mr
> Kobes and the Winnipeg site. Then I find that ActivePerl has no EmbPerl
> module my sole reason for installing mod_perl. I know they have some
> proprietary version, but i will gladly pass on that.
Hi,
We have a
Kobes and the Winnipeg site. Then I find that ActivePerl has no EmbPerl
module my sole reason for installing mod_perl. I know they have some
proprietary version, but i will gladly pass on that.
my question is this:
is there a perl module i can compile and place into the distribution I
h
* Medi Montaseri ([EMAIL PROTECTED]) [08 Sep 2001 22:58]:
> Another advantage of Perl is that you can use this language in other
> situations as well. Unlike PHP, or ColdFusion or other languages who
> need something to tow them.
[...]
Much as I hate to give PHP a pro rather than a con, I must p
:
>
>
> Hi there,
>
> Just wanted to ask to any embperl user, is there any real advantage
> about using embperl instead of PHP ?
>
>
> Thank you
>
> Diego Ventrice
>
> _
> Descargue GRATUITAME
On Fri, 7 Sep 2001, Diego V wrote:
> Just wanted to ask to any embperl user, is there any real advantage
> about using embperl instead of PHP ?
http:[EMAIL PROTECTED]/msg01457.html
http:[EMAIL PROTECTED]/msg01461.html
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !t
> Just wanted to ask to any embperl user, is there any real advantage
> about using embperl instead of PHP ?
If you want a high-level summary of Embperl features, you could take a look
at my article on perl.com:
http://www.perl.com/pub/a/2001/08/21/templating.html
- Perrin
Well,... Now that makes some sense. I'll try that.
Thanks.
Jens-Uwe Mager wrote:
>
> On Mon, May 07, 2001 at 02:44:13AM -0500, Jim Cox wrote:
> >
> >
> > This will sould like sour grapes,. But!
> >
> > Since PHP module compiles,... and Mod_Perl will not on AIX with
> > gcc compiler
>
On Mon, May 07, 2001 at 02:44:13AM -0500, Jim Cox wrote:
>
>
> This will sould like sour grapes,. But!
>
> Since PHP module compiles,... and Mod_Perl will not on AIX with
> gcc compiler
As far as I have heard mod_perl will compile using gcc, only you must
first compile your perl with
* Jim Cox ([EMAIL PROTECTED]) [07 Sep 2001 08:03]:
> This will sould like sour grapes,. But!
> Since PHP module compiles,... and Mod_Perl will not on AIX with gcc
> compiler
> I'm thinkin' PHP is getting better and better all the time.
It's all a case of "use what works" =)
There's so
..]
> > Just wanted to ask to any embperl user, is there any real advantage
> > about using embperl instead of PHP ?
>
> You get the advantage of using Perl rather than PHP.
>
> This includes the vast resources of CPAN.
>
> Personally, I recommend Mason <http://w
* Diego V ([EMAIL PROTECTED]) [07 Sep 2001 06:59]:
[...]
> Just wanted to ask to any embperl user, is there any real advantage
> about using embperl instead of PHP ?
You get the advantage of using Perl rather than PHP.
This includes the vast resources of CPAN.
Personally, I recommend
Hi there,
Just wanted to ask to any embperl user, is there any real advantage
about using embperl instead of PHP ?
Thank you
Diego Ventrice
_
Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
> (SIGPIPE) is recognised. This should go double for embperl, which
> executes all perl code before outputting any headers and data.
>
The connection is only aborted, when data is send. So it's true that normaly
there is no abort before the whole page has processed within Embperl., but
ther
Hi,
I realise this is covered in part in the modperl guide, but I'd to ask
for a bit of clarification/confirmation ...
I have pages generated with embperl, with each page having it's own
module to pull data from the database and pass it back to page in a
hash, the first line of the em
> /usr/bin/pod2man: Invalid man page - 1st pod line is not NAME in
IntroD.pod
> Couldn't install blib/man3/HTML::Embperl::IntroD.3
That are only warnings about the docs, but
perldoc foo
for example
perldoc HTML::Embperl::IntroD
will still work. So nothing to worry about. I try
"Gerald Richter" <[EMAIL PROTECTED]> wrote:
> The third beta of Embperl 2.0 is now available from
> ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b3.tar.gz
I got the following errors during make on Linux 2.2.12-20 (Red Hat 6.1):-
/usr/bin/perl -I/usr/lib/perl5
ginal Message -
From: "Gustav Kristoffer Ek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 4:08 PM
Subject: problems compiling Embperl 1.3.3 on MacOS X 10.0.4
When I try compiling Embperl, it dies when it comes to
blib/arch/auto/HTML/Embperl/Embperl.bu
When I try compiling Embperl, it dies when it comes to
blib/arch/auto/HTML/Embperl/Embperl.bundle:
cc -o blib/arch/auto/HTML/Embperl/Embperl.bundle -bundle -undefined
suppress Embperl.o epmain.o epio.o epchar.o epcmd.o eputil.o epeval.o
epapinit.o
/usr/bin/ld: multiple definitions of symbol
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.3.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.3.tar.gz
size: 345235 bytes
md5: f2a4579210f7797e1ff4d756f3b7e037
Embperl 1.3.2 is current stable version and this release contains
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.2.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz
size: 341834 bytes
md5: 3ba1d6ecd5958a45ab1a8819517e7672
Embperl 1.3.2 is current stable version and this release contains
The second beta of Embperl 2.0 is now available from
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b2.tar.gz
The main news are the support for interactive debuggers and the possibility
to use different syntaxes (Embperl, SSI, ASP, pure Perl, Text only etc.)
along with various bugfixes
Hello,
I'm trying to get running Apache, mod_perl and embperl, but no success. It
seems like a problem of building a shared mod_perl module on AIX and
exporting apache symbols as well, to enable to build shared emb-perl module.
My steps so far:
gcc 2.95.2. Built myself and installed.
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.1.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz
size: 328406 bytes
md5: e58778ddd2e56ef129220a416818a525
The main improvements in this release is in EmbperlObject, which has
>
> I have installed mod_perl as a DSO for apache, everything is ok!
> Now i am in need for embperl, the problem begins when i perl
> Makefile.PL, it asks me for apache source!
> Since i have every apache module as DSO i have deleted everything
> related to apache.
>
> Ho
hi folks!
Here am i again with some doubts once more.
I have installed mod_perl as a DSO for apache, everything is ok!
Now i am in need for embperl, the problem begins when i perl
Makefile.PL, it asks me for apache source!
Since i have every apache module as DSO i have deleted everything
FTP archive, but for development versions this is a bit painful.
>
It is a branch in the normal Embperl cvs. You can check it out with
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r Embperl2c
embperl
Gerald
On Fri, Dec 22, 2000 at 07:51:36AM +0100, Gerald Richter wrote:
> Since it's not yet ready for production use, it's only available from my ftp
> server at
Hmm, with unstable software I prefer to use cvs upd more often, isn't
there a cvs repository anywhere? A stable version can also be fetched
f
After long time of talking, designing, developing, codeing and testing I am
now happy to announce the first beta of Embperl 2.0. It has a totaly
rewritten core and makes the way free for a lot of new possibilities...
At the moment it's mainly a speed improvement and introduces caching o
calar @t;$i++) {
>$out = ''; $t = $t[$i];
>HTML::Embperl::Execute({'escmode' => 1,
>'input' => \$t,
>'output' => \$out,
>
$out = ''; $t = $t[$i];
HTML::Embperl::Execute({'escmode' => 1,
'input' => \$t,
'output' => \$out,
'mtime' => undef});
chomp $o
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.0.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.0.tar.gz
size: 309786 bytes
md5: d62c04100c70161733c9ff38602ee528
After nearly a year of beta test, the final 1.3.0 release is out
dialog box
saying content type as "application/x-httpd-cgi"! If I save it to a
file it contains the emacs backup file.
The problem goes away if I do any one of the following:
- take away the "?a=a" from the request
- delete the menu.epl.en~ file
- change epl to html (of
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b7.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b7.tar.gz
size: 306074 bytes
md5: 257487aa3fd8343b130930a58dd97a65
Embperl is a module for embedding Perl code in HTML pages. It has a
On Mon, 13 Nov 2000, Gerald Richter wrote:
[...]
> Does mod_perl build and run correctly ?
Yes, it does. But I have a similar problem with Apache::Request though
> If yes, we can maybe look at it's Makefile, to see what's different.
you meen modperls' Makefile right?
I think it has something
At 1:17 PM -0500 11/13/00, Ruben I Safir wrote:
>Is that the new Machintosh BSD OS?
Yes. Darwin refers to the open source BSD layers, and Mac OS X refers
to the whole thing including the new Aqua UI on top and the Classic
compatibility environment for running previous Mac OS apps.
Mac OS X is
Is that the new Machintosh BSD OS?
>> nm httpd
>>
>> are missing ones listed ?
>
>No one of them are listed. Think I have to figure out how the
>linker/compiler works on macos x in details.
>
>Any other suggestions?
Sorry, I don't even know what "macos x" is...
Does mod_perl build and run correctly ?
If yes, we can maybe look at
On Mon, 13 Nov 2000, Gerald Richter wrote:
> >loading...dyld: /usr/bin/perl Undefined symbols:
> >_ap_get_client_block
> >...
>
> Mostly this is because the symbols have been striped from the Apache binary
> after build. You can see the public symbols of the httpd binary with
>PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib
>-I/System/Library/Perl/darwin -I/System/Library/Perl test.pl
>
>loading...dyld: /usr/bin/perl Undefined symbols:
>_ap_get_client_block
>...
Mostly this is because the symbols have been striped from the Apache binary
aft
I have compiled the latest embperl from cpan (1.3b6) with apache
support, but when I try make test I got:
PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/System/Library/Perl/darwin -I/System/Library/Perl test.pl
loading...dyld: /usr/bin/perl Undefined symbols
We are searching a mod_perl/Embperl programmer (or somebody who wants to
become one) for a job in Germany (near Mainz)
If you are interessted please view details at
http://www.ecos.de/x/index.htm/jobs/r_jobs.htm or send me a mail to
[EMAIL PROTECTED]
Gerald
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b6.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b6.tar.gz
size: 300443 bytes
md5: a57165c6a75b3c8d33ca8b2833c671fc
Embperl is a module for embedding Perl code in HTML pages. See
http
700 MDM Projekt)
beauftragt.
Interessenten sollten mehrjaehrige Perl-, HTML- und UNIX-Erfahrung
haben. Wir setzen auf Modperl, Embperl und Postgresql unter Linux und
Solaris. Auf der Applikationsebene laeuft unser System ausschliesslich
unter Perl. Aktuelle Themen sind XML, UTF, Adobe FDF, LDAP
> >>
> >> Basically what happens is that some times a page will hang while
> > executing...
> >
> > Is it a POST request? Is the page invoke by the mod_perl handler or do
you
> > call it from your own script via Execute?
>
> POST & GET. This happens by far the most when access via Netscape 4.75
f
ONS 2048
PerlSetEnv EMBPERL_FILESMATCH \.htm$
PerlSetEnv EMBPERL_FILESMATCH \.html$
PerlSendHeader Off
SetHandler perl-script
Options ExecCGI
PerlHandler HTML::Embperl
order allow,deny
allow from all
Regards,
Wim Kerkhoff, Software Engineer
NetMaster Networking Solutions
[EMAIL PROTECTED]
>
> Basically what happens is that some times a page will hang while
executing...
Is it a POST request? Is the page invoke by the mod_perl handler or do you
call it from your own script via Execute?
Gerald
-
Gerald Richterecos elect
6.4 (compiled in)
OpenSSL/0.9.5a (compiled in)
HTML-Embperl-1.3b3
Linux 2.2.12
Here's the httpd process that are currently running. The SIZE kind of worries
me... is this normal?
PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
27391 www-data 0 0 20104 19M 8
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b5.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b5.tar.gz
size: 282226 bytes
md5: 812c620f5123b91c74b0c46a24d573d0
Embperl is a module for embedding Perl code in HTML pages. See
http
2000, Jason Bodnar wrote:
> Please send the file for the url you're getting the error with.
>
> On 05-Aug-2000 Jeff Smelser wrote:
> > I got EMbperl to compile. It when I did make test, everything went great.
> > OK's down the line. I set up apache with:
> >
Please send the file for the url you're getting the error with.
On 05-Aug-2000 Jeff Smelser wrote:
> I got EMbperl to compile. It when I did make test, everything went great.
> OK's down the line. I set up apache with:
>
>
> SetHandler perl-script
> PerlHandler H
I got EMbperl to compile. It when I did make test, everything went great.
OK's down the line. I set up apache with:
SetHandler perl-script
PerlHandler HTML::Embperl
This is what apache says when I restarted it:
[10843]ERR: 25: Line 1: Error
[Sat Aug 5 16:10:00 2000] [notice] Apache/
Paul J. Lucas writes:
> On Fri, 28 Jul 2000, Malcolm Beattie wrote:
>
> > Assuming the kernel only keeps track of the last fault position in the file,
> > it won't recognise that it's being read linearly (twice :-) and may well not
> > do the async read ahead and drop behind in page cache that it
On Fri, 28 Jul 2000, Malcolm Beattie wrote:
> Assuming the kernel only keeps track of the last fault position in the file,
> it won't recognise that it's being read linearly (twice :-) and may well not
> do the async read ahead and drop behind in page cache that it would do
> otherwise. Once agai
Paul J. Lucas writes:
> > This is the quote from "Philip and Alex..." that I was talking about
> > earlier. I don't know if its relevant or not:
> >
> > They replied "NaviServer uses memory-mapped file I/O on single-processor
> > machines but automatically configures itself to use operating syste
On Fri, 28 Jul 2000, Paul J. Lucas wrote:
> > This is the quote from "Philip and Alex..." that I was talking about
> > earlier. I don't know if its relevant or not:
> >
> > They replied "NaviServer uses memory-mapped file I/O on single-processor
> > machines but automatically configures itself t
> This is the quote from "Philip and Alex..." that I was talking about
> earlier. I don't know if its relevant or not:
>
> They replied "NaviServer uses memory-mapped file I/O on single-processor
> machines but automatically configures itself to use operating system read on
> multi-CPU machines s
On Fri, 28 Jul 2000, Paul J. Lucas wrote:
> On Fri, 28 Jul 2000, Kenneth Lee wrote:
>
> > it would be good for the user to choose between mmap or normal i/o at
> > compile time. i'll try HTML::Tree anyway in the meantime.
>
> It's not that simple. Using mmap(2) greatly affects how one
>
On Fri, 28 Jul 2000, Kenneth Lee wrote:
> it would be good for the user to choose between mmap or normal i/o at
> compile time. i'll try HTML::Tree anyway in the meantime.
It's not that simple. Using mmap(2) greatly affects how one
writes code: it's not a drop-in replacement fo
it would be good for the user to choose between mmap or normal i/o at
compile time. i'll try HTML::Tree anyway in the meantime.
Matt Sergeant wrote:
>
> On Thu, 27 Jul 2000, Paul J. Lucas wrote:
>
> > On Thu, 27 Jul 2000, Gerald Richter wrote:
> >
> > > To
"Paul J. Lucas" <[EMAIL PROTECTED]> writes:
> On Fri, 28 Jul 2000, Gerald Richter wrote:
>
> > As far as I understand you you use mmap to read in the source file, is this
> > correct?
>
> Yes.
>
> > If this is true, then it will not make much difference, because reading in
> > the source
On Thu, 27 Jul 2000, Paul J. Lucas wrote:
> On Thu, 27 Jul 2000, Gerald Richter wrote:
>
> > To keep it fast Embperl is written in C.
>
> Unless you use mmap(2), you can't compete with the speed of
> HTML Tree. The only downside of mmap(2) is that HTML
>
> I suggest you do some benchmarks. I have, albeit many months
> ago. If I recall correctly, I took Yahoo's home page and ran
> it through my HTML Tree and that of Gisle Aas: HTML was about
> 7-8 times faster.
>
I don't use Gisle Aas HTML
On Fri, 28 Jul 2000, Gerald Richter wrote:
> As far as I understand you you use mmap to read in the source file, is this
> correct?
Yes.
> If this is true, then it will not make much difference, because reading in
> the source is only a very small piece of all the time that it takes to
>
> > To keep it fast Embperl is written in C.
>
> Unless you use mmap(2), you can't compete with the speed of
> HTML Tree. The only downside of mmap(2) is that HTML Tree must
> be first in an Apache::Filter filter chain.
>
As far as I understan
ood. Doing programming logic in something that's supposed to
> be a displat template - Bad.
>
To quote you: "You can do exactly this with the Embperl." :-)
Gerald
is this a gauntlet being thrown down?
i hear the sound of parsing engines grinding away:
gentleman - start your benchmarks.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
"Paul J. Lucas" wrote:
> On Thu, 27 Jul 2000, Gerald Richter wrote:
>
> > To keep it fast E
1 - 100 of 634 matches
Mail list logo