Stas Bekman wrote:
Philippe M. Chiasson wrote:
But I'm not sure what to do about these:
module: Apache::Connection
version: undef
in file: mod_perl-2.0.0-RC2-XMas/lib/Apache/compat.pm
status: Not indexed because
mod_perl-1.29/Connection/Connection.pm
in G/GO/GOZ
mpxs_Apache__RequestRec_new is another problematic method. it segfaults if
adding a magic:
Index: xs/Apache/RequestUtil/Apache__RequestUtil.h
===
--- xs/Apache/RequestUtil/Apache__RequestUtil.h (revision 123255)
+++ xs/Apache/Request
Merry Christmas and Happy New Year to all mp developers. Thank you very much!
Jie
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
APR::Pool:
- mpxs_apr_pool_create (not sure about this one)
Joe, any ideas how to solve this tricky one? This is the APR::Pool->new
itself, when called as $p->new:
Index: xs/APR/Pool/APR__Pool.h
===
--- xs/APR/Pool/APR__Pool.h (r
Philippe M. Chiasson wrote:
But I'm not sure what to do about these:
module: Apache::Connection
version: undef
in file: mod_perl-2.0.0-RC2-XMas/lib/Apache/compat.pm
status: Not indexed because mod_perl-1.29/Connection/Connection.pm
in G/GO/GOZER/mod_perl-1.29.tar
Stas Bekman wrote:
The PAUSE indexer report requires that we do the following:
Index: META.yml
===
--- META.yml(revision 123262)
+++ META.yml(working copy)
@@ -7,3 +7,10 @@
- Apache-Test
package:
- C::
The PAUSE indexer report requires that we do the following:
Index: META.yml
===
--- META.yml(revision 123262)
+++ META.yml(working copy)
@@ -7,3 +7,10 @@
- Apache-Test
package:
- C::Preprocessed
+
mod_perl 1.99_19 (2.0.0-RC2-XMas) is out:
http://perl.apache.org/dist/mod_perl-2.0.0-RC2-XMas.tar.gz
http://perl.apache.org/dist/mod_perl-2.0.0-RC2-XMas.tar.gz.asc (gpg sig)
CPAN:
file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.0-RC2-XMas.tar.gz
size: 1407092 bytes
md5: efeec9c467f1f1fb4a3f11
the 3rd solution is now committed.
--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apachewee
On Thu, 23 Dec 2004, Stas Bekman wrote:
> Randy Kobes wrote:
> > On an old (slow) machine I have, 'perl Makefile.PL'
> > takes a long time. By inserting some debug statements:
> [...]
> > sub apxs_cflags {
> > -my $cflags = __PACKAGE__->apxs('-q' => 'CFLAGS');
> > +my $self = shift;
> > +
Randy Kobes wrote:
On an old (slow) machine I have, 'perl Makefile.PL'
takes a long time. By inserting some debug statements:
[...]
sub apxs_cflags {
-my $cflags = __PACKAGE__->apxs('-q' => 'CFLAGS');
+my $self = shift;
+my $ref = ($self and ref($self) eq __PACKAGE__) ? $self : '';
+
On an old (slow) machine I have, 'perl Makefile.PL'
takes a long time. By inserting some debug statements:
Index: lib/Apache/Build.pm
===
--- lib/Apache/Build.pm (revision 123223
Philippe M. Chiasson wrote:
Also, if your hardware is running a 2.6 kernel, try to insmod hw_random
and if
that reports finding something like :
hw_random: AMD768 system management I/O registers at 0x5000.
hw_random hardware driver 1.0.0 loaded
Then you can just start /usr/sbin/rngd and you shoul
Philippe M. Chiasson wrote:
After going thru making the first release after our move to subversion,
I'd like the opportunity to discuss a possible change to how we make
releases.
Our current release process is a good one, but it was built around
CVS's limitations.
So in this proposal, I'd like to s
Pratik wrote:
Very nice work, Pratik. The only problem is that it syncs SetEnv|PassEvn
<=> %ENV completely twice for each .., PerlRequire and
PerlModule, which is not very effective. It would be nice to keep track of
just what keys have changed.
I need a little help here. MP2 directly uses Perl AP
After going thru making the first release after our move to subversion,
I'd like the opportunity to discuss a possible change to how we make
releases.
Our current release process is a good one, but it was built around
CVS's limitations.
So in this proposal, I'd like to solve a few problems.
1. Abil
Also, if your hardware is running a 2.6 kernel, try to insmod hw_random and if
that reports finding something like :
hw_random: AMD768 system management I/O registers at 0x5000.
hw_random hardware driver 1.0.0 loaded
Then you can just start /usr/sbin/rngd and you should get a very much improved
ent
On Dec 22, 2004, at 6:11 PM, Stas Bekman wrote:
So any idea how to feed the entropy device, other than waking up every
15 minutes to hug my notebook?
Can you add disk and network I/O interrupts to your entropy source?
I'm sure your disk is churning away all the time during these tests.
I don't
> Very nice work, Pratik. The only problem is that it syncs SetEnv|PassEvn
> <=> %ENV completely twice for each .., PerlRequire and
> PerlModule, which is not very effective. It would be nice to keep track of
> just what keys have changed.
>
I need a little help here. MP2 directly uses Perl API c
hi
( 04.12.22 18:11 -0500 ) Stas Bekman:
> So any idea how to feed the entropy device, other than waking up every
> 15 minutes to hug my notebook?
a sound card can be used to generate entropy [white noise, input from
static radio frequency, prolly lots of others too]. but i think this
will entail
20 matches
Mail list logo