Apache::DB debugger and modperl 2.0

2004-03-26 Thread Frank Wiles
gger running against my mod_perl 2.0 code? Any help on this would be appreciated. Thanks. ----- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list

Re: Apache::DB debugger and modperl 2.0

2004-03-29 Thread Frank Wiles
On Fri, 26 Mar 2004 15:58:19 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > > I ran into some weird trouble with some code I am working on and > > wanted to use the Perl debugger to step through the code. I'm > > working with on Fedora

Re: Connections

2004-04-01 Thread Frank Wiles
nd tear down a PostgreSQL database connection is very small compared to other databases I've used which reduces the usefulness of persistent connections. Yet another option would be to not use persistent database connections on the admin portions of the site, but continue to use them

Apache::DB ported to mp2

2004-04-07 Thread Frank Wiles
general consumption. ----- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Getting started with mod_perl

2004-04-08 Thread Frank Wiles
.0. Considering most (if not all) of the talks last year at OSCON were about 2.0 or switching to 2.0, a mostly 1.0 talk might be welcomed by people who are new to mod_perl or not looking to switch in the near future. - Frank Wiles <[

Re: Getting started with mod_perl

2004-04-08 Thread Frank Wiles
On 08 Apr 2004 11:53:09 -0700 [EMAIL PROTECTED] (Randal L. Schwartz) wrote: > >>>>> "Frank" == Frank Wiles <[EMAIL PROTECTED]> writes: > > Frank> Considering most (if not all) of the talks last year at OSCON > were Frank> about 2.0 or switch

Re: Apache::DB ported to mp2

2004-04-09 Thread Frank Wiles
going to be difficult for me to track down. I'm assuming you've built other CPAN modules that have C/XS components on this system with that compiler before without problems? Does anyone know if XS generates C code that .net 2003 can compile? -----

Re: Apache::DB ported to mp2

2004-04-11 Thread Frank Wiles
h results for me > in a syntax error, probably because of some other header > files also being needed, but as a workaround, putting in > #define SIGINT 2 > in DB.xs will allow it to compile. Thanks for helping find this bug guys! So would it be safe for me to add that #define

Re: [mp2?] silent exit on undefined subroutine

2004-04-13 Thread Frank Wiles
ee exactly what is happening. I'll be releasing the new code on CPAN sometime tomorrow, but you can grab a prelim copy at: http://cpan.org/authors/id/F/FW/FWILES/Apache-DB-0.07.tar.gz I'm not 100% sure this will help you find the problem, but it's worth a shot. -

[ANNOUNCE] Apache::DB 0.08

2004-04-15 Thread Frank Wiles
- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist

Re: [ANNOUNCE] Apache::DB 0.08

2004-04-15 Thread Frank Wiles
On Thu, 15 Apr 2004 14:00:53 -0500 "Barksdale, Ray" <[EMAIL PROTECTED]> wrote: > Ditto here. > > > > > On Thu, 2004-04-15 at 12:16, Frank Wiles wrote: > > > The uploaded file > > > > > > Apache-DB-0.08.tar.gz > > &g

Re: [ANNOUNCE] Apache::DB 0.08

2004-04-15 Thread Frank Wiles
ay well with lots of evals according to the original documentation. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/

Re: Apache::SmallProf

2004-05-09 Thread Frank Wiles
maybe someone could help me here, > > > > Thanks and regards, > > It looks like Frank had some modules loaded elsewhere and while > porting forgot to add the missing modules: Apache::RequestRec, > Apache::RequestUtil and a few others. > > Frank, take a look at: &

Re: Database handle destroyed.....

2004-05-07 Thread Frank Wiles
do the right thing there". I'll give it a go over the weekend and see if I can get it ported. I'll probably need it for my current project once it goes production anyway. - Frank Wiles <[EMAIL PROTECTED]> http://frank.

Re: Database handle destroyed.....

2004-05-07 Thread Frank Wiles
On Fri, 7 May 2004 09:31:44 -0700 (PDT) "Mark A. Downing" <[EMAIL PROTECTED]> wrote: > On Fri, 7 May 2004, Frank Wiles wrote: > > > Well the source leads me to believe they already know it doesn't > > work with mp2. To quote it "TODO - Should

Re: Database handle destroyed.....

2004-05-07 Thread Frank Wiles
H. > > > At 07:33 AM 5/7/2004, Frank Wiles wrote: > >On Thu, 06 May 2004 19:00:46 -0700 > >Stas Bekman <[EMAIL PROTECTED]> wrote: > > > > > Hulya Gurer wrote: > > > > > > > > Sorry Stas, here it's. > > > > >

Re: mod_perl object persistance..object web server?

2004-04-28 Thread Frank Wiles
http://www.danga.com/memcached/ There are Perl libraries for talking to it on CPAN. I think it's what you're looking for. ----- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: ht

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-05 Thread Frank Wiles
s it do it by pid? Do you get some kind of error message from Emacs? I've always just used it in the shell I launched the Apache process from. If you get me some more info about the problem you're seeing I'll play around with Emacs and see if I can get it to work for yo

[ANNOUNCE] Apache-DB-0.09.tar.gz

2004-05-18 Thread Frank Wiles
- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [ANNOUNCE] Apache-DB-0.09.tar.gz

2004-05-18 Thread Frank Wiles
On Tue, 18 May 2004 20:21:01 +0400 "Ruslan U. Zakirov" <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > > The uploaded file > > > > Apache-DB-0.09.tar.gz > > > > has entered CPAN as > > > > file: $CPAN/authors/id/F/FW/F

Re: [ANNOUNCE] Apache-DB-0.09.tar.gz

2004-05-18 Thread Frank Wiles
thout it. A::DP pod doesn't note > something special about DB init and also as you can see A::DP is > loaded with PerlModule before script. > > Best regards. Ruslan. I'll update the docs to be more specific about it. You're right it doesn'

Re: [ANNOUNCE] Apache-DB-0.09.tar.gz

2004-05-18 Thread Frank Wiles
On Tue, 18 May 2004 14:24:21 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Tue, 2004-05-18 at 14:06, Frank Wiles wrote: > > I'll update the docs to be more specific about it. You're > > right it doesn't specifically mention that portion of the setu

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread Frank Wiles
us amounts of commentary about it. Since many of us will be in Portland for OSCON, maybe we should get together in person to discuss mod_perl PR in more detail? Perhaps even create a small group of people to help with PR much like the PostgreSQL group has recently done with their advoc

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread Frank Wiles
On Tue, 08 Jun 2004 09:03:01 -0700 Stas Bekman <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > [...] > > Since many of us will be in Portland for OSCON, maybe we should > > get together in person to discuss mod_perl PR in more detail? > > Perhaps even cre

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread Frank Wiles
t; into people who know Perl and think that mod_perl is some other > language they would have to learn, and that's not good. I agree that we should work to make sure mod_perl is accurately portrayed and do our best to avoid misinterpretations that mod_perl is a separate la

Fw: Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread Frank Wiles
Accidentally only sent this to Perrin. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - Begin forwarded message: Date: Tue, 8 Jun 2004 16:53:48 -0500 From: Frank Wiles <[EMAIL PROTECTED]> To: Pe

OSCON 2004 mod_perl BOFs

2004-06-15 Thread Frank Wiles
/w/29/bof.html Hopefully these times work for everyone who wants to attend. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl

Re: OSCON 2004 mod_perl BOFs

2004-06-16 Thread Frank Wiles
On Tue, 15 Jun 2004 23:01:40 -0500 (CDT) Dave Rolsky <[EMAIL PROTECTED]> wrote: > On Tue, 15 Jun 2004, Frank Wiles wrote: > > > mod_perl Advocacy and PR > > Thursday 8-9pm Columbia Room > > Doh, same time as the Mason BOF. I hope this doesn't conflict

Re: Perl to DB2 works outside Apache, not in Apache

2004-07-08 Thread Frank Wiles
t installed on your system. You will need to install it from cpan.org. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Variables in memory.

2004-09-22 Thread Frank Wiles
this? Use > sessions and hold the variables in a uniqe hash per session? You are most likely using some global variables in your code. You'll want to check this page out: http://perl.apache.org/docs/1.0/guide/porting.html#Sometimes_it_Works__Sometimes_it_Doesn_t --

Re: Modperl setup Linux (which version)?

2004-10-13 Thread Frank Wiles
the current mod_perl 2.0 from: http://perl.apache.org/download/ And go from there. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http:

Re: Modperl setup Linux (which version)?

2004-10-13 Thread Frank Wiles
ll people using Perl 4 code in production, but I wouldn't take that a reason to not use Perl 5. Also, all major Linux distributions that I am aware of are now coming with Apache 2, not Apache 1. I'm using mp2, so you now know at least one person! :) And I'm sure I'm n

Re: Modperl setup Linux (which version)?

2004-10-13 Thread Frank Wiles
e. This would require upgrading Apache to a version newer than what the distribution itself offers. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bug

Re: Modperl setup Linux (which version)?

2004-10-13 Thread Frank Wiles
y ditching threads, but I didn't realize it was quite big of a difference. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Help!! Mod_perl performance

2004-10-07 Thread Frank Wiles
ache Benchmark and can be used to stress test your web server and applications. Run it once with a few clients on your non-mod_perl environment and then your mod_perl one and you should see a difference in the number of requests per second they can handle. -

Apache::Singleton

2004-10-18 Thread Frank Wiles
is no longer interested in maintaining them. Thanks! --------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/m

Re: Apache::Singleton

2004-10-19 Thread Frank Wiles
On Tue, 19 Oct 2004 10:02:06 -0700 Kevin Spencer <[EMAIL PROTECTED]> wrote: > On Mon, 18 Oct 2004 12:34:28 -0500, Frank Wiles <[EMAIL PROTECTED]> > wrote: > > > > Hi Everyone, > > > > I've been trying to reach the maintainer of Apache::Singlet

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
to handle the differences between Apache1 and Apache2 > correctly, so Apache::compat shouldn't be necessary (although I've > tried that too): I believe this is caused by a documentation bug I've yet to fix in Apache::DProf. Try preloading Apache2 in your startup.pl a

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 10:44:41 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > On Nov 2, 2004, at 10:37 AM, Frank Wiles wrote: > > > I believe this is caused by a documentation bug I've yet to fix in > > Apache::DProf. Try preloading Apache2 in your startup.pl and

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 11:03:11 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > On Nov 2, 2004, at 10:59 AM, Frank Wiles wrote: > > > H... ok try adding Apache::ServerUtil in your startup.pl, I > > may have written down Apache2 as the fix, but it might really be

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 11:24:40 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > On Nov 2, 2004, at 11:15 AM, Frank Wiles wrote: > > > I'm thinking Apache::compat might be confusing it. Can you try > > running without it? > > Commented out Apache::compat,

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 02 Nov 2004 18:51:20 +0100 Tom Schindl <[EMAIL PROTECTED]> wrote: > Of course he is have you read the since tag in the docs? :-) hehehe actually I hadn't, boy do I feel silly now... ----- Frank Wiles <[EMAIL PROTECTED]>

Re: mod_perlservice? what the heck?

2004-11-24 Thread Frank Wiles
this looks like re-inventing the wheel, road, and the whole concept of movement simply because you had the time to spare! - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: mod_perlservice? what the heck?

2004-11-24 Thread Frank Wiles
On Wed, 24 Nov 2004 12:40:44 -0600 Frank Wiles <[EMAIL PROTECTED]> wrote: > Another interesting thing is that it isn't specfically licensed > under any Open Source license. It just has a copyright for the > author, all rights reserved. Oops I stopped a GPL rig

Re: mod_perlservice? what the heck?

2004-11-24 Thread Frank Wiles
On Wed, 24 Nov 2004 12:43:06 -0600 Frank Wiles <[EMAIL PROTECTED]> wrote: > On Wed, 24 Nov 2004 12:40:44 -0600 > Frank Wiles <[EMAIL PROTECTED]> wrote: > > > Another interesting thing is that it isn't specfically licensed > > under any Open Source lic

Re: mod_perl marketing

2004-11-30 Thread Frank Wiles
hnologies. And I think we all agree that this is what needs to be stressed more to the public to gain better adoption. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.ap

Re: mod_perl marketing

2004-11-30 Thread Frank Wiles
way faster than Perl. I've seen non response phase handlers, written in mod_perl, handle better than commercial C modules. I'm curious why you think a C module would be a better solution? - Frank Wiles <[EMAIL PROTECTED]> ht

Re: mod_perl marketing

2004-11-30 Thread Frank Wiles
that what you are saying? ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: mod_perl marketing

2004-11-30 Thread Frank Wiles
You had me worried there for a second! :) This makes perfect sense. I think we could really benefit from some sort of survey on the subject. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems

Re: mod_perl marketing

2004-11-30 Thread Frank Wiles
e done with mod_perl without any C modules. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [Mason] Problems w/ Apache2+Mason on Fedora Core 2

2004-12-02 Thread Frank Wiles
-2.04_03-dev/ You get the version for mp2. I'm going to try and find out who takes care of http://http.apache.org/apreq/ as the instructions for installing from CPAN (perl -MCPAN -e "install libapreq") do not work. - Frank Wiles <

Re: Debugging for mod_perl

2004-12-17 Thread Frank Wiles
things are going wrong. You might also try running your httpd with only one process ( -X I believe ) and see if it has the same behavior. I would also check out: http://perl.apache.org/docs/1.0/guide/porting.html#Sometimes_it_Works__Sometimes_it_Doesn_t Hope this helps!

Re: [summary] The Conflict of mp1 vs mp2 vs mp22 vs ... vs mpNN

2005-01-05 Thread Frank Wiles
o tirelessly answering questions, writing > documentation, and pulling code together over the past few years. I agree 100%. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3

2005-01-06 Thread Frank Wiles
Core 1 boxes aren't running. Hope this helps. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3

2005-01-06 Thread Frank Wiles
On Thu, 06 Jan 2005 13:56:11 -0500 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Thu, 2005-01-06 at 12:40 -0600, Frank Wiles wrote: > > While I agree recompling Perl will help, you might also look into > > whether or not SELinux is slowing you down. > > How can

Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3

2005-01-06 Thread Frank Wiles
;re a vi user and don't use Emacs, why eat up the extra 20MBs of disk space and extra time when doing updates? ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3

2005-01-06 Thread Frank Wiles
more so on laptops than servers, but every little bit helps! :) None of these will probably recover all of your performance difference however. Plus what Perrin just mentioned about the kernels... ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3

2005-01-06 Thread Frank Wiles
clin/ it is source and object compatible with recent gcc's, so you wouldn't have to use it for everything. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Shared memory space

2005-01-06 Thread Frank Wiles
page: http://perl.apache.org/docs/1.0/guide/performance.html#Sharing_Memory ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Beginner needs suggestion!

2005-01-06 Thread Frank Wiles
er::SSL should return Apache::DECLINED if it was not able to authenticate because no cert was given. MyHandler::KRB5 would then need to return Apache::OK on authentication or Apache::HTTP_UNAUTHORIZED if it was unable to auth the user. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Issues with Environment Variables

2005-01-11 Thread Frank Wiles
CGI. That might work, but it seems > messy. This may not work, but I've seen people pass environment variables on the commandline before... like so: # TEST=foobar ./test.pl This sets $ENV{TEST} == 'foobar'. Not an elegant way to work around it, but it should then be passed to the CGI. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: ModPerl Installiation help

2005-01-19 Thread Frank Wiles
r many years now, and now > need to switch to Linux. You'll need to definitely upgrade to a newer version of Linux. Redhat 8 is very old. You'll want to be running Fedora Core 3 and then yes it is as simple as following the installation instructions on the website. -

Re: ModPerl Installiation help

2005-01-19 Thread Frank Wiles
On Wed, 19 Jan 2005 14:16:05 -0500 Todd Finney <[EMAIL PROTECTED]> wrote: > At 12:59 PM 1/19/2005 -0600, Frank Wiles wrote: > > You'll need to definitely upgrade to a newer version of Linux. > > Need? Why? I guess I should have clarified that a bit. Red Hat 8

Re: setting environment variables

2005-01-30 Thread Frank Wiles
iguration are you doing: SetHandler perl-script or SetHandler modperl If you're doing the second one %ENV is not populated and the easiest way to fix it is just to switch to using 'perl-script'. If you're using MP1 then Geoffrey is right tha

Re: Problems profiling with Apache::DProf

2005-03-29 Thread Frank Wiles
If there is a bug in Apache::DProf I'd like to get it fixed and release a new version. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Problems profiling with Apache::DProf

2005-03-29 Thread Frank Wiles
s anyway, I'll fix this issue at the same time. I'll also upgrade my MP to the latest to see if I can reproduce the problem. While I'm thinking of it, what OS and version are you running? - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Problems profiling with Apache::DProf

2005-03-29 Thread Frank Wiles
x27;t realized that I needed to > explicitly compile my code, that merely mentioning it in the Location > directive was insufficient. Ah yeah that'd do it. Glad you got it worked out. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: General mod_perl httpd configuration question

2005-04-07 Thread Frank Wiles
on of the 1.0 docs: http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Perl - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: General mod_perl httpd configuration question

2005-04-07 Thread Frank Wiles
fly. Based on his original post I think they are using code to generate a httpd.conf and restarting. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: RC6 and Apache::DB

2005-05-10 Thread Frank Wiles
t; http://perl.apache.org/docs/2.0/rename.html > http://people.apache.org/~geoff/fixme FYI, I'll be releasing a new version "real soon now" that works with RC5+ and has some other various improvements to it. I should hopefully have it out this weekend. --

Fw: CPAN Upload: F/FW/FWILES/Apache-DB-0.10.tar.gz

2005-05-15 Thread Frank Wiles
me know if anyone finds any bugs. Thanks to everyone who supplied patches! - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org - Begin forwarded message: Date: Mon, 16 May 2005 01:31:49 +0200 From: PAUSE &

Re: P3P XML inclusion

2005-06-10 Thread Frank Wiles
prior to it being sent to the browser. See this page for more information: http://perl.apache.org/docs/1.0/guide/config.html#Stacked_Handlers - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: [Fwd: mod_perl2 API change]

2005-06-10 Thread Frank Wiles
Apache::DB, Apache::DProf, and Apache::SmallProf. At first I didn't like the API change. However, after a few days of using it I completely adjusted. P.S. You guys should probably never put me in charge of API naming conventions. ;) - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: [ANNOUNCE] Apache::AuthTicket 0.40

2005-06-13 Thread Frank Wiles
Ticket-0.40/lib/Apache2/AuthTicket.pm Is probably what you're looking for. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Apache2 Testing with AuthDBI 0.96 with SHA1/MD5 Patch

2005-06-23 Thread Frank Wiles
kup is_initial_req' from the command line and it will let you know what module a method is in. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: BerkeleyDB as a cache backend

2005-06-27 Thread Frank Wiles
r any ideas, pointers. I've never used BerkeleyDB with that large of an amount of data, but personally if I were getting over a few hundred MBs of data I would put it into an RDBMS, split the cache up into multiple db files (if approrpiate), or use something like Cache::Memcac

Re: Robust way to check for version number [FEATURE REQUEST / HOW-TO]

2005-07-03 Thread Frank Wiles
ohabit on > the same system (I'm sending a separate bug report to Frank Wiles). > > The only reliable way of checking for mod_perl is by probing for an > "unusual" feature of the Perl runtime, say an XS sub that the core of > mod_perl provides directly. Here is t

Re: Quick and Easy scoping question

2005-08-12 Thread Frank Wiles
pecific one, but no you won't run into scoping problems. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: web application speed problem with OO modules

2005-08-15 Thread Frank Wiles
n on what is causing the slowness. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: web application speed problem with OO modules

2005-08-15 Thread Frank Wiles
On Mon, 15 Aug 2005 11:42:52 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > > Give Apache::SmallProf a try. Where Apache::DProf shows you the > > subroutine calls, SmallProf will show you a profile on a line by > > line basis. This shou

Re: Adding Directives At Runtime

2005-08-16 Thread Frank Wiles
for: http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Perl --------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Adding Directives At Runtime

2005-08-16 Thread Frank Wiles
submits a form, that in turn > added a Location directive to the runnin apache processes? I know it's possible, I'm just not finding exactly the right part of the guide about this. For MP2 I believe you can use: http://perl.apache.org/docs/2.0/api/Apache2/Directive.html

Re: mod_perl touted in company press release

2005-08-16 Thread Frank Wiles
low in Q4 2005." > > Cool, can we link to that release from somewhere? > > also that reminds me that we still haven't done the press release for > 2.0 release (hint, hint :) I'm up for helping with the press release and or getting it out to media outlets. Let

Re: survey

2005-08-26 Thread Frank Wiles
t. Perrin, if you need some help or need someone to take it over, I've got some time this weekend I could work on it. Let me know. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: survey

2005-08-26 Thread Frank Wiles
On Fri, 26 Aug 2005 09:46:36 -0500 Tony Clayton <[EMAIL PROTECTED]> wrote: > Quoting Frank Wiles <[EMAIL PROTECTED]>: > > > On Fri, 26 Aug 2005 10:32:33 -0400 > > "Christopher H. Laco" <[EMAIL PROTECTED]> wrote: > > > > > Part

Re: survey

2005-08-26 Thread Frank Wiles
ut not to many people were interested in helping with it. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: survey

2005-08-26 Thread Frank Wiles
hing > coherent. If you want to try it, I can forward them to you. Send me what you've got and I'll see what I can work up over the weekend. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: survey

2005-08-26 Thread Frank Wiles
s a reasonable idea. ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: *nix distro compatibility (was Re: survey)

2005-09-14 Thread Frank Wiles
nline and replace the RHEL ones, but definitely don't use the RHEL ones in production or even for development. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Mod_perl2

2005-09-14 Thread Frank Wiles
req do you have on your server and was it compiled with the same compiler as mod_perl? - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Mod_perl2

2005-09-14 Thread Frank Wiles
t version, I believe you need this one. You can get it here: http://httpd.apache.org/apreq/download.cgi --------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Getting param

2005-09-14 Thread Frank Wiles
from the following URL without any issues: http://www.libexpat.org/ Hope this helps! - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Mod_perl2

2005-09-14 Thread Frank Wiles
m -lcrypt -Wl,-soname > -Wl,libapreq2.so.3 -o .libs/libapreq2.so.3 > /usr/bin/ld: cannot find -lexpat > *** Error code 1 > That's the same problem Bosenberry Payne had and fixed by installing libexpat from http://libexpat.org. Install that and you'll be able to ins

Re: Is it possible to create a file bucket?

2005-09-15 Thread Frank Wiles
2048)) { > ... > } > > or > $b = APR::Bucket->new($ba, \*STDIN); Why would you want to do that? Just use normal file usage or if you really want to read it by exactly 2048 bytes at a time something like sysread(). - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Problem with configuring mod_perl

2005-09-18 Thread Frank Wiles
_Apache__Registry___C_Apache__PerlRun__and_Friends If that doesn't solve your problem please send any errors you find in your error_log. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: mod_perl, shared memory and solaris

2005-09-19 Thread Frank Wiles
ren't talking about SysV shared memory that you'd use in IPC. By pre-loading all of your modules each Apache child shares all of the common code and only has one copy of each module in RAM. This way the only RAM consumed by each Apache child is only the child specific memory,

Re: Child Exit error on MP2

2005-09-19 Thread Frank Wiles
hrough your code line by line to find the problem. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Child Exit error on MP2

2005-09-20 Thread Frank Wiles
n ); Did you find the code you wrote above in some docs somewhere? ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Child Exit error on MP2

2005-09-20 Thread Frank Wiles
, that's probably got nothing to do with the error. Boysenberry, did you get any failures on your make tests? ----- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

Re: Looking to hire MP guru for setup/config

2005-09-22 Thread Frank Wiles
> Apparently MP2 isn't compatible with my RedHat 3 ES ?? > I believe you can get it working on RHEL ES 3, but you can't use the RH supplied RPMs for Apache, mod_perl, etc. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org -

  1   2   3   4   >