> Does anyone know if one can have 64bit perl use 64 bit addressing (to make
> use of >4GB RAM) but still use 32-bit INTs etc (to keep footprint from
> getting
> large)?
This is the default on windows x64.
This is the default on windows x64.
There is nothing in mod_perl per se which creates a cookie.
That cookie must be created by an application, and it is that
application which adds a ;1 sometimes.
Also, incidentally, Apache2::Cookie is not really a part of mod_perl.
It is just a perl module which happens to run under mod_perl.
陈建春 | ChenJianchun
傲游Web应用部
E-mail: chenjch@maxthon.net
Maxthon® --每个人的互联网中心! 上网从傲游开始!
傲游天下科技有限公司(中国) | www.maxthon.cn
诚 信、创新、务实、奋斗!
On Tue, Dec 22, 2009 at 12:19 PM, Jason Sonnenschein <jsonn@umich.edu> wrote:Ok, they are running under mod_perl then. It's pretty much unheard of
> ENV{MOD_PERL} returns "mod_perl/2.0.4"
for a script to run slower under mod_perl than CGI. There may be
something serious wrong, like you don't have enough memory for the
configuration you're using. Is the machine going into swap?
- Perrin
Ok, they are running under mod_perl then. It's pretty much unheard of
for a script to run slower under mod_perl than CGI. There may be
something serious wrong, like you don't have enough memory for the
configuration you're using. Is the machine going into swap?
- Perrin
ENV{MOD_PERL} returns "mod_perl/2.0.4"
Jason