Re: Chaining Perl and C handlers

2000-11-15 Thread Andrew Chen
w the page gets built. Let me know if you need further clarification on this. My main issue is that I don't know how to add parameters to the POST and GET data. Again, thanks for the help!! Andrew Chen Software Engineer, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. (www.cobal

Re: Chaining Perl and C handlers

2000-11-14 Thread Andrew Chen
! Andrew Chen Software Engineer, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. (www.cobaltgroup.com) 2200 First Avenue South Seattle, WA 98134 On Tue, 14 Nov 2000, G.W. Haywood wrote: Hi ther, On Mon, 13 Nov 2000, Andrew Chen wrote: Is there any way to maybe sneak

Re: Chaining Perl and C handlers

2000-11-13 Thread Andrew Chen
to the mod_perl list) Andrew Chen Software Engineer, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. (www.cobaltgroup.com) 2200 First Avenue South Seattle, WA 98134 On Tue, 7 Nov 2000, G.W. Haywood wrote: Hi there, On Mon, 6 Nov 2000, Andrew Chen wrote: According to my trusty Eagle

Chaining Perl and C handlers

2000-11-06 Thread Andrew Chen
, so please cc: me. Andrew Chen Software Engineer, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. (www.cobaltgroup.com) 2200 First Avenue South Seattle, WA 98134

Apache::PerlRun::Flush

2000-09-13 Thread Andrew Chen
loaded up, the Apache::ROOT* temporary PerlRun packages that get created seem to be occupying a nonzero amount of space. Is this a PerlRun bug? Please let me know if you have any idas-- I'm not on the list so please cc: me. Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc.

Re: Flushing handler getting Open Sourced...

2000-08-09 Thread Andrew Chen
into mod_perl? Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. On Tue, 8 Aug 2000, Ken Williams wrote: [EMAIL PROTECTED] (Andrew Chen) wrote: Hello all, I was involved in a discussion a few weeks ago regarding how Cobalt Group (www.cobaltgroup.com) could get

Flushing handler getting Open Sourced...

2000-08-08 Thread Andrew Chen
. Thanks! Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc.

Re: mod_perl success!

2000-08-01 Thread Andrew Chen
It's actually: PerlSetVar PerlRunOnce On (that's without the handler, of course. With it you want that off) Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. On Tue, 1 Aug 2000, Pramod Sokke wrote: Where did you set your PerlRunOnce option? I tried

Re: mod_perl success!

2000-07-25 Thread Andrew Chen
:) Just so you know, after all the optimizations that we have been able to practically deal with (cleaning systems modules, that kind of thing) we are getting 100%-400% speed increases. Pretty nice, huh? Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc.

Re: PerlRun question [RESOLVED]

2000-07-20 Thread Andrew Chen
Perrin, Ken, Honza, and all others that helped: The problem was actually that I wasn't clearing %INC properly after flushing out all the dirty modules. After doing that everything started working properly. So anyway, I wrote an Perl script and installed it as an PerlCleanupHandler. I stole code

Re: PerlRun question

2000-07-17 Thread Andrew Chen
initially hoped. Cc:: me on the reply because I am not subscribed to the mod_perl mailing list. Andrew Chen Intern, Architecture [EMAIL PROTECTED] 206-219-8445 The Cobalt Group, Inc. On Fri, 14 Jul 2000, Perrin Harkins wrote: On Fri, 14 Jul 2000, Andrew Chen wrote: You can actually do this from

Re: PerlRun question

2000-07-17 Thread Andrew Chen
On Mon, 17 Jul 2000, Perrin Harkins wrote: I think it's trying to call a method for an object that doesn't exist anymore. My guess is that I am keeping a certain variable that keeps a list of the object in memory or something similar that I should really be flushing. Because I'm

Re: PerlRun question

2000-07-14 Thread Andrew Chen
On Thu, 13 Jul 2000, Perrin Harkins wrote: On Thu, 13 Jul 2000, Andrew Chen wrote: PerlRun already flushes everything, but from my understanding of it, with PerlRunOnce Off mod_perl won't flush the packages that were loaded by the CGIs. What makes you think they need to be flushed

Re: PerlRun question

2000-07-14 Thread Andrew Chen
On Thu, 13 Jul 2000, Honza Pazdziora wrote: On Thu, Jul 13, 2000 at 01:54:28PM -0700, Andrew Chen wrote: That sounds like a pretty concrete solution. It seemed weird that there wasn't an in-between solution to the issue. The reason probably is, that you really want to clean your code