The uploaded file
Apache-Test-1.08.tar.gz
has entered CPAN as
file: $CPAN/authors/id/S/ST/STAS/Apache-Test-1.08.tar.gz
size: 106214 bytes
md5: ac6657a097f060d688ba8c314b861545
Support:
If you have any problems remember to read the Apache-Test/README file.
Important changes since 1.0
Stas Bekman wrote:
[...]
Great hack Stas, but alas, I suspect(all right, I *know*) that there are
interpreters that are getting reaped in my situation. Is there a
similar magic BLOCK for gc like the 'CLONE' convention?
I think the END block is run for every clone, I'll write a test later.
I was
What you want to be using is Apache::DBI. Sounds like someone made a bad
attempt at making their own cached connections in the code you have.
Apache::DBI handles everything transparently for you. But you are going to
have to dig in and get rid of all the caching stuff that is currently in
your
Hi everyone, I'm fairly new to mod_perl but have been working with perl
for a few years now.
I have a site which connects to postgres, no idea whether it uses
persistent connections or not, as the custom modules built prior to me
looking at it goes pretty deep.
Connections to postgres are made t
Casey West wrote:
> It was Tuesday, February 24, 2004 when Jeffrey W. Baker took the soap box, saying:
> : Therefore I'd be happy and grateful to hand off the maintainership of
> : Apache::Session to one or a group of you. Proposals welcome.
>
> Apache::Session is an important distribution for
It was Tuesday, February 24, 2004 when Jeffrey W. Baker took the soap box, saying:
: Therefore I'd be happy and grateful to hand off the maintainership of
: Apache::Session to one or a group of you. Proposals welcome.
Apache::Session is an important distribution for the work I do. I'd be
willing
> I think I need to read the Brigade docs again :). But, yeah, when I was
> building the thing, I was kinda thinking about it like it was a filter.
> Your approach sounds like it might be better though.
it was just an idea that I had, and I hadn't investigated brigades to the
point where I fu
mock wrote:
stupid when I try to attach something like Mail::Audit to it.
Apache::Net::Server::Mail::SMTP::Mail::Audit::PGP or something of the like
is
just aesthetically sucky. So, suggestions please?
That's exactly where the problem is with your name choice. If you plan to
add things which ar
On Tue, Feb 24, 2004 at 02:29:16PM -0500, Geoffrey Young wrote:
>
> > You probably want to talk to Geoff, since he said he has already started
> > working on it. May be he has enough dough, so that you can finish it
> > off. And as he said it'll will in the APR:: namespace, so there is no
> > coll
I've released Apache::Session 1.6, which I had planned for New Year's
Day. Truly, it takes only a few minutes or at most a few hours to
apply, test, and release improvements and fixes. However, I simply
don't develop for the web any more. Therefore I've lost the itch that
Apache::Session used to
> I am new to the scene and am trying to get embperl to run with Apache2
> and mod_perl2 on Windows XP (w/ activestate perl 5.8).
>
On Windows Embperl only supports Apache 1 + mod_perl 1, because Apache 2
requires thread support and Embperl doesn't fully supports threads yet.
Threads will be suppo
>By the way, it's pretty reasonable to expect that someone who intends to
>run your code under mod_perl will be able to either add a use lib
>statement to httpd.conf or put your libs in /lib/perl/ which
>is automatically added to @INC. Both of those avoid this issue
I actually ended up using "Perl
On Tue, Feb 24, 2004 at 09:35:57AM -0800, Stas Bekman wrote:
> You probably want to talk to Geoff, since he said he has already started
> working on it. May be he has enough dough, so that you can finish it off.
> And as he said it'll will in the APR:: namespace, so there is no collision.
> I s
Apache::Session 1.6 has entered CPAN after 28 months of arduosly
ignoring all patches ;)
Changes in this edition include:
* Long-awaited fix for reversed file age test in File::clean()
* TableName parameter for Store/DBI and subclasses
* Improved Sybase support
* Informix support
* New tests (now
After many months of working through design and code issues, I have
finally uploaded to CPAN a very alpha version of a new application
framework.
This framework consists of the following modules and their dependencies:
Apache::Gestinanna 0.02
Gestinanna 0.01
Gestinanna::POF 0.06
Gestinann
On Tue, 2004-02-24 at 10:44, Enrico Sorcinelli wrote:
> Wrapper or not, I think this is the moment to decide the future of
> Apache::Session.
I'm not sure it needs to happen right this minute, but I do have an idea
of what I would like to see happen with sessions in the mod_perl world.
Apache::Se
> You probably want to talk to Geoff, since he said he has already started
> working on it. May be he has enough dough, so that you can finish it
> off. And as he said it'll will in the APR:: namespace, so there is no
> collision. I suppose once the core supports it, you can just nuke it
> from CP
On Tue, 2004-02-24 at 11:53, Chris Ochs wrote:
> The key feature that I cannot find in any session manager is to
> use cookies if they exist, else fall back to using the query string. This
> is pretty much mandatory for ecommerce sites.
I'd say it's actually somewhat rare in the sites out there n
Hi guys,
On Tue, 24 Feb 2004, Stas Bekman wrote:
> when you write an application you give it some name ... unique and cool
> ... e.g. Apache::MockMail
Now that's nice!
73,
Ged.
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List e
mock wrote:
On Mon, Feb 23, 2004 at 03:38:17PM -0800, Stas Bekman wrote:
Geoffrey Young wrote:
By commenting on Apache::TieBucketBrigade I was trying to
reserve that or a similar namespace for the modperl core. So later there
would be no collision/confusion.
oh, I didn't get that from your comme
Enrico Sorcinelli wrote:
Hi all,
I've just packaged an old project.
Apache::Syntax::Highlight::Perl is a simple mod_perl (both 1 and 2) module that
provides syntax highlighting for Perl code. This module is a wrapper around
Syntax::Highlight::Perl.
The original module has already a pretty long na
Hi all,
I've just packaged an old project.
Apache::Syntax::Highlight::Perl is a simple mod_perl (both 1 and 2) module that
provides syntax highlighting for Perl code. This module is a wrapper around
Syntax::Highlight::Perl.
You can see a preview at:
http://modperl.it/highlight/
(curren
Just to jump in here..
A few weeks ago I was looking for a session manager like the one you are
describing. The key feature that I cannot find in any session manager is to
use cookies if they exist, else fall back to using the query string. This
is pretty much mandatory for ecommerce sites. I
On Tue, 24 Feb 2004, Enrico Sorcinelli wrote:
> > Yes, I know about Apache::SessionManager but unfortunately it is tightly
> > tied into mod_perl, going so far as to subclass the Apache class (which I
> > think is a bad idea, in this case).
>
> Unfortunately why?
Because I want something that wor
On Sun, 22 Feb 2004 22:38:20 -0600 (CST)
Dave Rolsky <[EMAIL PROTECTED]> wrote:
Hi Dave,
> Yes, I know about Apache::SessionManager but unfortunately it is tightly
> tied into mod_perl, going so far as to subclass the Apache class (which I
> think is a bad idea, in this case).
Unfortunately why
Hi all,
On Tue, 24 Feb 2004, mock wrote:
> Apache::Net::Server::Mail::SMTP::Mail::Audit::PGP or something of the like is
> just aesthetically sucky. So, suggestions please?
You're quite right. I'm starting to think there should be some kind
of an on-the-hoof database lookup for namespaces.
7
On Mon, Feb 23, 2004 at 03:38:17PM -0800, Stas Bekman wrote:
> Geoffrey Young wrote:
>
> >>By commenting on Apache::TieBucketBrigade I was trying to
> >>reserve that or a similar namespace for the modperl core. So later there
> >>would be no collision/confusion.
> >
> >oh, I didn't get that from y
On Fri, 2004-01-23 at 20:56, Sasan Dashtinezhad wrote:
> Hi guys,
>
> My question is more site-development related.
>
> What I plan to do is to distribute tasks to clients which will connect
> to the Web server. Jobs are defined in files, residing on the server,
> and clients have to be somehow
28 matches
Mail list logo