Re: What am I missing?

2005-10-05 Thread Octavian Rasnita
From: "Barksdale, Ray" <[EMAIL PROTECTED]> > This needs to stay on the list. > > Assuming you did create your table as a MyISAM table > which I think forces atomic updates (implicit commits), > that shouldn't be a problem and it is writing something. > > I've only used this thing once so I'm no ex

Re: What am I missing?

2005-10-05 Thread Perrin Harkins
Octavian Rasnita wrote: I am trying to use Apache::Session with mod_perl because I heard that it is a little faster than CGI::Session. This used to be true, but CGI::Session is under new management and has been improving. The problem is that I cannot save variables in the created sessions.

Re: What am I missing?

2005-10-05 Thread Perrin Harkins
Barksdale, Ray wrote: set a timestamp in your sessions before untying. That's for telling it that the session has changed by doing a first level write to the tied hash. This is only necessary when you are writing to the second level and not touching the first, e.g. $session->{'user'}->{'f

Re: Apache segfaults with Oracle AS10g (9.0.4.0) when attempting to use mod_perl

2005-10-05 Thread Rafael Caceres
Maruthi, The only time anything is written to the logs is the case where the 'script.pl' under /perl has no XS components. In that case, no error or warning results. Any of the other cases mentioned in my initial posting results in absolutely nothing output to the logs (with LogLevel debug) and ap

RE: What am I missing?

2005-10-05 Thread Barksdale, Ray
This needs to stay on the list. Assuming you did create your table as a MyISAM table which I think forces atomic updates (implicit commits), that shouldn't be a problem and it is writing something. I've only used this thing once so I'm no expert but it does work unchanged after several years. My

RE: What am I missing?

2005-10-05 Thread Barksdale, Ray
set a timestamp in your sessions before untying. > -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 05, 2005 2:51 PM > To: modperl@perl.apache.org > Subject: What am I missing? > > Hi, > > I am trying to use Apache::Session with mod_perl

What am I missing?

2005-10-05 Thread Octavian Rasnita
Hi, I am trying to use Apache::Session with mod_perl because I heard that it is a little faster than CGI::Session. The problem is that I cannot save variables in the created sessions. They are created, but no data is saved. Here is what I have tried and I am sure I am missing something: #Create

Re: perl.apache.org

2005-10-05 Thread Philip M. Gollucci
Frank Wiles wrote: Anybody else having a hard time getting to http://perl.apache.org? Working for me. I'm in DC (at the moment) -- END What doesn't kill us can only make us stronger. Nothing is impossible.

Re: perl.apache.org

2005-10-05 Thread Frank Wiles
On Wed, 5 Oct 2005 12:12:57 -0400 "Stone, Derrick J *HS" <[EMAIL PROTECTED]> wrote: > Anybody else having a hard time getting to http://perl.apache.org? Yes I am as well. - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---

perl.apache.org

2005-10-05 Thread Stone, Derrick J *HS
Anybody else having a hard time getting to http://perl.apache.org?   Derrick Stone Internet Specialist Web Development Center UVa Health System  

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC

2005-10-05 Thread Philip M. Gollucci
Philip M. Gollucci wrote: I've noticed we include the RELEASE file in the release tarball. I don't believe mod_perl or apreq do. Is this intentional ? Appologies, this was not correct. Too many directories of this thing. -- END