RE: Locks on sessions database

2003-11-16 Thread Vijaya Dasari
Hi, It was the problem with the Apache::DBI. We were loading this Apache::DBI module along with other Perl modules (used for the global variables). These Perl modules access the database. So when the apache starts the parent daemon, it already has connections to the database(created by these pe

Re: apache shutdown errors

2003-11-16 Thread Ruben Safir Secretary NYLXS
Is modperl built now for apache 2.0? Ruben On Sun, Nov 16, 2003 at 01:57:10PM +0100, Gerald Richter wrote: > Hi, > > > > > When stopping Apache (via apachectl stop), the following line appears > > about 30 times in the error log: > > > > This is a problem of global destruction of Embperl's app

SessionX on Debian Sid

2003-11-16 Thread Andre Landwehr
Hi Angus, after stracing apache2 segfaults on a page containing nothing but a http redirection, which started to happen a few days ago due to a new apache2 version in debian sid, I found that rebuilding SessionX eliminates the problem. All my other pages still worked ok, so you might not have stumb

EplSite 2 has been released!!!!

2003-11-16 Thread ckassab
Hi all: EplSite 2 has been released!!! This version has many improvements, the most important are: - Now you can run EplSite safety under mod_perl, we have eliminated files loaded with __PACKAGE__. - Now everything works with embperl 1.3.4 or .6 and embperl 2.x. - Improved multilanguage instal

Re: apache shutdown errors

2003-11-16 Thread Gerald Richter
Hi, > > When stopping Apache (via apachectl stop), the following line appears > about 30 times in the error log: > This is a problem of global destruction of Embperl's application object. This will not shown when you use the 2.0b9 distribution, but when you run xsbuilder on your own, for example