On Sun, Sep 18, 2005 at 10:43:09PM -0700, Bill Whillers wrote:
> When using Storable freeze/thaw to work with basic object (hash) storage
> within a mysql db (blob column), I can't seem to get any more than 65535
> bytes stored.
You touched the limit of a BLOB, which is limited to 2^16 bytes. Ch
On 9/18/05, Bill Whillers <[EMAIL PROTECTED]> wrote:
> When using Storable freeze/thaw to work with basic object (hash) storage
> within a mysql db (blob column), I can't seem to get any more than 65535
> bytes stored.
>
> Since 65535 appears to be a "magic" number, I've been digging for where my
When using Storable freeze/thaw to work with basic object (hash) storage
within a mysql db (blob column), I can't seem to get any more than 65535
bytes stored.
Since 65535 appears to be a "magic" number, I've been digging for where my
problem might reside (Storable, Perl, etc). but knowing man
On Sunday 18 September 2005 10:11 pm, Geoffrey Young wrote:
> the only thing that jumps out at me is that t/00Startup.t is being executed
> in perl-space outside of the apache server. that is, 'make test' is doing
> the same thing as if you ran
>
> $ perl t/00Startup.t
>
> which probably isn't
Hello all,
I am using the following setup:
Apache/2.0.52 (Win32) mod_apreq2-20050712/2.1.3-dev
mod_perl/2.0.1 Perl/v5.8.7
I get the request cookie names like
this:
my $jar =
Apache2::Cookie::Jar->new($r);
my @keys = $jar->cookies();
I notice that the @keys list includes not just the
co
> t/00StartupCan't locate object method "server" via package
> "Apache2::ServerUtil" at t/00Startup.t line 8.
> where my test script is reduced to:
>
> use Apache::Test;
>
> plan tests => 1;
>
> use Apache2::ServerUtil ();
> ok( Apache2::ServerUtil->server );
>
>
>
> If there isn't so
I'm finally learning my way around Apache::Test and I'm having a problem.
Everything seems to be set up correctly (at least as far as I can determine).
When
running the actual code on my installed server, everything is happy. My initial
tests
fail though as follows:
make test results in:
se
My libapreq update just made FreeBSD ports!
Now at 2.06
Synopsis: Update www/p5-libapreq2 2.05 -> 2.06
State-Changed-From-To: open->closed
State-Changed-By: mnag
State-Changed-When: Sat Sep 17 18:21:42 GMT 2005
State-Changed-Why:
Commited, thanks.
http://www.freebsd.org/cgi/query-pr.cgi?pr=839
Frank Wiles wrote:
It appears that you're running Apache 2.0 and mod_perl 2.x, if that is
the case you need to have it be:
PerlHandler ModPerl::Registry
not
PerlHandler Apache::Registry
See this URL in the docs for more information:
http://perl.apache.org/docs/2.0/user/port
On Sun, 18 Sep 2005 14:16:36 +0800
Manish Rai Jain <[EMAIL PROTECTED]> wrote:
> Hi
> I am having problems while trying to configure perl module with
> apache. I am attaching my httpd.conf file. Please check out the
> section *
> # Added by Manish to list index
___cliff rayman___ wrote:
> I believe that deleting them via the cron is the standard method.
This makes sense, though I had hoped for something more perlish.
> I actual use a more complex technique that looks into the session to
> decide if it is a session worth saving, such as it contains an a
11 matches
Mail list logo