Sorry, my fault.
You're right. Same Problem there.

> -----Original Message-----
> From: Tom Gioconda [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 15 June, 2001 08:35 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Apache 1.3.20, modperl 1.25, win32
> 
> 
> Okay, I'm confused now.  I thought those binaries were just 
> for people who 
> didn't have a win32 compiler handy.  Don't they just use the 
> regular source 
> tree?  I build mod_perl off of the apache source using nmake 
> and visual c++.
> 
> Here's a test:  make a frameset with three panes.  In the 
> first two, call a 
> mod_perl script that prints the time, pauses for 5 seconds, 
> then prints the 
> time again.  The third one should just be a static image.  
> When you try to 
> load the page, you'll know if isn't running multithreaded if 
> the panes in 
> the frameset load sequentially; as in the second pane loads 
> only after the 
> first is finished.  This request takes 10 seconds on my 
> build, instead of 
> the 5 it should take if both scripts ran concurrently.
> 
> The problem I have is that my site uses a mod_perl content 
> handler on nearly 
> every html page for dynamic content.  Obviously, running 
> requests one a time 
> would not work.  I really hope there is a solution for this, because 
> otherwise I have to figure out how to duplicate this in IIS 
> (which means 
> make an ISAPI extension and embedding perl in it... 
> multithreaded perl at 
> that).  I'd like to stick with Apache, because I can move to Apache 2 
> eventually, if I change to IIS, I probably can never go back.
> 
> What's the verdict: am I simply damned to IIS?
> 
> -Tom
> 
> >From: Ender Josef <[EMAIL PROTECTED]>
> >To: 'Tom Gioconda' <[EMAIL PROTECTED]>
> >Subject: RE: Apache 1.3.20, modperl 1.25, win32
> >Date: Fri, 15 Jun 2001 08:18:18 +0200
> >
> >Hi Tom
> >
> >Don't know anything about this problem. I'm using Randy 
> Kobes Win32 binary
> >from: ftp://theoryx5.uwinnipeg.ca/pub/other/
> >
> > > -----Original Message-----
> > > From: Tom Gioconda [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, 15 June, 2001 01:31 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Apache 1.3.20, modperl 1.25, win32
> > >
> > >
> > > In my continuing quest to figure out how to port my
> > > Apache/modperl stuff to
> > > Windows per my company's "all win2k servers" mandate, I've
> > > been playing with
> > > Apache 1.3.20 and modperl on Windows.  I was wondering if
> > > there is anyway to
> > > get this thing to handle more than one request at a time,
> > > without waiting
> > > for Apache2/modperl2 to be finished.  I've noticed that
> > > several people seem
> > > to be using win32 and mod_perl.  How are you guys dealing with the
> > > single-request problem?  Oh, my Perl is ActiveState build 
> 626 (binary
> > > distribution).  I'm not attached to it though and can get a
> > > different build,
> > > if I can just get this thing to work.
> > >
> > > -Tom
> > > _________________________________________________________________
> > > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 

Reply via email to