what i'm saying is, from my (limited) experience, multithreaded modules
don't play nice with singlethreaded apache 1.3. i tried it once, a
while ago, and had nothing but troubles. which is not suprising at
all. i wouldn't expect mixing threading models to be anything but
dangerous. so, if it was me, i'd use a singlethreaded version of
apr/mod_webapp with apache 1.3.
-kevin.
Martin van den Bemt wrote:
>
> Do you believe in or is you choice better... I'm having some trouble now and
> then with the mod_webapp...
>
> Mvgr,
> Martin
>
> > -----Original Message-----
> > From: kevin seguin [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 31, 2001 2:02 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: mod_webapp under Linux
> >
> >
> > for what it's worth, from the mentioned post, i believe this:
> >
> > > An other solution would be to use an APR without threads. To do so use
> > > "./configure --enable-threads=no" when configuring APR.
> >
> > rather than this:
> >
> > > I have no found exactly what happends but just add -lpthread in the
> > > (tomcat-connectors)/Makefile solves the problem:
> >
> > is what you want. you want a single-threaded apr for apache 1.3 rather
> > than a multi-threaded mod_webapp.
> >
> > Martin van den Bemt wrote:
> > >
> > > There is an answer about this in tomcat-dev (I had the same problem and
> > > found the solution for it). I believe it's just adding a parameter when
> > > compiling. (I posted this also in tomcat-user). Oops.. found the url...
> > >
> > > See http://marc.theaimsgroup.com/?l=tomcat-dev&m=99020542608948&w=2 (the
> > > ant-dev mailinglist...).
> > >
> > > Have fun,
> > >
> > > Martin van den Bemt
> > >
> > > > -----Original Message-----
> > > > From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
> > > > Sent: Thursday, May 31, 2001 1:30 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: mod_webapp under Linux
> > > >
> > > >
> > > > Dave Oxley at [EMAIL PROTECTED] wrote:
> > > >
> > > > > Pier,
> > > > >
> > > > > Is there anywhere I can download an archive of apr that works!
> > > > On the other
> > > > > hand if you fix it could you Email me or the list.
> > > >
> > > > I really don't know... It works on MacOS/X, have you tried
> > compiling it
> > > > without multi threading support? The last two days I've been
> > quite busy
> > > > updating Nagoya and the bugzilla database and won't have a
> > chance to dig
> > > > into it before Friday...
> > > >
> > > > BTW, have you tried (of course) the latest CVS checkout? :)
> > > >
> > > > Thanks and sorry...
> > > >
> > > > Pier
> > > >
> > > >
> >