cvs commit: modperl-2.0/lib/Apache Build.pm

2002-06-15 Thread dougm
dougm 2002/06/15 10:26:29 Modified:lib/Apache Build.pm Log: remove -undefined suppress from ldflags on darwin (should never be there) Revision ChangesPath 1.97 +7 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-15 Thread stas
stas2002/06/15 12:08:21 Modified:t/response/TestAPR perlio.pm Log: disable the failing tests with 5.8.0-RC2 while reworking APR PerlIO layer Revision ChangesPath 1.9 +1 -1 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-06-15 Thread dougm
dougm 2002/06/15 13:59:06 Modified:src/modules/perl mod_perl.c Log: fix modperl_boot prototype Revision ChangesPath 1.125 +1 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/lib/ModPerl Manifest.pm

2002-06-15 Thread dougm
dougm 2002/06/15 16:36:52 Modified:lib/ModPerl Manifest.pm Log: include TestAPR::util in the dist as it is already skipping the apr_generate_random_bytes test Revision ChangesPath 1.4 +0 -2 modperl-2.0/lib/ModPerl/Manifest.pm Index: Manifest.pm

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

2002-06-15 Thread dougm
dougm 2002/06/15 16:48:58 Modified:t/response/TestAPR perlio.pm Log: disabling tests until perlio issues are sorted out Revision ChangesPath 1.10 +3 -3 modperl-2.0/t/response/TestAPR/perlio.pm Index: perlio.pm

cvs commit: modperl-2.0 Changes

2002-06-15 Thread dougm
dougm 2002/06/15 16:56:20 Modified:.Changes Log: _03 release Revision ChangesPath 1.24 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/lib mod_perl.pm

2002-06-15 Thread dougm
dougm 2002/06/15 17:02:58 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.25 +2 -0 modperl-2.0/Changes Index: Changes === RCS

cvs commit: modperl-2.0/src/modules/perl modperl_perl_pp.c modperl_perl_pp.h

2002-06-15 Thread dougm
dougm 2002/06/15 18:07:21 Added: src/modules/perl modperl_perl_pp.c modperl_perl_pp.h Log: new module where any PL_ppaddr modifications are done Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_perl_pp.c Index: modperl_perl_pp.c

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

2002-06-15 Thread dougm
dougm 2002/06/15 18:09:18 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.72 +54 -19modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2002-06-15 Thread dougm
dougm 2002/06/15 18:09:46 Modified:lib/ModPerl Code.pm Log: integrate modperl_perl_pp module Revision ChangesPath 1.82 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file:

cvs commit: modperl-2.0/src/modules/perl modperl_perl_pp.c modperl_perl_pp.h

2002-06-15 Thread dougm
dougm 2002/06/15 18:20:50 Modified:src/modules/perl modperl_perl_pp.c modperl_perl_pp.h Log: stub modperl_pp_require Revision ChangesPath 1.2 +8 -0 modperl-2.0/src/modules/perl/modperl_perl_pp.c Index: modperl_perl_pp.c

cvs commit: modperl-2.0/src/modules/perl modperl_perl_pp.c

2002-06-15 Thread dougm
dougm 2002/06/15 18:34:02 Modified:src/modules/perl modperl_perl_pp.c Log: MP_FUNC_T not needed, infact breaks win32 Revision ChangesPath 1.3 +1 -1 modperl-2.0/src/modules/perl/modperl_perl_pp.c Index: modperl_perl_pp.c

cvs commit: modperl-2.0/lib/Apache Build.pm

2002-06-15 Thread dougm
dougm 2002/06/15 18:58:50 Modified:lib/Apache Build.pm Log: hmm, darwin ldflags fixup was not quite good enough Revision ChangesPath 1.98 +4 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

Re: Thread bug in 5.8RC1 Win32

2002-06-15 Thread Alessandro Forghieri
Greetings. On Fri, Jun 14, 2002 at 12:44:50PM +0200, Alessandro Forghieri wrote: Running NT4SP6, 5.8RC1 compiled debug. The following session: D:\Apache2perl -d -e 42 DB1 ;{use threads;my $var=1;threads-create(sub{$var++})-join();} Crashes the intepreter, in perl.c: [...] Sorry to

Re: Thread bug in 5.8RC1 Win32

2002-06-15 Thread Jarkko Hietaniemi
In UNIX platforms your test made Perl enter a 100% CPU loop consisting of SEGVs on top of SEGVs on top of SEGVS... the below hopefully fixes: Change 17250 by jhi@alpha on 2002/06/15 15:34:51 Possible cure for Subject: Re: Thread bug in 5.8RC1 Win32 From:

Stuck loading startup.pl in Apache2 on WinNT

2002-06-15 Thread Douglas McCarthy
I can't get Apache2 to start with mod_perl. I could on Linux, but am having trouble on NT. The launch gets stuck in startup.pl Apache finds startup.pl but complains that it can't locate Apache.pm in INC. Trouble is, it's there. I've played with the eagle book startup.pl (not to mention Stas

htaccess

2002-06-15 Thread Tiago Almeida
Hello, Can anyone tell me if theres any way to authenticate automatically to a htaccess protected web page with a Perl script, sending the user name and the password to the login box? i don't to open the web page , but i want to process some data in it. does any knows some module to do that

Re: Stuck loading startup.pl in Apache2 on WinNT

2002-06-15 Thread Doug MacEachern
On Sat, 15 Jun 2002, Douglas McCarthy wrote: I can't get Apache2 to start with mod_perl. I could on Linux, but am having trouble on NT. The launch gets stuck in startup.pl Apache finds startup.pl but complains that it can't locate Apache.pm in INC. Trouble is, it's there. you shouldn't

Re: htaccess

2002-06-15 Thread Jim Martinez
On Jun 15 Tiago Almeida wrote: Hello, Can anyone tell me if theres any way to authenticate automatically to a htaccess protected web page with a Perl script, sending the user name and the password to the login box? i don't to open the web page , but i want to process some data in it.

Re: htaccess

2002-06-15 Thread Tiago Almeida
Thanks Jim Thats just right regards tsa On Sat, 2002-06-15 at 18:38, Jim Martinez wrote: On Jun 15 Tiago Almeida wrote: Hello, Can anyone tell me if theres any way to authenticate automatically to a htaccess protected web page with a Perl script, sending the user name and the

Re: htaccess

2002-06-15 Thread Ron Pero
Yes. Use the LWP module, LWP::UserAgent. Its credentials() method lets you add the username and password to the request. At 05:25 PM 06/15/02 +0100, Tiago Almeida wrote: Hello, Can anyone tell me if theres any way to authenticate automatically to a htaccess protected web page with a Perl

Re: MVC Topic Joy

2002-06-15 Thread Perrin Harkins
In most cases the Handler is set to view, in which case View.pm instantiates other modules objects, (and those instantiations use other url string data to determine what to construct into the object). View then just spits out the default head, body (created with the other objects) and

Re: [OT] WebObjects [Was: Re: separating C from V in MVC]

2002-06-15 Thread Perrin Harkins
WO is amazing, no two ways about it. Once you use it, everything else sucks. There are no exceptions. That's kind of a rude statement to make on this list, where all of these people are offering free software and support to you. It's been a few years since I last evaluated WebObjects, but

Re: separating C from V in MVC

2002-06-15 Thread Perrin Harkins
My general motto is tiers eq tears ... I've never seen a really comfortable OO/SQL bridge. So who's talking about an OO/SQL bridge? Not me. At least not an automatic one. I write the SQL by hand. Group bys, order bys, multi-table selects, locking, SQL query plans and index optimisation

Re: separating C from V in MVC

2002-06-15 Thread Perrin Harkins
This approach works for some things, but I think it falls down when it comes to doing complex database searches, particularly searches generated ad-hoc on multiple columns in multiple tables. In general, the user interface you provide for a search will be much higher-level than the SQL that

Re: separating C from V in MVC

2002-06-15 Thread Perrin Harkins
An Object-Relational mapper takes objects and stores them in a relational database, as transparently as possible. I think the most pure example of this I've seen in the Perl world is Tangram (www.tangram-persistence.org). SPOPS is also an O-R mapper (actually, its a generic Object

Re: Stuck loading startup.pl in Apache2 on WinNT

2002-06-15 Thread Alexandre Sebrao
HI! CAN ANYONE Send me a e-mail that cancel to receives this e-mail list! Thx!

Re: Stuck loading startup.pl in Apache2 on WinNT

2002-06-15 Thread Alexandre Sebrao
HI! CAN ANYONE Send me a e-mail that cancel to receives this e-mail list! Thx!

Re: [OT] WebObjects [Was: Re: separating C from V in MVC]

2002-06-15 Thread Kyle Dawkins
Perrin al Once you use it, everything else sucks. There are no exceptions. That's kind of a rude statement to make on this list, where all of these people are offering free software and support to you. Ah, you're right; I actually never meant that as a slight against things mod_perl; I

[OT] what drives Amazon?

2002-06-15 Thread F. Xavier Noria
Does anybody know which is the technology behind Amazon? -- fxn

Re: [OT] WebObjects [Was: Re: separating C from V in MVC]

2002-06-15 Thread Perrin Harkins
Not quite sure what you mean here. The general WO request-response loop is 1 Process request 2 Perform action 3 Return response Step 3 is entirely dependent on the previous two, just like any mod_perl/CGI/php app. The introductory documentation makes it look each URL is tied to a

Re: [OT] what drives Amazon?

2002-06-15 Thread Perrin Harkins
Does anybody know which is the technology behind Amazon? If you look at their job listings, you'll see it's a lot of C/C++ and Perl, with a smattering of other things, running on Unix. That's pretty typical of the really big sites. - Perrin

Re: [OT] what drives Amazon?

2002-06-15 Thread Peter Bi
Hi, any comments on Java Servlet, .NET, mod_Perl and others such as ColdFusion ? I personally was asked for such question a few days ago. The other side needs a service like UPS.com. What do people on this mailing list think about ? Peter Bi - Original Message - From: Perrin Harkins

ANNOUNCE: mod_perl-1.99_03

2002-06-15 Thread Doug MacEachern
The URL http://perl.apache.org/dist/mod_perl-1.99_03.tar.gz has entered CPAN as file: $CPAN/authors/id/D/DO/DOUGM/mod_perl-1.99_03.tar.gz size: 391039 bytes md5: 36f7beae83234a20217096046e3d73ff Changes since 1.99_02: win32 fix for the global Apache-request object to make sure it

Re: [OT] what drives Amazon?

2002-06-15 Thread Todd Chapman
There were a lot or perl coders when I was there for a short consulting gig. Wonder if any of my perl code still survives... -Todd On Sun, 16 Jun 2002, F. Xavier Noria wrote: Does anybody know which is the technology behind Amazon? -- fxn

[ANNOUNCE] HTML::Template::JIT 0.03

2002-06-15 Thread Sam Tregar
HTML::Template::JIT - a just-in-time compiler for HTML::Template CHANGES - Added support for case_sensitive option to new(). - Added new print_to_stdout option to new() to have output printed to STDOUT as it is generated. - Added support for ESCAPE. Template syntax support is now