Hi,

Apache::session is a wonderful product.

Is there anyone successfully using Apache::session on solaris 2.7?

Do to MY misuse, or solaris problem,  my httpd hangs upon my
mod_perl/Apache::session script request. I have traced the hang in my script
to where I am issuing :

 tie %session 'Apache::session::File', $session_id, {NSems => 16};

Most of the time it works, BUT somtimes is just plan never returns, and the
httpd process never goes away. When I try and stop/start the apache server,
it says the the httpd process didn't accept the sigterm and then goes on to
issue a kill -9 on the process.....

Is this some sort of locking problem?

Keith

----- Original Message -----
From: William P. McGonigle <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 02, 2000 10:23 AM
Subject: Re: XML Configuration [Was: Re: Caucho faster than mod_perl?]


> --- Matt Sergeant wrote:
> Would
> people prefer to setup mod_perl using some sort of XML configuration,
> because I might be interested in doing this, if there's interest.
> --- end of quote ---
>
> I can't say it'd add much to doing it by hand, but it'd probably make
writing configuration assistants a whole lot easier, which would be a boon
for mod_perl (I've setup mod_perl for so many otherwise-smart friends who
just couldn't get it going).
>
> -Bill
>

Reply via email to